Browse Source

try unsupervised again, but with 10k random samples

new-sep-loss
Michael Pilosov, PhD 10 months ago
parent
commit
9e4861a272
  1. 2
      newsearch.py

2
newsearch.py

@ -27,7 +27,7 @@ learning_rate_values = [1e-3]
# learning_rate_values = [5e-4] # learning_rate_values = [5e-4]
# alpha_values = [0, .25, 0.5, 0.75, 1] # alpha = 0 is unsupervised. alpha = 1 is supervised. # alpha_values = [0, .25, 0.5, 0.75, 1] # alpha = 0 is unsupervised. alpha = 1 is supervised.
alpha_values = [1] alpha_values = [0]
# widths = [2**k for k in range(4, 13)] # widths = [2**k for k in range(4, 13)]
# depths = [1, 2, 4, 8, 16] # depths = [1, 2, 4, 8, 16]
widths, depths = [512], [4] widths, depths = [512], [4]

Loading…
Cancel
Save