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

Pixray 'MyRandomPerspective' issue #25

Open
z3Nsk1Fh5a opened this issue Dec 30, 2021 · 0 comments
Open

Pixray 'MyRandomPerspective' issue #25

z3Nsk1Fh5a opened this issue Dec 30, 2021 · 0 comments

Comments

@z3Nsk1Fh5a
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant