An environment to manage all your running ai experiments across multiple computers.
Project description
AI Lab
AI Lab is a gui and a server backend. The GUI provides an overview over experiments and their status, based on logfiles on the disk. The server provides functionalities for the gui such as parsing the logfiles, getting the usage of the system and providing the files to view in the gui. Furthermore, the server also provides a rempy host, where jobs can be submitted for exection.
Installation
- Simply pip install this package from git:
pip install ailab
Running: AI Lab Server
AI Lab Visualization consists of a ui and a server. Since the ui is a static website that works on your local webbrowser no installation is needed. The static website is hosted here.
Running is as simple as running the module in python providing a path to a config file.
ailab my_config.json
A config file must contain a host or * for any interface, a port, a list of users as a map and a path to your checkpoints.
(Typically the checkpoint path is on a network share, where all computers add their checkpoints and this pc reads them.)
The list of gpus
gives you the opportunity to limit the gpus ailab will assign for scheduled tasks.
The gpu ids are equivalent to the numbers used for CUDA_VISIBLE_DEVICES
.
{
"host": "*",
"port": 12345,
"users":
{
"admin": "CHANGE_THIS"
},
"workspace": "/home/$USER/Git",
"results": "/home/$USER/Results",
"queue": "/tmp/ailab_queue",
"auto_detect_experiments": false,
"projects": {
},
"gpus": [0]
}
Privacy
All connection data is stored locally in your webbrowser and nothing is transmitted to the host of ailab ui. There is only direct communication between your webbroser and the server you add via the "Add Server" Dialog.
The servers you add are not controlled by us and therefore can do whatever they want with your data. However, when the servers are owned/run by you and use the official ailab-server software, they will not track activities or report back information to a third party.
Even though this sounds pretty safe, there is yet no ssl implementation for the connection to your servers, keep that in mind. (If you know how to implement an easy to use ssl on the client and the server, I will be happy to receive your pull request.)
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 ailab-20210210.tar.gz
.
File metadata
- Download URL: ailab-20210210.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64b4bd4732ff63261ad64373bbef535def685f1585ba1a7fe810daf5c6a8972 |
|
MD5 | 007e5eb19ee1499c42f180af62c5d380 |
|
BLAKE2b-256 | bcb88d2a7d2ff7672777738e43c227da3ee48aae998bbb71dd249316b21b2aff |
File details
Details for the file ailab-20210210-py2.py3-none-any.whl
.
File metadata
- Download URL: ailab-20210210-py2.py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d56bd552cd0aab59b447533b69ff65d2f155751ae8e699bacbbc57f65e48ce2 |
|
MD5 | c3b55f7584d0988c9c37757166e3ceab |
|
BLAKE2b-256 | 28e16d866e2568d83072e47f58ef33dabbc8f22df47e20aa54926eebeebc37a8 |