added some successful runs

This commit is contained in:
JJJHolscher 2024-01-02 11:29:15 +01:00
parent a3bad799e3
commit 38b13808cf
70004 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,8 @@
batch_size = 64
steps = 10000
print_every = 500
seed = 1
cnn_storage = "/home/jo3/p/sparse_autoencoder/sparse_autoencoder/../res/cnn.eqx"
sae = [
{ layer = 6, hidden_size = 256, input_size = 64, learning_rate = 0.0001, l1 = 0.0003 },
]

View File

@ -0,0 +1,5 @@
layer = 6
hidden_size = 256
input_size = 64
learning_rate = 0.0001
l1 = 0.0003

Some files were not shown because too many files have changed in this diff Show More