How to create a nest model. #739
-
Here is the location of the nest - https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/nest.py. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Abhishek-Prajapat I suspect you have used |
Beta Was this translation helpful? Give feedback.
Hi @Abhishek-Prajapat I suspect you have used
pip install timm
meaning you would be on the latest PyPI release which does not include that PR yet. Please trypip install git+https://github.com/rwightman/pytorch-image-models.git
which will give you what's inmaster
right now. Then it should work. Let me know if not.