An open API service indexing awesome lists of open source software.

https://github.com/szuboy/torchwatch

Deep Learning Basic Module built with Pytorch
https://github.com/szuboy/torchwatch

basic-block deep-learning gcn graph-convolution inception residual torch torchvision torchwatch

Last synced: about 2 months ago
JSON representation

Deep Learning Basic Module built with Pytorch

Awesome Lists containing this project

README

          

torchwatch
===========

.. image:: https://pepy.tech/badge/torchwatch
:target: https://pepy.tech/project/torchwatch

.. image:: https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchwatch%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v
:target: https://torchwatch.readthedocs.io/

The torchwatch package consists of popular basic block for deep learning,
which strives to be an watch for torch, like iWatch for iPhone.

Installation
============

Torchwatch only supports torch as backend. Please refer to `pytorch.org `_
for the detail of PyTorch (``torch``) installation.
There are two ways you can use ``torchwatch``.

1. Install via pip:
--------------------

.. code:: bash

pip install torchwatch

2. Install from source:
------------------------

.. code:: bash

python setup.py install

Documentation
==============

You can find the API documentation on the readthedocs website: https://torchwatch.readthedocs.io/