ZoeDepth
ZoeDepth copied to clipboard
'Block' object has no attribute 'drop_path'
Got this issue when I tried running it on Colab Notebook
Check environment.yml
Trypip install timm==0.6.12
Check environment.yml Try
pip install timm==0.6.12
Doesnt work for me unfortunately ... is there any other solution i can try?
(Got the problem on local stable-diff)
try using drop_path1 with latest timm. It worked for me.
This bug is caused by timm version Try to upgrade your timm version pip install timm==0.6.7 worked for me.