From 5b1f510d6bcf7d00d1aca5e7727cc7441c6e128d Mon Sep 17 00:00:00 2001 From: Zach Teed Date: Tue, 4 Aug 2020 10:09:58 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330b256..a4ab46c 100644 --- a/README.md +++ b/README.md @@ -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