Hi. Nice paper.
When trying to load a model checkpoint using torch.load(), the following error occurs:
AttributeError: Can't get attribute 'VisualTransformer' on <module 'open_clip.model' from 'C:\\Python311\\Lib\\site-packages\\open_clip\\model.py'>
It seems that open_clip no longer contains VisualTransformer, but the checkpoint expects it.