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

TypeError in GC operation for Conv layers and FC layers #35

Open
ZhWL123456 opened this issue Jul 17, 2020 · 0 comments
Open

TypeError in GC operation for Conv layers and FC layers #35

ZhWL123456 opened this issue Jul 17, 2020 · 0 comments

Comments

@ZhWL123456
Copy link

TypeError: mean() received an invalid combination of arguments - got (keepdim=bool, dim=tuple, ), but expected one of:

  • ()
  • (torch.dtype dtype)
  • (int dim, torch.dtype dtype)
    didn't match because some of the keywords were incorrect: keepdim
  • (int dim, bool keepdim, torch.dtype dtype)
  • (int dim, bool keepdim)
    didn't match because some of the arguments have invalid types: (dim=tuple, keepdim=bool, )
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