Hi we create a pipeline via add_function_step. How should we fetch configuration which is on pipeline level? We tried to use pre_execute_callback, but node.j...
2 years ago
hey, trying to use trains-agent to run an experiment on my computer. when trying to execute a job from the queue on my agent im getting an error that numpy i...
5 years ago
Hi, thanks for offering 100GB storage in the free plan! From Web UI or CLI, how to check how much storage is used/left?
4 years ago
hey guys, do you have any tutorials or examples of intergration with dvc?
5 years ago
Hi team, I have created inference for statsmodels, i am trying to clone and run by running agent but it throwing error that statsmodels is not found .could y...
2 years ago
Hello. I have an issue where clearml doesn't read from uncommitted changes. I changed the batch size locally and started training. When I check it in Executi...
11 months ago
will self hosted version clearml have Reports features?
2 years ago
Hello! I'm just starting out with ClearML, and I seem to be having some sort of conflict between clearml and torch , at least in Colab In this guide ( https:...
4 years ago
Hi I'm using latest versions and experiencing a bug. I created a controller in a new project. Just after that I clone a task and give it the new project name...
5 years ago
Hey, I have one query. model = Model.query_models(project_name = global_config.PROJECT_NAME, model_name="model training",max_results=1) is there any way it c...
2 years ago
The webserver and fileserver are containers defined in docker-compose.yml. But, the CLEARML_FILE_HOST variable is always 'undefined' in the CREATE CREDENTIAL...
2 years ago
Hi! I was taking a look at the https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_cli.html and wanted to know if anyone has used clearml wit...
4 years ago
Currently, things run in a pipeline are automatically moved to a /.pipelines/ subproject. Is there a way to allow the tasks done via pipelines to show up as ...
2 years ago
Hi, is there a way to enqueue the dataset add command on a worker? what are the best practices syncing and adding files?
3 years ago
Hi, is it possible to have a compatibility matrix between clearml sdk, ClearML agent, ClearML server...etc? Recently we updated the ClearML sdk without updat...
2 years ago
I ran a test job and got error on clearml import line: Environment setup completed successfully Starting Task Execution: Traceback (most recent call last): F...
one year ago
hi to all! is clearml OSS integrable with Keycloak for the authentication phase?
2 years ago
Hi everyone, I think it would be nice if startup_bash_script that takes in bash_script for the AWS autoscalers can be completely overwritten to input custom ...
4 years ago
I'll implement LearnerTensorboardWriter and see the results
5 years ago
following installation (pip install clearml), i am getting this: Collecting clearml WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,...
4 years ago
Hi there, is there a way to debug the bash init script for the AWS autoscaler? I can't find any console output from this script when a new EC2 instance is la...
one year ago
Hello, I am using a NAS storage to save my models and dataset artifacts. My pipeline consists of two steps: stage_process (stores processed dataset on NAS st...
3 years ago
Probably a novice question, but I’m getting No repository found, storing script code instead when trying to run a training routine and also a pipeline routin...
3 years ago
Hi I have an issue with the clearml-agent in docker mode. I am trying to mount additional stuff in the container via sur default via the agent.default_docker...
one year ago
Hi, I'm looking into deploying ClearML with AWS Opensearch as managed Elasticsearch backend. I'm however not finding any documentation on whether ClearML sup...
2 years ago
is there a slack integration with clearml so that after failed experimetns one can get notificatios? (I am on the pro plan)
3 years ago
using fixed users and hashed password I'd like to change the username and name fields (without changing the password) how painful is this process? how will e...
one year ago
I setup a dedicated mongo instance with a clearml database but after starting the api server it created a test database - how do I configure clearml to use a...
2 years ago
Hello everyone ! As you can observe in attached snipped, in my code i freeze the env, and the agent install every cached dependency with the same version. Is...
2 years ago