You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
712 B
Markdown

7 months ago
```
7 months ago
python train.py --model SRNetRot90
7 months ago
7 months ago
python validate.py --val_datasets Set5,Set14,B100,Urban100,Manga109 --model_path /wd/lut_reproduce/models/last_trained_net.pth
7 months ago
7 months ago
python transfer_to_lut.py --model_path /wd/lut_reproduce/models/last_trained_net.pth
python train.py --model_path /wd/lut_reproduce/models/last_transfered_lut.pth --total_iter 2000
python validate.py --val_datasets Set5,Set14,B100,Urban1[00,Manga109 --model_path /wd/lut_reproduce/models/last_trained_lut.pth
python image_demo.py
```
Help
```
python train.py --help
python validate.py --help
python transfer_to_lut.py --help
python image_demo.py --help
7 months ago
```
7 months ago
Requirements:
7 months ago
- [shedulefree](https://github.com/facebookresearch/schedule_free)