samskalicky edited a comment on issue #13976: Problem of exporting FP16 SyncBN 
model.
URL: 
https://github.com/apache/incubator-mxnet/issues/13976#issuecomment-457033687
 
 
   Thanks @Fiend1213, i tried commenting out this line:
   
   ```
       net.cast('float16')
   ```
   
   and then change this line:
   
   ```
   outputs = net(X.astype('float16'))
   ```
   
   change it to this:
   
   ```
   outputs = net(X)
   ```
   
   and the script completed. Obviously this means its not doing it in float16, 
but at least its succeeding. Im building from source using your build flags 
now, will try rerunning and debugging in to try see what the issue is.

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