-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxnet scripts updated, benchmark scripts updated. Details can be foun…
…d in README.md
- Loading branch information
Showing
144 changed files
with
2,947 additions
and
205 deletions.
There are no files selected for viewing
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
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,8 @@ | ||
#!/bin/bash | ||
# The benchmarks of all toolkits | ||
python benchmark.py -config ./configs/mxnet_bm2cpu1.config -post True | ||
python benchmark.py -config ./configs/mxnet_bm2cpu2.config -post True | ||
python benchmark.py -config ./configs/mxnet_bm2cpu4.config -post True | ||
python benchmark.py -config ./configs/mxnet_bm2cpu8.config -post True | ||
python benchmark.py -config ./configs/mxnet_bm2cpu16.config -post True | ||
python benchmark.py -config ./configs/mxnet_bm2cpu32.config -post True |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,16 @@ | ||
flag: syntheticSgbenchmark2 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
# fc; fcn5; -1; 1; 1024; 4; 60000; 0.05 | ||
cnn; alexnet; -1; 1; 1024; 2; 50000; 0.01 | ||
# cnn; resnet; -1; 1; 128; 2; 50000; 0.01 | ||
# rnn; lstm; -1; 1; 128; 2; 2048; 0.1 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #GPU model | ||
cpu_count: 1 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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,13 @@ | ||
flag: sgbenchmark6 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
cnn; alexnet; -1; 1; 1024; 4; 50000; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #traning device model | ||
cpu_count: 1 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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,13 @@ | ||
flag: sgbenchmark6 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
cnn; alexnet; -1; 1; 1024; 4; 50000; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #GPU model | ||
cpu_count: 16 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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,13 @@ | ||
flag: sgbenchmark6 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
cnn; alexnet; -1; 1; 1024; 2; 50000; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #GPU model | ||
cpu_count: 2 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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,13 @@ | ||
flag: sgbenchmark6 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
cnn; alexnet; -1; 1; 1024; 2; 50000; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #GPU model | ||
cpu_count: 32 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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,13 @@ | ||
flag: sgbenchmark6 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
cnn; alexnet; -1; 1; 1024; 2; 50000; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #GPU model | ||
cpu_count: 4 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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,13 @@ | ||
flag: sgbenchmark6 #Flag of current experiment | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <learning rate> | ||
{ | ||
cnn; alexnet; -1; 1; 1024; 2; 50000; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v4 #CPU model | ||
device_name: E5-2630v4 #GPU model | ||
cpu_count: 8 #CPU count for cpu parallel | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,30 @@ | ||
flag: testdpBenchmark #Flag of current experiment | ||
tools: tensorflow #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <Learning rate> | ||
{ | ||
fc; fcn5; 0; 1; 4096; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 2048; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 1024; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 512; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 342; 2; 60000; 0.05 | ||
cnn; alexnet; 0; 1; 1024; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 512; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 256; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 128; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 86; 2; 50000; 0.01 | ||
cnn; resnet; 0; 1; 128; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 64; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 32; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 16; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 11; 2; 50000; 0.01 | ||
rnn; lstm; 0; 1; 1024; 2; 50000; 0.1 | ||
# rnn; lstm; 0; 1; 512; 2; 50000; 0.1 | ||
# rnn; lstm; 0; 1; 256; 2; 50000; 0.1 | ||
# rnn; lstm; 0; 1; 128; 2; 50000; 0.1 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v3 #CPU model | ||
device_name: K80 #GPU model | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,30 +1,33 @@ | ||
flag: testdpBenchmark #Flag of current experiment | ||
tools: tensorflow #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <gpu count>; <batch size>; <number of epochs>; <epoch size>; <Learning rate> | ||
tools: mxnet #Tools to benchmark | ||
experiments: #<network type>; <network name>; <device id>; <device count>; <batch size>; <number of epochs>; <epoch size>; <Learning rate> | ||
{ | ||
fc; fcn5; 0; 1; 4096; 2; 60000; 0.05 | ||
fc; fcn5; -1; 20; 4096; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 2048; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 1024; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 512; 2; 60000; 0.05 | ||
# fc; fcn5; 0; 1; 342; 2; 60000; 0.05 | ||
cnn; alexnet; 0; 1; 1024; 2; 50000; 0.01 | ||
cnn; alexnet; -1; 20; 1024; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 512; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 256; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 128; 2; 50000; 0.01 | ||
# cnn; alexnet; 0; 1; 86; 2; 50000; 0.01 | ||
cnn; resnet; 0; 1; 128; 2; 50000; 0.01 | ||
cnn; resnet; -1; 20; 128; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 64; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 32; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 16; 2; 50000; 0.01 | ||
# cnn; resnet; 0; 1; 11; 2; 50000; 0.01 | ||
rnn; lstm; 0; 1; 1024; 2; 50000; 0.1 | ||
# rnn; lstm; 0; 1; 512; 2; 50000; 0.1 | ||
# rnn; lstm; 0; 1; 256; 2; 50000; 0.1 | ||
# rnn; lstm; 0; 1; 128; 2; 50000; 0.1 | ||
rnn; lstm; 0; 1; 1024; 2; -1; 0.01 | ||
# rnn; lstm; 0; 1; 512; 2; -1; 0.01 | ||
# rnn; lstm; 0; 1; 256; 2; -1; 0.01 | ||
# rnn; lstm; 0; 1; 128; 2; -1; 0.01 | ||
} | ||
host_file: None #Path to host file or None | ||
cpu_name: E5-2630v3 #CPU model | ||
device_name: K80 #GPU model | ||
cpu_name: E5-2630v4 #CPU model | ||
gpu_name: K80 #device model | ||
cuda: 8.0 #CUDA version | ||
cudnn: 5.1 #CUDNN version | ||
cuda_driver: 367.48 #CUDA driver version |
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
Oops, something went wrong.