Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 497 Bytes

PTG_README.md

File metadata and controls

20 lines (15 loc) · 497 Bytes

Generate training data

$ python tcn_hpl/data/utils/ptg_datagenerator.py --config configs/experiment/r18/r18.yaml
  • Update paths.data_dir in the config to point to the folder generated by this script

Train

$ python tcn_hpl/train.py  experiment=r18/feat_v6

To view training metrics

Navigate to the ${paths.root_dir} directory set in your experiment config. Then run

$ aim up - p {port_num}

then go to http://127.0.0.1:{port_num} in your browser