debisoft commited on
Commit
0e9915e
·
1 Parent(s): 9ecd327

batch_size = 1000

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ height = 16 # 16x16 image
110
  save_dir = './weights/'
111
 
112
  # training hyperparameters
113
- batch_size = 500
114
  n_epoch = 256
115
  lrate=1e-3
116
 
 
110
  save_dir = './weights/'
111
 
112
  # training hyperparameters
113
+ batch_size = 1000
114
  n_epoch = 256
115
  lrate=1e-3
116