https://github.com/4ment/torchtree-plugin-template
A GitHub template for developing a torchtree plugin
https://github.com/4ment/torchtree-plugin-template
python pytorch template template-project torchtree
Last synced: about 1 month ago
JSON representation
A GitHub template for developing a torchtree plugin
- Host: GitHub
- URL: https://github.com/4ment/torchtree-plugin-template
- Owner: 4ment
- License: gpl-3.0
- Created: 2022-09-01T03:31:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T22:39:18.000Z (over 2 years ago)
- Last Synced: 2026-03-17T11:37:48.622Z (3 months ago)
- Topics: python, pytorch, template, template-project, torchtree
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project_name
project_description
## Dependencies
- [torchtree]
## Installation
### Installing from source
```bash
git clone https://github.com/author_name/project_name
pip install project_name/
```
## Check install
```bash
python -c "import package_name"
```
## License
Distributed under the GPLv3 License. See [LICENSE](LICENSE) for more information.
## Acknowledgements
package_name makes use of the following libraries and tools, which are under their own respective licenses:
- [torchtree]
[torchtree]: https://github.com/4ment/torchtree