Skip to content

TypeError: got multiple values for argument #4

Description

@AS-N70

initialize(None, tmpconfig, output, j, device=device)

In this line, the function initialise takes 5 arguments (None, tmpconfig, output, j, device) .
But I noticed that in the definition , initialise should take only 4 arguments (config, output, i, device) .

def initialize(config, output, i, device="cpu"):

I'm not a native English speaker, so my English may be very poor. Please forgive me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions