Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shan18/tensornet
- Owner: shan18
- License: mit
- Created: 2020-03-19T15:46:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T23:39:07.000Z (about 3 years ago)
- Last Synced: 2024-12-15T10:37:02.905Z (about 1 month ago)
- Topics: computer-vision, convolutional-neural-networks, deep-learning, deep-learning-framework, python, pytorch
- Language: Python
- Homepage: https://pypi.org/project/torch-tensornet
- Size: 3.04 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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.