UETAI is data validation and model debugger tools integrated with ML experiment tracking tools
Project description
Machine Learning tracking experiment and debugging tools.
Branch | Build | Coverage | Linting | Release | License |
---|---|---|---|---|---|
main |
UETAI is a customize PyTorch logger which will able to help users track machine learning experiment, and esily debug raw datasets and trained models.
UETAI provided tools for helping user tracking their experiment, visualizing the dataset, results, and debuging the model (and the raw dataset also) with little effort by integrated the tools into the dashboards which users are using for logging.
In this beta version, we will only focus on integrated Comet ML, which is amazing dashboard with well-writen API and customable panel
Getting started
Firstly, you must sign up for an account from one of these supported MLTE (Machine Learning tracking experiment) tools, each dashboard will give you a unique API key to log in dashboard from any terminal or code:
Dashboard | Status |
---|---|
Comet ML | ✅ |
Weights & Biases | ❌ |
MLFlow | ❌ |
Install uetai
You install uetai
with pip
by running:
pip install uetai
Or install from source repository:
git clone git@github.com:UETAILab/uetai.git; cd uetai
pip install -e .
Basic usage
Importing and initialize your supported dashboard logger (for example: Comet ML) and start logging your experiment:
from src import CometLogger
logger = CometLogger(project_name="Uetai project")
# training process
logger.log({"loss": loss, "acc": acc})
Examples
Coming soon...
The team
UETAI is a non-profit project hosted by AI Laboratory of University of Engineering and Technology.
UETAI is currently maintained by manhdung20112000 with the support from BS. Phi Nguyen Van - gungui98 as an advisor.
License
UETAI has a MIT license, as found in the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file uetai-0.1.1.tar.gz
.
File metadata
- Download URL: uetai-0.1.1.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ff672ee65f3e36764e642d3422c92c8146bcea94808bdcbb0be22055b70cdd8 |
|
MD5 | 7ff64ede1043412b089bab24fba8ccd7 |
|
BLAKE2b-256 | ae299af9770a2a5cbbad4d27c0d0bbd81612c296f085ebb29c7eb58e7fe1e18a |
File details
Details for the file uetai-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: uetai-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00325e9e03196ff830c81597913e6cef430d3bd57d3f7e60a6ea1afb9cebc26c |
|
MD5 | a0e5607a40d6aa16b219cb53505fc71c |
|
BLAKE2b-256 | 156ce76b11c01b0b47b3a4a0b800f75563a36e2a6b1fe07726aae126ff0be84a |