hchfan

Results 1 issues of hchfan

hello, I downloaded the pretrained model from https://drive.google.com/file/d/10rjaLc4L-sa8QNueJDkHSkajFs-LLjgi/view and placed it at `SymLM/checkpoints/pretrained/checkpoint_best.pt` Then I set up the `training_evaluation/prediction.sh` with: ``` CHECKPOINT_PATH=checkpoints/pretrained/ DATASET_PATH="data/x64/data_bin" ``` I ran the prediction script with:...