notebooks
notebooks copied to clipboard
Bump for AttributeError: 'AutoencoderKL' object has no attribute 'sample_size'
Currently unusable due to this error
in <cell line: 1>:4 │ │ │ │ /usr/local/lib/python3.9/dist-packages/torch/nn/modules/module.py:1614 in getattr │ │ │ │ 1611 │ │ │ modules = self.dict['_modules'] │ │ 1612 │ │ │ if name in modules: │ │ 1613 │ │ │ │ return modules[name] │ │ ❱ 1614 │ │ raise AttributeError("'{}' object has no attribute '{}'".format( │ │ 1615 │ │ │ type(self).name, name)) │ │ 1616 │ │ │ 1617 │ def setattr(self, name: str, value: Union[Tensor, 'Module']) -> None: │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ AttributeError: 'AutoencoderKL' object has no attribute 'sample_size'