Hi,
In order to use the latest models, I tried to install timm on Colab from Github using
pip install git+https://github.com/rwightman/pytorch-image-models.git
However, I get the following error on create_model
AttributeError: 'Identity' object has no attribute 'bias'
Is there a way to solve this and have the 0.4.12 version instead of the 0.4.9 that is currently in pip?
Many thanks