blob: 2981673ebdd3d0b613c7acf22b366f2ddb1e9b4a [file] [log] [blame]
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
ONNX
======
.. container:: cards
.. card::
:title: Fine-tuning an ONNX model with MXNet/Gluon
:link: fine_tuning_gluon.html
A tutorial on loading a model in Gluon and fine-tuning it on a dataset.
.. card::
:title: Running inference on MXNet/Gluon from an ONNX model
:link: inference_on_onnx_model.html
A tutorial on running inference from an ONNX model.
.. card::
:title: Importing an ONNX model into MXNet
:link: super_resolution.html
How to load a pre-trained ONNX model file into MXNet.
.. card::
:title: Export ONNX Models
:link: https://mxnet.apache.org/api/python/docs/tutorials/deploy/export/onnx.html
How to export an MXNet model to the ONNX model format.
.. toctree::
:hidden:
:glob:
*
Export ONNX Models <https://mxnet.apache.org/api/python/docs/tutorials/deploy/export/onnx.html>