Zalo AI Lab tools
Pip package tools for Deep learning task
Installation
pip install ailabtools
Develop instruction
Installation for developing
-
Clone project to folder
ailabtools -
Go to
ailabtoolsfolder, install usingpip:pip install .for editable package (for development process), run:
pip install --editable . -
Check if package installed succesfully by running this python code:
from ailabtools import common common.check()right output:
>>> from ailabtools import common >>> common.check() AILab Server Check OKmake sure that the output is
AILab Server Check OKwithout any problems. -
Optional, check information of package:
pip show ailabtools
Contribution process
-
Deployment branch:
master. -
Development branch:
develop. -
Contribution process steps:
- Checkout new branch.
- Add own module.
- Create pull request to branch
develop. - Waiting for pull request review.
- Pull request merged, ready for beta deployment.
- Stable, ready for
mastermerge for offical deployment.
Package modified
Checkout setup.py for package information.
Add module
Add module in ailabtools folder.
Documents
Check wiki pages
Release files for ailabtools 0.0.20
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ailabtools-0.0.20.tar.gz | 18.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ailabtools-0.0.20-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 40.4 kB
Release files / ailabtools-0.0.20.tar.gz
| Download URL | ailabtools-0.0.20.tar.gz |
|---|---|
| Size | 18.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b08db1ce5e4c03ebd206f73ac20bc35c6254d99055d155d640d9d9664a27e3b
|
|
BLAKE2b-256 checksum How to use checksums |
414f782a8077b437ad71d5ab385791356aa6f14ae25cb55fa283deddef81bcb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.6.6
|
Release files / ailabtools-0.0.20-py3-none-any.whl
| Download URL | ailabtools-0.0.20-py3-none-any.whl |
|---|---|
| Size | 22.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2311eb541827ba5d440c3bd95245d7523a36be5d8091c7e45630cb589927dc98
|
|
BLAKE2b-256 checksum How to use checksums |
59091f5ed0129b64d83dfa435832cee07097c5322e2d79de0beb6dc8a78424f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.6.6
|