"git@developer.sourcefind.cn:OpenDAS/deepspeed.git" did not exist on "e549be607c0f85fc3eb91b3ce977f1d063d65f3c"
[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