Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
## Checkpoints for
|
| 6 |
|
| 7 |
```bash
|
| 8 |
cd OFTSR
|
|
@@ -122,7 +122,7 @@ python sample_fm.py --opt configs/ir_fm_imagenet.yml \
|
|
| 122 |
|
| 123 |
#--------------------- one-step ---------------------
|
| 124 |
```bash
|
| 125 |
-
python sample_fm.py --opt configs/
|
| 126 |
--overrides \
|
| 127 |
sample.pre_train_model=ckpts/sr_bicubic-sf4-guided_unet-sigma0.2-bs8-loss_l1-lr1e-04-distil-v_boot-solver_rk2_0.5-dt0.05-w_distil_1.0-w_bound_0.1-w_align_0.01-ImageNet_DIS-checkpoint_10.pth \
|
| 128 |
dataset.val_path='./val_data/imagenet_val_100' \
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
## Checkpoints for [OFTSR](https://github.com/yuanzhi-zhu/OFTSR)
|
| 6 |
|
| 7 |
```bash
|
| 8 |
cd OFTSR
|
|
|
|
| 122 |
|
| 123 |
#--------------------- one-step ---------------------
|
| 124 |
```bash
|
| 125 |
+
python sample_fm.py --opt configs/dis_fm_imagenet.yml \
|
| 126 |
--overrides \
|
| 127 |
sample.pre_train_model=ckpts/sr_bicubic-sf4-guided_unet-sigma0.2-bs8-loss_l1-lr1e-04-distil-v_boot-solver_rk2_0.5-dt0.05-w_distil_1.0-w_bound_0.1-w_align_0.01-ImageNet_DIS-checkpoint_10.pth \
|
| 128 |
dataset.val_path='./val_data/imagenet_val_100' \
|