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 2019/01/03 07:13:01 UTC

[GitHub] soeque1 edited a comment on issue #13647: Update lip reading example

soeque1 edited a comment on issue #13647: Update lip reading example
URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451067301
 
 
   > I built the project on a GPU instance this time and was able to run main.py. However, I immediately get a dump of a lot of these errors:
   > 
   > ```
   >   File "/home/ubuntu/anaconda3/envs/mxnet_p36/lib/python3.6/site-packages/mxnet/gluon/data/dataloader.py", line 166, in _recursive_fork_recordio
   >     if depth >= max_depth:
   > RecursionError: maximum recursion depth exceeded in comparison
   > ```
   > Looks like it ran that 200 times and failed each time.
   
   When you did run 'preprocess_data.py', it actually did nothing because of bug.
   I changed the paths without bug. it takes about 6 hours when it use 7(multi)-processes.
   And when you train the model, you can get some result after 10 epochs.

----------------------------------------------------------------
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