Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issues #1324

Open
kysunami opened this issue Nov 13, 2020 · 0 comments
Open

Compatibility issues #1324

kysunami opened this issue Nov 13, 2020 · 0 comments

Comments

@kysunami
Copy link

Getting following errors:
AttributeError: module 'torch.nn' has no attribute 'Identity' for old versions like PyTorch 0.4.1
AttributeError: 'torch.dtype' object has no attribute 'type' for latest versions like PyTorch 1.1.0

AttributeError: module 'torch.nn' has no attribute 'Identity' - It was added in PyTorch 1.1.0 so the solution is to upgrade to the latest version huggingface/transformers#869

AttributeError: 'torch.dtype' object has no attribute 'type' downgrading to PyTorch 0.4.1 makes it work. facebookresearch/MUSE#101

Facing compatibility issues.. How to use both in a single piece of code??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant