forked from jiazhihao/metaflow_sysml19
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some small changes to scripts to clean up flags.
- Loading branch information
Todd Irving Warszawski
committed
Jan 25, 2019
1 parent
e15fbaf
commit f84d103
Showing
3 changed files
with
14 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/env bash | ||
|
||
./cnn_cuda --export squeezenet_raw --dnn squeezenet --noopt > squeezenet_raw_output | ||
./cnn_cuda --export inception_raw --dnn inception --noopt > inception_raw_output | ||
./cnn_cuda --export resnet34_raw --dnn resnet34 --noopt > resnet34_raw_output | ||
./cnn_cuda --export rnntc_raw --dnn rnntc --noopt > rnntc_raw_output | ||
|
||
./cnn_cuda --export squeezenet_opt --dnn squeezenet > squeezenet_opt_output | ||
./cnn_cuda --export inception_opt --dnn inception > inception_opt_output | ||
./cnn_cuda --export resnet34_opt --dnn resnet34 > resnet34_opt_output | ||
./cnn_cuda --export rnntc_opt --dnn rnntc > rnntc_opt_output |
This file was deleted.
Oops, something went wrong.
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