6luke
Results
1
issues of
6luke
In 'core/leras/nn.py', line 176-179: ``` def getCurrentDeviceConfig(): if nn.current_DeviceConfig is None: nn.current_DeviceConfig = DeviceConfig.BestGPU() return nn.current_DeviceConfig ``` The class name 'nn' are missed in the 3rd line, and it should...