edmBernard commented on issue #8291: Import error in SSD example
URL: 
https://github.com/apache/incubator-mxnet/issues/8291#issuecomment-337142762
 
 
   @agataradys it seem ssd example have been port to python3 
   your error come from the different behaviour in import between python2 and 
python3
   either you can switch to python3 or you can try to import this at the 
beginning of the file : `from __future__ import absolute_import`
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to