https://github.com/hourout/tensormodel
Deep learning application collection
https://github.com/hourout/tensormodel
Last synced: about 1 year ago
JSON representation
Deep learning application collection
- Host: GitHub
- URL: https://github.com/hourout/tensormodel
- Owner: Hourout
- License: apache-2.0
- Created: 2021-12-08T08:09:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T04:48:38.000Z (over 2 years ago)
- Last Synced: 2025-03-16T07:48:06.347Z (over 1 year ago)
- Language: Python
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tensormodel
Deep learning application collection
## Installation
To install this verson from [PyPI](https://pypi.org/project/tensormodel/), type:
```
pip install tensormodel -U
```
To get the newest one from this repo (note there may be frequent updates), type:
```
pip install git+https://github.com/Hourout/tensormodel.git
```