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.22
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.22.tar.gz | 18.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ailabtools-0.0.22-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 40.5 kB
Release files / ailabtools-0.0.22.tar.gz
| Download URL | ailabtools-0.0.22.tar.gz |
|---|---|
| Size | 18.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
697583e4ed98383a9ba4c1830157b77a719837abdbe77f110040a497e753e35f
|
|
BLAKE2b-256 checksum How to use checksums |
9cba0c3b18e9abf762b4a83fc8a74b0ebeefaf6698a8ebdc7734f6a92fe07a3a
|
| 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.22-py3-none-any.whl
| Download URL | ailabtools-0.0.22-py3-none-any.whl |
|---|---|
| Size | 22.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6d4f3f4c6a4b7ee4e5354d93b3ce41c8c900e29e36e87a24ac4890f203f31759
|
|
BLAKE2b-256 checksum How to use checksums |
d9046de4c19e7c233849c3ff12ea0b391e12c74b67264cb1e002f570faadf6c0
|
| 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
|