samskalicky opened a new issue #16360: [Feature Request] Add ability to treat 
warnings as errors
URL: https://github.com/apache/incubator-mxnet/issues/16360
 
 
   For model development in federated environments, logs may not be shown to 
the end users. As a result, some mxnet warning messages are never displayed. 
People without enough familiarity with mxnet may never identify the actual root 
cause of issues. This potentially affects many people's productivity.
   
   An example is `Storage type fallback detected`. In the following example, a 
sparse operator failure does not harm the model when the problem is 
small-scale, but it eventually causes memory depletion in larger datasets. To 
make it worse, the warning message is only displayed once.
   
   We should provide users an option to fail on warning

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

Reply via email to