Skip to content

Log Details

Junyong Lee edited this page Feb 6, 2022 · 8 revisions

####Training and testing logs will be saved under [LOG_ROOT]/RefVSR_CVPR2022/[mode]/:

├── [LOG_ROOT]
│   ├── RefVSR_CVPR2022
│   │   ├── [mode]
│   │   │   ├── checkpoint      # model checkpoints and resume states
│   │   │   ├── log             # scalar/image logs for tensorboard
│   │   │   ├── sample          # sample images of training and validation
│   │   │   ├── config          # config file
│   │   │   ├── result          # resulting images of evaluation
│   │   │   ├── cost.txt        # network size and MACs measured on an image of the size (1, 3, 1280, 720)
│   │   │   ├── [network].py    # network file

In ./config/config.py, you may configure following items:

Clone this wiki locally