-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog
36 lines (25 loc) · 1.68 KB
/
log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
############
# 20111207 #
############
# Redoing experiments now that the results are saved.
# Also running them for twice as long since some had not converged yet.
# 'online2' Online CG on MNIST 553
# b8f6979
jobdispatch --os=FC9 --condor --mem=1900 ../test_fmin_cg.py show_plots=False max_samples=5000000 n_offline_train=50000 n_test=10000 "n_hidden={{10,50,100,200,300,500,1000}}" exp_type=online exp_normalize=True "exp_mb_size={{100,1000,5000,10000,50000}}" "exp_offset={{1,10,100,1000,10000,50000}}"
# 'batch2' Regular CG on MNIST with various batch sizes. 552
# b8f6979
jobdispatch --os=FC9 --condor --mem=1900 ../test_fmin_cg.py show_plots=False max_samples=10000000 n_offline_train=50000 n_test=10000 "n_hidden={{10,50,100,200,300,500,1000}}" "experiments={{batch_1000_normalize,batch_5000_normalize,batch_10000_normalize,batch_all_normalize}}"
############
# 20111130 #
############
# 'online1' Online CG on MNIST 75
# 3d5f20b
jobdispatch --os=FC9 --condor --mem=1900 ../test_fmin_cg.py show_plots=False max_samples=5000000 n_offline_train=50000 n_test=10000 "n_hidden={{10,50,100,200,300,500,1000}}" exp_type=online exp_normalize=True "exp_mb_size={{100,1000,5000,10000,50000}}" "exp_offset={{1,10,100,1000,10000,50000}}"
# 'batch1' Regular CG on MNIST with various batch sizes. 74
# 3d5f20b
jobdispatch --os=FC9 --condor --mem=1900 ../test_fmin_cg.py show_plots=False max_samples=5000000 n_offline_train=50000 n_test=10000 "n_hidden={{10,50,100,200,300,500,1000}}" "experiments={{batch_1000_normalize,batch_5000_normalize,batch_10000_normalize,batch_all_normalize}}"
############
# 20111116 #
############
# First observations on toy dataset, see email sent to Leon for details.
# 625c1cd