yhzhai commited on
Commit
779bb30
1 Parent(s): 2800337

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -39,7 +39,12 @@ Runing the following script to train on CASIAv2, and evalute on CASIAv1, Columbi
39
  python main.py --load configs/final.yaml
40
  ```
41
 
42
- Besides, our pre-trained checkpoint is available [here](https://buffalo.box.com/s/2t3eqvwp7ua2ircpdx12sfq04sne4x50).
 
 
 
 
 
43
 
44
  ## Citation
45
  If you feel this project is helpful, please consider citing our paper
 
39
  python main.py --load configs/final.yaml
40
  ```
41
 
42
+ For evaluating a pre-trained checkpoint:
43
+ ```shell
44
+ python main.py --load configs/final.yaml --eval --resume checkpoint-path
45
+ ```
46
+
47
+ We provide our pre-trained checkpoint [here](https://buffalo.box.com/s/2t3eqvwp7ua2ircpdx12sfq04sne4x50).
48
 
49
  ## Citation
50
  If you feel this project is helpful, please consider citing our paper