https://github.com/durandtibo/gravitorch-vision
Extension of gravitorch for torchvision
https://github.com/durandtibo/gravitorch-vision
Last synced: 2 months ago
JSON representation
Extension of gravitorch for torchvision
- Host: GitHub
- URL: https://github.com/durandtibo/gravitorch-vision
- Owner: durandtibo
- License: bsd-3-clause
- Created: 2023-06-06T01:06:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T21:34:22.000Z (6 months ago)
- Last Synced: 2025-03-22T15:02:11.228Z (3 months ago)
- Language: Python
- Size: 624 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Extension of gravitorch for torchvision
## API stability
:warning: While `gtvision` is in development stage, no API is guaranteed to be stable from one
release to the next. In fact, it is very likely that the API will change multiple times before a
stable 1.0.0 release. In practice, this means that upgrading `gtvision` to a new version will
possibly break any code that was using the old version of `gtvision`.## License
`gtvision` is licensed under BSD 3-Clause "New" or "Revised" license available
in [LICENSE](LICENSE) file.