You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/13 02:15:31 UTC

[GitHub] egeaydin commented on issue #8955: Can't pickle MXNet Modules

egeaydin commented on issue #8955: Can't pickle MXNet Modules
URL: https://github.com/apache/incubator-mxnet/issues/8955#issuecomment-429503369
 
 
   This https://github.com/apache/incubator-mxnet/issues/10562  issue helped me. 
   ```python
   train_data = gluon.data.DataLoader(
       mnist_train, batch_size=batch_size, shuffle=True, num_workers=0)
   ```
   Change ``` num_works=4``` to ```num_works=0```.
   
   Hope this helps.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services