Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
txWang committed Jul 17, 2019
1 parent 5e41bac commit 859516a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main_pancreas.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# nn parameter
code_dim = 20
batch_size = 50 # batch size for each cluster
num_epochs = 200
num_epochs = 2000
base_lr = 1e-3
lr_step = 200 # step decay of learning rates
momentum = 0.9
Expand Down
2 changes: 1 addition & 1 deletion main_pbmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# nn parameter
code_dim = 20
batch_size = 50 # batch size for each cluster
num_epochs = 200
num_epochs = 2000
base_lr = 1e-3
lr_step = 200 # step decay of learning rates
momentum = 0.9
Expand Down

0 comments on commit 859516a

Please sign in to comment.