- To view training and validation information (e.g. loss plots, GIFs of predictions), run `tensorboard --logdir logs/bair_action_free --port 6006` and open http://localhost:6006.
- For multi-GPU training, set `CUDA_VISIBLE_DEVICES` to a comma-separated list of devices, e.g. `CUDA_VISIBLE_DEVICES=0,1,2,3`. To use the CPU, set `CUDA_VISIBLE_DEVICES=""`.
- See more training details for other datasets and models in `scripts/train_all.sh`.
### Datasets
### Datasets
Download the datasets using the following script. These datasets are collected by other researchers. Please cite their papers if you use the data.
Download the datasets using the following script. These datasets are collected by other researchers. Please cite their papers if you use the data.