Skip to content

Commit 716f250

Browse files
authored
Merge pull request #12 from kma-code/kma-code-patch-5
Update runner.py
2 parents 6406817 + da59109 commit 716f250

File tree

1 file changed

+1
-2
lines changed
  • generalized_latent_equilibrium/experiments/MNIST_AUTOENCODER/Fig5

1 file changed

+1
-2
lines changed

generalized_latent_equilibrium/experiments/MNIST_AUTOENCODER/Fig5/runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636

3737

38-
#OUTPUT_DIR = PATH_runner / "runs"
39-
OUTPUT_DIR = Path("/users/kmax/scratch/generalized_latent_equilibrium/runs")
38+
OUTPUT_DIR = PATH_runner / "runs"
4039

4140
# create a bunch of JSON param files in subfolders (lr/seeds/)
4241
seeds = [1,3,5,7,9,11,13,15,17,19]

0 commit comments

Comments
 (0)