"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c2717317f03b12535cfd02b477ace61189e10e4b"
[bugfix] Fix crash due to unfound attribute (#2262)
An unexpected `AttributeError` exception is launched whenever the user defines `save_dir` on `DGLDataset` instantiation and uses `self._save_dir` within `has_cache` method. This commit fixes the issue.
Showing
Please register or sign in to comment