Skip to content

Commit 1ce4f13

Browse files
committed
pretrain check
1 parent aa46694 commit 1ce4f13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ If you want to check the result of your pretrained model,
4646
```
4747
python pretrain.py --checkpoints_dir <dir> --gpu_id 0
4848
```
49+
4950
then you will see the nominal reconstructions in /output/ directory.
5051

5152

5253
## Step 3: Train entire dataset
5354
```angular2html
5455
python train.py --pretrain_path <path> --checkpoints_dir <dir>
55-
```
56+
```
57+
then you will see the nominal reconstructions in /output/ directory.
58+

0 commit comments

Comments
 (0)