You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @yjxiong
i use the main.py script to train ucf101 , but it seems like the script is just loading the rawframe, and never begin to train the model. Here is my setting:
Hi, @yjxiong
i use the main.py script to train ucf101 , but it seems like the script is just loading the rawframe, and never begin to train the model. Here is my setting:
python main.py ucf101 RGB <ucf101_rgb_train_list> <ucf101_rgb_val_list>
--arch BNInception --num_segments 3
--gd 20 --lr 0.001 --lr_steps 30 60 --epochs 80
-b 120 -j 8 --dropout 0.8
--snapshot_pref ucf101_bninception_
Thanks in advance~
The text was updated successfully, but these errors were encountered: