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

Versions for different dependencies #10

Open
RitvikKapila opened this issue Oct 15, 2023 · 4 comments
Open

Versions for different dependencies #10

RitvikKapila opened this issue Oct 15, 2023 · 4 comments

Comments

@RitvikKapila
Copy link

Bug report and Documentation Ask

Description

The current code doesn't seem to be working with the latest versions of dependencies (pytorch, pytorch_lightning, torchvision, torchaudio, etc.). Please let me know what versions of dependencies is the library designed for.

Current Behavior

I tried running it with the torch 2.1.0 and pytorch-lightning 2.1.0 and it doesn't work and throws a bunch of deprecated warnings and erros.

@pranay-ar
Copy link
Contributor

Hi Ritvik, these are the versions that worked for me with the repo:

pytorch-lightning==1.9.1
torch==1.13.1 torchaudio==0.13.1 torchmetrics==0.11.1 torchvision==0.14.1

Here is the requirements.txt file for other package versions as well. Let me know if this fixes the issue!

@RitvikKapila
Copy link
Author

Hey Pranay, thanks a lot for your response. I'll try these versions.

Can you also let me know if you found any pre-trained weights for imu2clip?

@pranay-ar
Copy link
Contributor

I had trained on my own. It should be possible to train with a single GPU like TitanX/M40. There are no publicly released pre-trained weights though.

@RitvikKapila
Copy link
Author

Hey Pranay, if it's okay with you, can you please share the pre-trained weights that you're using? Thanks in advance.

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