Skip to content

Log Details

Junyong Lee edited this page Feb 7, 2022 · 4 revisions

Logs

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

    [LOG_ROOT]
     └── PVDNet_TOG2021
         ├── [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