Hi, while running the model, I am getting a runtime error as follows:
RuntimeError:
Module 'SplAtConv2d' has no attribute 'dropblock' :
File "/home/vivek/.cache/torch/hub/zhanghang1989_ResNeSt_master/resnest/torch/models/splat.py", line 56
x = self.bn0(x)
if self.dropblock_prob > 0.0:
x = self.dropblock(x)
~~~~~~~~~~~~~~ <--- HERE
x = self.relu(x)
@zhanghang1989, could you please tell me how to resolve this?
Hi, while running the model, I am getting a runtime error as follows:
@zhanghang1989, could you please tell me how to resolve this?
Python Version: 3.8.10 Pytorch Version: 1.12.0.dev20220314+cpu