Views
No views yet
1# install from requirements.txt
2pip3 install -r requirements.txt1python test.py \
2 --data_path <path> \ # the path to swap_dic.npz file
3 --model_path <path> \ # the path to the deep reordering model checkpoint
4 --scorer_path <path> \ # the name to the convext-tiny unified scoring model checkpoint
5 --pattern_type <str> \ # one of block, offblock, star, and band
6 --mat_size <int> \ # the size of the matrix, one of 100, 200, 300, 400
7 --tta <int> \ # the number of noise levels for test-time augmentation, one of 1, 5, 17
8 --continuous_eval \ # for continuous matrices only