Skip to content
Snippets Groups Projects
Commit 139d51e2 authored by tomrink's avatar tomrink
Browse files

minor...

parent d333db1f
No related branches found
No related tags found
No related merge requests found
...@@ -730,6 +730,8 @@ class IcingIntensityNN: ...@@ -730,6 +730,8 @@ class IcingIntensityNN:
self.test_labels = labels self.test_labels = labels
self.test_preds = preds self.test_preds = preds
self.h5f_tst.close()
def run(self, filename_trn, filename_tst): def run(self, filename_trn, filename_tst):
with tf.device('/device:GPU:'+str(self.gpu_device)): with tf.device('/device:GPU:'+str(self.gpu_device)):
self.setup_pipeline(filename_trn, filename_tst) self.setup_pipeline(filename_trn, filename_tst)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment