OpenCastKit icon indicating copy to clipboard operation
OpenCastKit copied to clipboard

AttributeError: 'AFNONet' object has no attribute 'load'

Open AlexJJJChen opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "/Users/xxx/Documents/OpenCastKit/predict.py", line 10, in backbone_model.load('./weights/fourcastnet/backbone.pt') File "/opt/anaconda3/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1269, in getattr raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'AFNONet' object has no attribute 'load'

AlexJJJChen avatar Apr 11 '23 09:04 AlexJJJChen