Skip to content

Commit 0098727

Browse files
authored
Update prepare.sh
1 parent ff2c144 commit 0098727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_tipc/prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ elif [ ${model_name} == "fgcnn" ]; then
394394
cd ../..
395395
cp -r ./models/rank/fgcnn/data/trainlite/* ./test_tipc/data/train
396396
cp -r ./datasets/criteo_fgcnn/test/valid.h5 ./test_tipc/data/infer
397+
fi
397398
elif [ ${model_name} == "iprec" ]; then
398399
mkdir -p ./test_tipc/data/train
399400
mkdir -p ./test_tipc/data/infer

0 commit comments

Comments
 (0)