Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha-devulapally authored Nov 13, 2023
1 parent 3ea5429 commit b243b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CUDA_VISIBLE_DEVICES=0 python3 main.py --epochs 70 --batch_size 16
```
## Testing
Testing is done in two steps. First, is to run test.py script, which saves the prediction outputs in a folder.
Download the pre-trained weights of the transformer-based models on the datasets and run the below commands.
Download the pre-trained weights of the transformer-based models on the datasets and run the below command.
```bash
CUDA_VISIBLE_DEVICES=0 python test.py --path_to_model experiments/exp_1/checkpoints/model_best.pth.tar --output_folder experiments/exp_1/test/ --data_folder test
```
Expand Down

0 comments on commit b243b65

Please sign in to comment.