We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa46694 commit 1ce4f13Copy full SHA for 1ce4f13
README.md
@@ -46,10 +46,13 @@ If you want to check the result of your pretrained model,
46
```
47
python pretrain.py --checkpoints_dir <dir> --gpu_id 0
48
49
+
50
then you will see the nominal reconstructions in /output/ directory.
51
52
53
## Step 3: Train entire dataset
54
```angular2html
55
python train.py --pretrain_path <path> --checkpoints_dir <dir>
-```
56
+```
57
+then you will see the nominal reconstructions in /output/ directory.
58
0 commit comments