apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

Storage fallback warning escalation #17727

Open yifeim opened 4 years ago

yifeim commented 4 years ago

Description

In jupyter notebooks, storage fallback warnings are silently passed to the jupyter engine backend. We want to escalate the warnings to user front-end. We also want to filter the warnings as exceptions for debugging purposes.

References

yifeim commented 4 years ago

https://github.com/apache/incubator-mxnet/issues/16060