Skip to content

Commit

Permalink
Update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yoreG123 authored Jun 10, 2022
1 parent ff2c144 commit 0098727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_tipc/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ elif [ ${model_name} == "fgcnn" ]; then
cd ../..
cp -r ./models/rank/fgcnn/data/trainlite/* ./test_tipc/data/train
cp -r ./datasets/criteo_fgcnn/test/valid.h5 ./test_tipc/data/infer
fi
elif [ ${model_name} == "iprec" ]; then
mkdir -p ./test_tipc/data/train
mkdir -p ./test_tipc/data/infer
Expand Down

0 comments on commit 0098727

Please sign in to comment.