delete ratio_list in Evaluation of README

This commit is contained in:
chun 2024-03-27 19:34:56 +08:00
parent e2852526eb
commit ca6377e98c
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ python train.py --lr 10e-4 --epochs 300 --batch_size 32 --channel 'AWGN' --saved
### Evaluation
Run(example presented in paper)
```
python eval.py --channel 'AWGN' --saved ./saved/${mode_path} --snr 20 --ratio_list 1/3 --test_img ${test_img_path}
python eval.py --channel 'AWGN' --saved ./saved/${mode_path} --snr 20 --test_img ${test_img_path}
```
### TO-DO
- Add visualization of the model

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB