In readme, you say that after running processDorm, processLibrary ..., the new file will occur in trainProcessed or in testProcessed. The next step is running the refresh_train.sh. However, in the sh file,
it need
python tool.py add Card2Processed.txt normalization=$1 train
python tool.py add Card3Processed.txt normalization=$1 train
python tool.py add FacultyProcessed.txt normalization=$1 train
python tool.py add RankProcessed.txt normalization=$1 train
I think that must miss some file.
In readme, you say that after running processDorm, processLibrary ..., the new file will occur in trainProcessed or in testProcessed. The next step is running the refresh_train.sh. However, in the sh file,
it need
I think that must miss some file.