hi can you help me debug this from clearml-data?
4 years ago
Imagine I browse through my experiment history and find an old experiment that I want to use as a base for a new experiment. I did not commit all my changes ...
4 years ago
Hi, i had a task successfully completed. Then i cloned it and enqueued it again without any changes. But the task ends up with an error. Here's the logs, not...
4 years ago
while running same experiment next time on clearml-agent using clearml-server, is there any way we can avoid installations for creating virtual environment f...
4 years ago
Having trouble trying to set up my own server hosted locally on my Mac, I've got it all set up using docker and I can see the dashboard and have changed my c...
4 years ago
Hi guys, quick question, what is the purpose of the "WEB APP CLOUD ACCESS" section in the profile configuration?, Is it to storage data from the user or is l...
4 years ago
hello all, i’m new to ClearML and playing around with the self-hosted version on AWS. How does ClearML handles “high-availability” requirements, meaning if i...
4 years ago
As mentioned above, i’m poking around the self-hosted version on AWS. Have question about this part of the documentation https://allegro.ai/clearml/docs/docs...
4 years ago
Hi, can i choose not print the clearml-agent config logs in the console? Reason is we are passing credentials via env var to the k8s glue and its being displ...
4 years ago
QQ: I'm trying to run the https://allegro.ai/clearml/docs/docs/tutorials/tutorial_explicit_reporting.html . After Step 1, I'm getting the following error tha...
4 years ago
Hello. Recently INSTALLED PACKAGES behavior has been changed. Previously it was following: 1. If INSTALLED PACKAGES is empty, packages should be installed fr...
4 years ago
Hello, I work on a ML Project (Using Frameworks like Pytorch and Tensorflow), I use s3 to save model checkpoints. Recently we adopted Clearml to track our ex...
4 years ago
Can someone confirm that agent.python_binary is not working? My agent always chooses the system installation /usr/bin/python3.8 which results in /usr/bin/pyt...
4 years ago
Currently clearml-agent in services-mode supports cpu only configuration. Any particular reason for this limitation? Any inputs on what’s needed to do this i...
4 years ago
question about using s3 as artifact storage - do we need to setup s3 credentials on every system that is using those artifacts (e.g. in clearml-agent where m...
4 years ago
hello, this is the following python code i had saved as main.py. from clearml import Task from clearml.automation.controller import PipelineController task =...
4 years ago
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
4 years ago
Does clearml-session work in a Kubernetes environment?
4 years ago
Wondering how the services to access can be setup
4 years ago
Seems clearml-server-k8s has been deprecated in version 1.0.. Did this to install helm install allegroai/clearml-server-chart --namespace=clearml --generate-...
4 years ago
Hi, Is there a way to define the path to the config file the python library will use? Because I am running in my machine different projects that need to be l...
4 years ago
Is there some is_executed_remotely function in clearml?
4 years ago
Btw: The loading indicator for the WebUI is not displayed when you switch between tasks quickly and are in the scalars section. For example I press on the fi...
4 years ago
Is there a reason why all clearml.Task methods regarding requirements (e.g. pip requirements) are class methods? Are requirements not stored in a task?
4 years ago
I have some problems with the hyperparameters. tf.keras.applications.MobileNet(input_shape=None,alpha=1.0,depth_multiplier=1,include_top=True,weights="imagen...
4 years ago
Does ClearML currently support access to custom s3 endpoints? If so, how can we do this?
4 years ago
Hi i'm trying to run a hyperparameter tuning experiment on a privately hosted server and the trials are forever enqueued (status: pending) as long as the mai...
4 years ago