Skip to content

Log Details

Junyong Lee edited this page Oct 5, 2022 · 1 revision

Logs

  • Training and testing logs will be saved under [LOG_ROOT]/PG2022_RealTime_VDBLR/[mode]/:

    [LOG_ROOT]
     └── PG2022_RealTime_VDBLR
         ├── [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 with the size of (1, 3, 1280, 720)
         │   └── [network].py    # network file
         └── ...
    
  • In ./config/config.py, you may configure the following items:

Clone this wiki locally