зеркало из https://github.com/microsoft/pai.git
f78edccf8f | ||
---|---|---|
.. | ||
XGBoost | ||
caffe | ||
caffe2 | ||
chainer | ||
cntk | ||
jupyter | ||
kafka | ||
keras | ||
mpi | ||
mxnet | ||
pytorch | ||
scikit-learn | ||
serving | ||
spark | ||
tensorflow | ||
README.md |
README.md
PAI Examples
Contributing
If you want to contribute to run new workload on PAI or add more PAI examples, please open a new pull request.
List of workload
Off-the-shelf examples
Examples which can be run by submitting the json straightly without any modification.
- serving.tensorflow.json: TensorFlow model serving.
- tensorflow.cifar10.json: Single GPU trainning on CIFAR-10 using TensorFlow.
- pytorch.mnist.json: Single GPU trainning on MNIST using PyTorch.
- pytorch.regression.json: Regression using PyTorch.
- mxnet.autoencoder.json: Autoencoder using MXNet.
- mxnet.image-classification.json: Image classification on MNIST using MXNet.