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

Added requirements.txt file for version compatibility #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

serkansulun
Copy link

I couldn't run the code due to version compatibility issues. After some trial and error, I found out that tensorflow and dm-sonnet should be version 1. I added the requirements.txt file so that others don't have to go through that trial and error.

There was still some issues regarding Protobuf version but they go away when the code is run using a flag: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python python i3d_tf_to_pt.py --rgb --flow

I added these two issues in the README.

I also changed .cuda() with .to(device), so that the code can be run using CPU as well.

This is my first pull request, I hope I didn't mess it up :)

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

Successfully merging this pull request may close these issues.

None yet

1 participant