Skip to content

Commit

Permalink
Add 4gb, 6gb gfx condifgs
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jun 16, 2016
1 parent 6f7061b commit 340fe43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/4gb_default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ experiment: U-net larger batch size

[network]
batch_normalization: True
batch_normalization_alpha: 0.2
batch_normalization_alpha: 0.3

[updates]
batch_size_train: 2
batch_size_validation: 4
batch_size_train: 1
batch_size_validation: 2
momentum: 0.99

[misc]
Expand Down
16 changes: 16 additions & 0 deletions config/6gb_default.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[info]
experiment: U-net larger batch size

[network]
batch_normalization: True
batch_normalization_alpha: 0.2

[updates]
batch_size_train: 2
batch_size_validation: 4
momentum: 0.99

[misc]
multiprocess_load_augmentation: True
save_every_n_epoch: 1
n_workers_load_augmentation: 6

0 comments on commit 340fe43

Please sign in to comment.