"vscode:/vscode.git/clone" did not exist on "945f7c1d8dda65000a435e359bab9552fe7650b4"
Commit 365b6f01 authored by Rick Ho's avatar Rick Ho
Browse files

update test script

parent 7af4a1c1
......@@ -6,13 +6,13 @@ then
python moe.py
elif [ .$1 = '.test_all' ]
then
for bs in 4 16 64
for nexp in 1 2 4
do
for inf in 1024 4096
for inf in 1024
do
for ouf in 1024 4096
for ouf in 4096
do
for nexp in 4 16 64
for bs in 4 16 64 256 512 1024 2048 4096
do
echo $bs $nexp ${inf}x${ouf}
python moe_test.py $bs $inf $ouf $nexp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment