https://github.com/chrisqcwx/phoenixcat
Phoenixcat: an enhanced infrastructure library for PyTorch.
https://github.com/chrisqcwx/phoenixcat
deep-learning pytorch toolbox utils utils-library
Last synced: 12 months ago
JSON representation
Phoenixcat: an enhanced infrastructure library for PyTorch.
- Host: GitHub
- URL: https://github.com/chrisqcwx/phoenixcat
- Owner: Chrisqcwx
- License: apache-2.0
- Created: 2024-05-01T14:13:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T16:30:41.000Z (12 months ago)
- Last Synced: 2025-06-23T16:48:50.829Z (12 months ago)
- Topics: deep-learning, pytorch, toolbox, utils, utils-library
- Language: Python
- Homepage:
- Size: 341 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Phoenixcat is an enhanced infrastructure library for PyTorch.
## Installation
Install the library from PyPI:
```bash
pip install phoenixcat
```
or install the latest version from GitHub:
```
pip install git+https://github.com/Chrisqcwx/phoenixcat.git
```
## License
This project is licensed under the Apache-2.0 License. See the [LICENSE](./LICENSE) file for details.
## Acknowledgements
This project includes code from the [diffusers](https://github.com/huggingface/diffusers) which is licensed under the Apache License, Version 2.0.
## Citation
```bibtex
@software{yu2024phoenxcat,
title = {Phoenixcat: an enhanced infrastructure library for PyTorch.},
author = {Yu, Hongyao and Yu, Sijin},
year = 2024,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/Chrisqcwx/phoenixcat}}
}
```