Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix missing docs due to git add issues #16496

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions docs/python_docs/python/api/gluon/data/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.. 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.

gluon.data
==========

.. automodule:: mxnet.gluon.data

Datasets
--------

.. autosummary::

Dataset
ArrayDataset
RecordFileDataset
SimpleDataset

Sampling
--------

.. autosummary::

Sampler
SequentialSampler
RandomSampler
BatchSampler

DataLoader
----------

.. autosummary::

DataLoader


API Reference
-------------
.. automodule:: mxnet.gluon.data
:members:
:imported-members:
:autosummary:

.. toctree::
:hidden:
:maxdepth: 2
:glob:

*/index
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. 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.

vision.datasets
===============

Gluon provides pre-defined vision datasets functions in the :py:mod:`mxnet.gluon.data.vision.datasets`
module.

.. automodule:: mxnet.gluon.data.vision.datasets
:members:
:autosummary:
53 changes: 53 additions & 0 deletions docs/python_docs/python/api/gluon/data/vision/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
.. 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.

data.vision
============

.. automodule:: mxnet.gluon.data.vision

Datasets
^^^^^^^^

.. autosummary::
:nosignatures:

mxnet.gluon.data.vision.datasets


Data transformations
^^^^^^^^^^^^^^^^^^^^


.. autosummary::
:nosignatures:

mxnet.gluon.data.vision.transforms


API Reference
-------------
.. automodule:: mxnet.gluon.data.vision
:members:
:autosummary:

.. toctree::
:hidden:
:maxdepth: 2
:glob:

*/index
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.. 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.

vision.transforms
=================

Gluon provides pre-defined vision transformation and data augmentation functions in the :py:mod:`mxnet.gluon.data.vision.transforms`
module.

.. currentmodule:: mxnet.gluon.data.vision

.. autosummary::
:nosignatures:

transforms.Compose
transforms.Cast
transforms.ToTensor
transforms.Normalize
transforms.RandomResizedCrop
transforms.CenterCrop
transforms.Resize
transforms.RandomFlipLeftRight
transforms.RandomFlipTopBottom
transforms.RandomBrightness
transforms.RandomContrast
transforms.RandomSaturation
transforms.RandomHue
transforms.RandomColorJitter
transforms.RandomLighting

API Reference
-------------
.. automodule:: mxnet.gluon.data.vision.transforms
:members:
23 changes: 23 additions & 0 deletions docs/python_docs/python/api/mxnet/log/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. 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.

mxnet.log
=========

.. automodule:: mxnet.log
:members:
:autosummary:
23 changes: 23 additions & 0 deletions docs/python_docs/python/api/mxnet/model/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. 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.

mxnet.model
===========

.. automodule:: mxnet.model
:members:
:autosummary: