Spaces:
Build error
Build error
File size: 190 Bytes
2be2da0 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
set -x
set -e
export PYTHONUNBUFFERED="True"
export CUDA_VISIBLE_DEVICES=0
python3 ./tools/train.py --dataset linemod\
--dataset_root ./datasets/linemod/Linemod_preprocessed |