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

Add a requirements.txt file to make it possible to load and save the models from their .pt files #54

Open
bengtlofgren opened this issue Nov 30, 2024 · 1 comment

Comments

@bengtlofgren
Copy link

Hi,

I was wondering if it would be possible to add a requirements.txt file or similar in order to understand the versions of the dependencies used for the training of these models?

It would be very much appreciated!

FYI: I used timm==0.9.0 and it worked for my purposes, but it would be ideal to know the correct version to use. The latest version (atm timm==1.0.11 is the latest stable version), is not compatible, and nor is timm=0.4.5, from my experience.

@av-savchenko
Copy link
Owner

Thanks for tis question. I updated setup.py in my parallel repository for hsemotion package. In addition, I modified my current readme to verify that it should work with 0.9.* version of timm. However, as the current repository contains a lot of different samples for various tasks, it should be too difficult to set all necessary packages. Hopefully, my current modifications will be enough

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