Closed NUS-Tim closed 4 weeks ago
It seems the files for relative importing are currently unavailable. Please let me know whether I have missed anything. Thanks.
We fix the code in RCM.py from: from ..layers import DropPath from ..layers.helpers import to_2tuple to: from timm.layers import DropPath from timm.layers.helpers import to_2tuple
you can try it again
It seems the files for relative importing are currently unavailable. Please let me know whether I have missed anything. Thanks.