Skip to content
Snippets Groups Projects
Commit cf68a41c authored by Akrem Sellami's avatar Akrem Sellami
Browse files

Update simple_AE_two_layers.py

parent 597fdc44
No related branches found
No related tags found
No related merge requests found
"""""""""""""""
Monomodal Autoenconder code
"""""""""""""""
......@@ -84,11 +83,7 @@ index_subjects = np.delete(index_subjects, np.argwhere(index_subjects == missing
#dimensions = ar[ar%2==0]
dimensions=[2, 6, 10, 16, 20, 26, 30, 36, 40, 46, 50, 56, 60, 66, 70, 76, 80, 86, 90, 96, 100]
batch_1=dimensions[0:6]
batch_2=dimensions[6:12]
batch_3=dimensions[12:17]
batch_4=dimensions[17:21]
for dim in batch_1:
for dim in dimensions:
# create directory
directory = '{}'.format(dim)
if not os.path.exists(directory):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment