ashkamath / mdetr

Apache License 2.0
969 stars 125 forks source link

[Colab Error] InvalidVersion: Invalid version: '0.10.1,<0.11' #92

Closed knwoo closed 1 year ago

knwoo commented 1 year ago

Hi, I tried to run colab demo, but got a following error.

image

vvvinit commented 1 year ago

Replace the first cell in initial boilerplate with ! pip install timm==0.4.5 transformers==4.5.1 packaging==21.3 and click restart runtime once the cell has finished running.

knwoo commented 1 year ago

it works well. Thanks!