Hello and thanks for the code.
I used this command to run the train.py with pytorch0.4.0, CUDA9.0, CUDNN 7.1.4
CUDA_VISIBLE_DEVICES=0,1 python3 train.py --dist_url /workdir/mixiaoyue/nonexistent_file --cfgs_file cfgs/anet.yml --checkpoint_path checkpoint/$id --batch_size 4 --world_size 2 --cuda --sent_weight 0.25 --mask_weight 1.0 --gated_mask |tee log.txt
However,I got the bug when video data loading:

What can I do for running it?
Hello and thanks for the code.
I used this command to run the train.py with pytorch0.4.0, CUDA9.0, CUDNN 7.1.4
CUDA_VISIBLE_DEVICES=0,1 python3 train.py --dist_url /workdir/mixiaoyue/nonexistent_file --cfgs_file cfgs/anet.yml --checkpoint_path checkpoint/$id --batch_size 4 --world_size 2 --cuda --sent_weight 0.25 --mask_weight 1.0 --gated_mask |tee log.txt
However,I got the bug when video data loading:

What can I do for running it?