zhyever / PatchFusion

[CVPR 2024] An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation
https://zhyever.github.io/patchfusion/
MIT License
926 stars 62 forks source link

AttributeError: 'Block' object has no attribute 'drop_path1' #13

Closed juntaosun closed 7 months ago

juntaosun commented 7 months ago

AyaanShah2204_MiDaS_master\midas\backbones\beit.py", line 102, in block_forward x = x + self.drop_path1(self.gamma_1 * self.attn(self.norm1(x), resolution, File "C:\Users\xxx\anaconda3\envs\pytorch\lib\site-packages\torch\nn\modules\module.py", line 1269, in getattr raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'Block' object has no attribute 'drop_path1'

installed timm==0.6.12