av-savchenko / hsemotion

HSEmotion Python library for facial expression recognition
Apache License 2.0
23 stars 7 forks source link

`timm.models.layers.conv2d_same` missing #2

Closed hert5796 closed 1 year ago

hert5796 commented 1 year ago

I can't seem to get past the No module named 'timm.models.layers.conv2d_same'. I can see that timm-0.9.2 was successfully installed, but it seems this module is missing somehow. Any ideas on how to go about this? Thanks.

hert5796 commented 1 year ago

Here is a screenshot of the error on the provided demo in the repo. As I mentioned earlier, the default timm-0.9.2 was successfully installed, and I've also tried installing the latest version of timms to no avail.

Screenshot 2023-06-26 at 14 49 06
hert5796 commented 1 year ago

Ah I see the main repository does specify somewhere on the page that timm=0.4.5 is required. This appears to resolve it.