Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shan18/tensornet

A high-level deep learning library built on top of PyTorch.
https://github.com/shan18/tensornet

computer-vision convolutional-neural-networks deep-learning deep-learning-framework python pytorch

Last synced: 16 days ago
JSON representation

A high-level deep learning library built on top of PyTorch.

Awesome Lists containing this project

README

        


tensornet




Version
Documentation Status
MIT License


TensorNet is a high-level deep learning library built on top of PyTorch.

## Installation

You can use pip to install tensornet

```[bash]
pip install torch-tensornet
```

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub

```[bash]
pip install git+https://github.com/shan18/TensorNet.git#egg=torch-tensornet
```

## Documentation

Documentation is available at: https://tensornet.readthedocs.io/en/latest/

## How to Use

For examples on how to use TensorNet, refer to the [examples](https://github.com/shan18/TensorNet/tree/master/examples) directory.

## Dependencies

TensorNet has the following third-party dependencies

- torch
- torchvision
- torchsummary
- tqdm
- matplotlib
- albumentations
- opencv-python

## Contact/Getting Help

If you need any help or want to report a bug, raise an issue in the repo.