Skip to content

Commit

Permalink
Update train_patch_sc.py (#3)
Browse files Browse the repository at this point in the history
* Update train_patch_sc.py

root

* Update train_patch_sc.py

n_iter = 200
dataX = "../../data/natural_scenes/dataX.npy"
  • Loading branch information
Faezehabibi authored Jun 15, 2024
1 parent d243b3e commit 646daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exhibits/olshausen_sc/train_patch_sc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"verbosity="])

model_type = "sc_cauchy" # ista
n_iter = 1 # 10 ## total number passes through dataset
n_iter = 200 # 10 ## total number passes through dataset
n_samples = -1
dataX = "../../data/natural_scenes/dataX.npy"
verbosity = 0 ## verbosity level (0 - fairly minimal, 1 - prints multiple lines on I/O)
Expand Down

0 comments on commit 646daff

Please sign in to comment.