Skip to content

TypeError: __call__() got an unexpected keyword argument 'test' #2

@taktak1

Description

@taktak1

python train.py

File "/chainer-cyclegan/updater.py", line 122, in update_core
x_y = self.gen_g(x)
File "/chainer-cyclegan/common/net.py", line 146, in call
h = self.c1(x, test=test)
File "/chainer-cyclegan/common/net.py", line 83, in call
h = self.batchnorm(h, test=test)
TypeError: call() got an unexpected keyword argument 'test'

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