This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'internal/release_1.1.2a'
- Loading branch information
Showing
9 changed files
with
6,702 additions
and
25 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
models/intel_optimized_models/multinode/resnet50_4nodes_4s/README
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-ppn 8 |
20 changes: 20 additions & 0 deletions
20
models/intel_optimized_models/multinode/resnet50_4nodes_4s/solver.prototxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
net: "models/intel_optimized_models/mlperf_2018/resnet50_4nodes_4s/train_val.prototxt" | ||
test_iter: 1000 | ||
test_interval: 1251 | ||
test_initialization: false | ||
display: 60 | ||
base_lr: 0.4 | ||
lr_policy: "multistep" | ||
stepvalue:37530 # 30 epochs | ||
stepvalue:75060 # 60 epochs | ||
stepvalue:100080 # 80 epochs | ||
gamma: 0.1 | ||
max_iter: 81315 # 65 epochs | ||
warmup_iter: 5004 # 1281167 / 1024 * 4 epochs | ||
warmup_start_lr: 0.1 | ||
momentum: 0.9 | ||
weight_decay: 0.0001 | ||
snapshot: 1251 # 1 epoch | ||
snapshot_prefix: "resnet50_4nodes_4s_run1" | ||
solver_mode: CPU | ||
test_offset: 0 |
Oops, something went wrong.