AttributeError: 'dict' object has no attribute 'pretrained_resource' occurred when I executed model = PatchFusion.from_pretrained(model_name).to(DEVICE).eval()
It looks like the dictionary is accessed through dots. Any suggestions on how to deal with it? Is it a version problem?