Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weried phenomenon about using main.py train ucf101 dataset #122

Closed
dandingol03 opened this issue Dec 23, 2020 · 1 comment
Closed

weried phenomenon about using main.py train ucf101 dataset #122

dandingol03 opened this issue Dec 23, 2020 · 1 comment

Comments

@dandingol03
Copy link

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~

@dandingol03
Copy link
Author

i figure out why, because i use the google colab, it needs a long time to load data. After that, it begin to train

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant