You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 (atmtimm==1.0.11
is the latest stable version), is not compatible, and nor istimm=0.4.5
, from my experience.The text was updated successfully, but these errors were encountered: