-
Notifications
You must be signed in to change notification settings - Fork 86
Description
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?