You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
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?
The text was updated successfully, but these errors were encountered: