Update README.md

This commit is contained in:
Zach Teed
2020-08-04 10:09:58 -06:00
committed by GitHub
parent a1d8344039
commit 5b1f510d6b

View File

@@ -63,7 +63,7 @@ By default `datasets.py` will search for the datasets in these locations. You ca
## Evaluation
You can evaluate a trained model using `evaluate.py`
```Shell
python evaluate.py --model=models/raft-things.pth --dataset=sintel
python evaluate.py --model=models/raft-things.pth --dataset=sintel --mixed_precision
```
## Training