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
- Host: GitHub
- URL: https://github.com/szuboy/torchwatch
- Owner: szuboy
- License: apache-2.0
- Created: 2021-11-17T03:20:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T03:14:21.000Z (over 4 years ago)
- Last Synced: 2025-11-28T06:47:30.123Z (6 months ago)
- Topics: basic-block, deep-learning, gcn, graph-convolution, inception, residual, torch, torchvision, torchwatch
- Language: Python
- Homepage: https://torchwatch.readthedocs.io/
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/