Shashankwer commented on issue #700:
URL: https://github.com/apache/singa/issues/700#issuecomment-636358453


   > @Shashankwer I got the same error too, there is a "not implemented error" 
too when I try to run ShufflenetV1
   > 
   > I got a floating point exception: 8 when loading GPT2, does anyone know 
what causes this?
   
   Hi @agnesnatasya ,
   
   For ShufflenetV1 issue is it requires cuda gpu for implementation. It makes 
use of grouped 1x1 convolution which does not seem to be supported by cpu 
module and is written only for cuda. It refers get_default_device as '-1' and 
gpu devices as '1'. For me it failed on the check condition 
   device.id()==-1 in sonnx.py. 
   Running the same on colab did resolve the issue.
   
   Thanks,
   Shashank
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to