Skip to content

Inheritance args bug with ResNet & NLayerDiscriminator #20

@brianreicher

Description

@brianreicher

__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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions