Skip to content

Commit

Permalink
Add torch clarification (#1495)
Browse files Browse the repository at this point in the history
* Add torch clarification

* fix
  • Loading branch information
yinweisu authored Nov 3, 2020
1 parent 6ff50a8 commit 218007a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/model_zoo/classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MXNet

.. rst-class:: Pytorch

Pytorch
PyTorch
*************

.. include:: classification_torch.rst
Expand Down
1 change: 1 addition & 0 deletions docs/model_zoo/classification_torch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Models implemented using PyTorch will be added later. Please checkout our MXNet implementation instead.
2 changes: 1 addition & 1 deletion docs/model_zoo/depth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MXNet

.. rst-class:: Pytorch

Pytorch
PyTorch
*************

.. include:: depth_torch.rst
Expand Down
1 change: 1 addition & 0 deletions docs/model_zoo/depth_torch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Models implemented using PyTorch will be added later. Please checkout our MXNet implementation instead.
2 changes: 1 addition & 1 deletion docs/model_zoo/detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MXNet

.. rst-class:: Pytorch

Pytorch
PyTorch
*************

.. include:: detection_torch.rst
Expand Down
1 change: 1 addition & 0 deletions docs/model_zoo/detection_torch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Models implemented using PyTorch will be added later. Please checkout our MXNet implementation instead.
2 changes: 1 addition & 1 deletion docs/model_zoo/pose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MXNet

.. rst-class:: Pytorch

Pytorch
PyTorch
*************

.. include:: pose_torch.rst
Expand Down
1 change: 1 addition & 0 deletions docs/model_zoo/pose_torch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Models implemented using PyTorch will be added later. Please checkout our MXNet implementation instead.
2 changes: 1 addition & 1 deletion docs/model_zoo/segmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MXNet

.. rst-class:: Pytorch

Pytorch
PyTorch
*************

.. include:: segmentation_torch.rst
Expand Down
1 change: 1 addition & 0 deletions docs/model_zoo/segmentation_torch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Models implemented using PyTorch will be added later. Please checkout our MXNet implementation instead.

0 comments on commit 218007a

Please sign in to comment.