Closed salman-moh closed 2 years ago
Helps resolve the following error when predicting on Windows/OSX systems.
self._num_workers = len(os.sched_getaffinity(0)) AttributeError: module 'os' has no attribute 'sched_getaffinity'
Need to change os.sched_getaffinity(0) in other files as well.
os.sched_getaffinity(0)
Helps resolve the following error when predicting on Windows/OSX systems.