Skip to content
Snippets Groups Projects
Commit 619f012f authored by Xuan Gu's avatar Xuan Gu
Browse files

Update file run_benchmark.sh

parent f92e7111
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ set -e ...@@ -3,7 +3,7 @@ set -e
dim=2 dim=2
for nodes in {1..1}; do for nodes in {1..1}; do
for gpus in {1..1}; do for gpus in {1,8}; do
for batch_size in {64,128}; do for batch_size in {64,128}; do
for iteration in {1..1}; do for iteration in {1..1}; do
...@@ -27,7 +27,7 @@ done ...@@ -27,7 +27,7 @@ done
dim=3 dim=3
for nodes in {1..1}; do for nodes in {1..1}; do
for gpus in {1..1}; do for gpus in {1,8}; do
for batch_size in {1,2,4}; do for batch_size in {1,2,4}; do
for iteration in {1..1}; do for iteration in {1..1}; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment