Is there any other comprehensive model zoo like TIMM

Hi,
I am trying to run transfer learning using various architecture.
I came across (Pytorch Image Models(TIMM).
The issue is they only support torch >=1.4 while I am on 1.2 and the possibility of torch update is quite low because I am on power 9 architecture and still figuring out how to upgrade it((Posted Question).
So Is there any other comprehensive model zoo like TIMM?

I believe the Pytorch Hub is supported in Pytorch 1.2, though it is not as comprehensive as TIMM.

1 Like