/Users/tmarsh/.conda/envs/better_lang/bin/python /Users/tmarsh/PycharmProjects/better_lang/
main.pyTraceback (most recent call last):
File "/Users/tmarsh/PycharmProjects/better_lang/
main.py", line 3, in <module>
model = torch.load('/users/tmarsh/downloads/joint_xlnet_dev=96.03_devuas=96.96_devlas=
95.32.pt')
File "/Users/tmarsh/.conda/envs/better_lang/lib/python3.7/site-packages/torch/serialization.py", line 529, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "/Users/tmarsh/.conda/envs/better_lang/lib/python3.7/site-packages/torch/serialization.py", line 702, in _legacy_load
result = unpickler.load()
AttributeError: Can't get attribute 'Vocabulary' on <module 'vocabulary' from '/Users/tmarsh/.conda/envs/better_lang/lib/python3.7/site-packages/vocabulary/__init__.py'>
Process finished with exit code 1