Skip to content

Pixray 'MyRandomPerspective' issue #25

@z3Nsk1Fh5a

Description

@z3Nsk1Fh5a

Messing with pixray and during the run I get `---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in ()
26 pixray.do_init(settings)
27
---> 28 pixray.do_run(settings)
29
30 shutil.copyfile(f"/content/output.png", f"{OUTPUT_DIR}/{text}_{seed}.png")

11 frames
/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py in getattr(self, name)
1129 return modules[name]
1130 raise AttributeError("'{}' object has no attribute '{}'".format(
-> 1131 type(self).name, name))
1132
1133 def setattr(self, name: str, value: Union[Tensor, 'Module']) -> None:

AttributeError: 'MyRandomPerspective' object has no attribute 'resample'`

Is this due to a simple parameter?

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