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

Inheritance args bug with ResNet & NLayerDiscriminator #20

Open
2 tasks
brianreicher opened this issue Sep 8, 2022 · 0 comments
Open
2 tasks

Inheritance args bug with ResNet & NLayerDiscriminator #20

brianreicher opened this issue Sep 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@brianreicher
Copy link
Collaborator

__init__ functions claim to be overloaded with parameters upon calling, though initialization seems correct:

  • ResNet call for ResNetBlock2D/3D calls:
    TypeError: __init__() takes from 2 to 3 positional arguments but 6 were given

  • NLayerDiscriminator call for each dimension class:
    TypeError: __init__() takes from 2 to 3 positional arguments but 13 were given

@brianreicher brianreicher added bug Something isn't working help wanted Extra attention is needed labels Sep 8, 2022
@brianreicher brianreicher self-assigned this Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant