Skip to content
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
8 changes: 2 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ Ignite Your Networks!

:mod:`ignite` is a high-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.

.. .. image:: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/pytorch-ignite-teaser.gif
.. image:: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/pytorch-ignite-teaser.gif
:width: 460
:target: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/teaser.py-->

.. image:: https://raw.githubusercontent.com/vfdev-5/ignite/tldr/assets/tldr/pytorch-ignite-teaser.gif
:width: 460
:target: https://github.com/vfdev-5/ignite/blob/tldr/assets/tldr/teaser.py
:target: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/teaser.py

*Click on the image to see complete code*

Expand Down
2 changes: 1 addition & 1 deletion ignite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import torch

__all__ = ["convert_tensor", "apply_to_tensor", "apply_to_type", "to_onehot", "setup_logger"]
__all__ = ["convert_tensor", "apply_to_tensor", "apply_to_type", "to_onehot", "setup_logger", "manual_seed"]


def convert_tensor(
Expand Down