This commit is contained in:
deeppomf 2018-02-26 21:07:13 -05:00
parent 6477410f06
commit 93e0dc2307

View File

@ -87,7 +87,10 @@ To train, run
$ python train.py
```
If desired, you can train the pretrained model on your custom dataset.
If desired, you can train the pretrained model on your custom dataset by running
```
$ python train.py --continue_training=True
```
Training can be done separately for mosaics with train_mosaic.py, but decensor.py is not yet compatible with mosaic decensorship models.