USE_PARTIALS=notPARTIALS_WEIGHTSisNone# False - just a single Siamese net, True - partial outputs that use concentric squares of the first level subnets
USE_PARTIALS=notPARTIALS_WEIGHTSisNone# False - just a single Siamese net, True - partial outputs that use concentric squares of the first level subnets
Remove dataset_img (if it is not [0] to reduce memory footprint
Remove dataset_img (if it is not [0] to reduce memory footprint
...
@@ -699,7 +682,6 @@ with tf.Session() as sess:
...
@@ -699,7 +682,6 @@ with tf.Session() as sess:
train_writer.close()
train_writer.close()
test_writer.close()
test_writer.close()
test_writer1.close()
test_writer1.close()
#reports error: Exception ignored in: <bound method BaseSession.__del__ of <tensorflow.python.client.session.Session object at 0x7efc5f720ef0>> if there is no print before exit()