We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2c144 commit 0098727Copy full SHA for 0098727
test_tipc/prepare.sh
@@ -394,6 +394,7 @@ elif [ ${model_name} == "fgcnn" ]; then
394
cd ../..
395
cp -r ./models/rank/fgcnn/data/trainlite/* ./test_tipc/data/train
396
cp -r ./datasets/criteo_fgcnn/test/valid.h5 ./test_tipc/data/infer
397
+ fi
398
elif [ ${model_name} == "iprec" ]; then
399
mkdir -p ./test_tipc/data/train
400
mkdir -p ./test_tipc/data/infer
0 commit comments