From 30470f13bca0543c1371e5572c05ce2c92edd6cb Mon Sep 17 00:00:00 2001 From: "Michael Pilosov, PhD" Date: Sat, 27 Jan 2024 22:22:58 +0000 Subject: [PATCH] unsupervised results looking stunning --- newsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsearch.py b/newsearch.py index 7630e1e..c486a5a 100644 --- a/newsearch.py +++ b/newsearch.py @@ -27,7 +27,7 @@ learning_rate_values = [1e-3] # learning_rate_values = [5e-4] # alpha_values = [0, .25, 0.5, 0.75, 1] # alpha = 0 is unsupervised. alpha = 1 is supervised. -alpha_values = [1.0] +alpha_values = [0] # widths = [2**k for k in range(4, 13)] # depths = [1, 2, 4, 8, 16] widths, depths = [512], [4]