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

Update file submit_benchmark_jobs.sh

parent cff3d4fa
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@ for nodes in {1..1}; do
if [ "${node_type}" = "thin" ]; then
batch_size = 256
batch_size=256
else
batch_size = 512
batch_size=512
fi
echo dim ${dim}, nodes ${nodes}, gpus ${gpus}, batch_size ${batch_size}, benchmark_mode ${benchmark_mode}, node_type ${node_type}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment