Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Attempt to run distributed training with FP16 lead to failure.

  • PR-8904: Fix multiprocessing too many open files

    • Problem: The data-loader has a file-descriptor leak when the number of files being opened exceeds the ulimit of the user session.
    • Workaround: Increase the ulimit of the user session or at the OS level using any of the following steps:

How to build MXNet

Please follow the instructions at https://mxnet.incubator.apache.org/install/index.html 

...