Mauhing commented on issue #13484: URL: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-669847809
> Any suggestions or fix? The issue still persist > > ``` > Worker timed out after 120 seconds. This might be caused by > > > - Slow transform. Please increase timeout to allow slower data loading in each worker. > > - Insufficient shared_memory if `timeout` is large enough. > > Please consider reduce `num_workers` or increase shared_memory in system. > ``` Try to monitor your shared memory usage while running the program. If the problem is still here, try to increase the shared memory size. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
