tree: 8fc5e66ab2d8b9db3a78e860c107dbc435528f95 [path history] [tgz]
  1. utils/
  2. mnist_mlp.py
  3. python_loss.py
  4. README.md
  5. sequential_module.py
example/module/README.md

Module Usage Example

This folder contains usage examples for MXNet module.

mnist_mlp.py: Trains a simple multilayer perceptron on the MNIST dataset

python_loss: Usage example for PythonLossModule

sequential_module: Usage example for SequentialModule