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

Problem with loading the model. #1

Open
dsabarinathan opened this issue Apr 30, 2022 · 0 comments
Open

Problem with loading the model. #1

dsabarinathan opened this issue Apr 30, 2022 · 0 comments

Comments

@dsabarinathan
Copy link

dsabarinathan commented Apr 30, 2022

@lannguyen0910
I tested the code in local and colab. I was getting a new error.

5 frames
/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py in getattr(self, name)
1184 return modules[name]
1185 raise AttributeError("'{}' object has no attribute '{}'".format(
-> 1186 type(self).name, name))
1187
1188 def setattr(self, name: str, value: Union[Tensor, 'Module']) -> None:

AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'

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