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

What is the difference between the train codes of this project and the "3D-ResNets-PyTorch" project? #38

Open
ahwangyuwei opened this issue Oct 17, 2018 · 1 comment

Comments

@ahwangyuwei
Copy link

Hi, this project has train.py, so could I train the datasets through these codes?
You said "This is a pytorch code for video (action) classification using 3D ResNet trained by this code."
What is the difference between the train codes of these two projects?

Thanks!

@bob80333
Copy link

bob80333 commented Apr 3, 2019

I diffed the two files in Pycharm, the only differences are formatting.
Ex:

                  epoch, i + 1, len(data_loader), batch_time=batch_time,
                  data_time=data_time, loss=losses, acc=accuracies))

in this repo
vs

                  epoch,
                  i + 1,
                  len(data_loader),
                  batch_time=batch_time,
                  data_time=data_time,
                  loss=losses,
                  acc=accuracies))

in the other repo

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

2 participants