harryhan618 / SCNN_Pytorch

Pytorch implementation of "Spatial As Deep: Spatial CNN for Traffic Scene Understanding"
MIT License
250 stars 68 forks source link

train.py #55

Closed foxkw closed 3 years ago

foxkw commented 3 years ago

When I run python train.py --exp_dir ./experiments/exp0 [--resume/-r] . I found gpu is free of use , even though I add CUDA_VISIBLE_DEVICES = 1

2)can you tell me your tqdm's version . thanks