[GitHub] [incubator-mxnet] snnn commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-03-26 Thread GitBox
snnn commented on issue #17711: [ONNX export] Fixing spatial export for 
batchnorm
URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-604659219
 
 
   I don't know why it just started failing, but I know how to fix it.
   
   The root cause is: you're using 32 bits compiler for 64 bits target.  A 32 
bits program can only have 2GB address space, so you may run out it quickly.
   ```
   [2020-03-25T21:40:57.615Z] -- Check for working C compiler: C:/Program Files 
(x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
   ```
   
   Please add "-A x64 -T host=x64" to your cmake command line args.
   
   


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


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] snnn commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-02-27 Thread GitBox
snnn commented on issue #17711: [ONNX export] Fixing spatial export for 
batchnorm
URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-592158271
 
 
   LGTM. 


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


With regards,
Apache Git Services