clearml-agent
clearml-agent copied to clipboard
ClearML Agent - ML-Ops made easy. ML-Ops scheduler & orchestration solution
As a dummy who is evaluating different options for ML Ops, I don't have a full picture of how Kubeflow works. Does `trains-agent` integrate with Kubeflow? Or is it a...
Hello, thanks for the millionth time for this great project. It literally saves me everyday. However, I having a problem with trains agent. Setup: 1. Windows 10 local machine, connecting...
Hi everyone. I don't know if i had done something wrong. I set up the TRAINS-agent and TRANS-server in the same machine, and I adjust the api section in trains.conf...
Hi, Would it be possible to use `--install-globally` parameter for the `trains-agent daemon` mode? Currently, this parameter is only available for the `trains-agent build` mode.
I am running experiments with horovod with OpenMPI. Horovod in my environment is built with the following command: `PATH=$PATH:$HOME/openmpi/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/openmpi/lib HOROVOD_NCCL_HOME=/usr/lib/x86_64-linux-gnu HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_WITH_TENSORFLOW=1 HOROVOD_WITHOUT_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1 pip install --no-cache-dir horovod `...
If I start an experiment with the following requirements defined in the UI: ``` torch==1.3.1 ``` The installation works well, But if I use the following requirements: ``` torch==1.3.1 torchvision==0.2.1...
First, thanks for the great work 👍 Currently, agents with `package_manager.type = conda` will install silently using `--quiet`: ``` Executing Conda: /home/h4dr1en/miniconda3/bin/conda install -p /home/h4dr1en/.trains/venvs-builds/3.6 -c defaults -c conda-forge -c...
trains-agent experiment run is missing one of the installed packages (scipy). Hence it aborts. Please let me know in case you need more information python3.6/site-packages/keras_preprocessing/image/affine_transformations.py", line 281, in apply_affine_transform raise...
Hello, First thanks for sharing trains with the world, it looks very promising. I'm wondering why trains-agent uses virtualenv and not venv ? I usually use the latter, and when...
Hello allegro.ai team, Thank you for your amazing contribution to the community. I and my friends really like to machine learn, and using your open-source tools makes it even more...