Metadata-Version: 2.1
Name: pydlutils
Version: 0.0.6
Summary: Utility library for deep learning
Home-page: https://github.com/zebincai/pydlutils
Author: zebincai
Author-email: 1028798080@qq.com
License: Apache
Download-URL: https://github.com/zebincai/pydlutils/tags
Keywords: python,compute vision,deep learning,LLM
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
Requires-Dist: loguru
Requires-Dist: omegaconf
Requires-Dist: transformers
Requires-Dist: peft
Requires-Dist: pylint

# pydlutils
--------------------------------------------------------------------------------

## About
python utils library for deep learning, computer vision, LLM, slam or other python related job.

## Module instruction

1. basic
    place the basic module, type definition, utility function.

2. third party
    place modules which come from other repositories.

3. torch
    place torch related high level api.

## Installation

```
pip install pydlutils
```

## Build and Upload
```
# build
python setup.py sdist bdist_wheel
# upload
twine upload dist/*
```

## Publications
```
@software{pydlutils,
  author = {zebincai},
  title = {pydlutils},
  url = {\url{https://github.com/zebincai/pydlutils}},
}
```
## License
pydlutils has a Apache license, as found in the [LICENSE](LICENSE) file.


