Hi, when I run a pipeline, the artifacts from my tasks are saved on my EC2 server. When I archive the pipeline and go into the archive and delete the pipelin...
3 years ago
Hi, I added in my code task.ignore_requirements("pywin32") however this library is still getting added by ClearML to the packages (which causes error on Linu...
2 years ago
Good day all. I'm working with the PipelineController for creating pipelines from tasks. One thing I've noticed is that if I do pipe.start_locally() it does ...
2 years ago
Hi, I’m having troubles initializing connection to clearml (“Error: could not verify credentials:“). Who can help? Thanks
4 years ago
Hello everyone! I encountered a very weird behaviour of report_histogram data = np.random.random(100) # generate 100 values from [0,1] uniform distribution c...
2 years ago
Hi, I have a task that's running on a docker container. Now - There are a bunch of other docker containers (namely, Nvidia's TF 21.1 to 21.10) for which I wa...
3 years ago
Hi all, want to ask, How I can debugg Logger class. I have problems with displaying graphs on the UI, logger.report_text works, but any scalar or plot is not...
one year ago
Hello, I always got a "ModuleNotFoundError: No module named..." error when I run a pipeline and import a local .py file. I'm using decorator pipeline, how ca...
3 years ago
Will appreciate your help
4 years ago
Different question. How can I pass PYTHONPATH env variable to a task, run by agent (so python can find classes inside m subdirectories)?
3 years ago
Hi there, is it safe to use ClearML (trains >= 0.17) with the trains ignite handler? Should we wait for the update on their side?
4 years ago
I saw the clear agent is running, but my task shows pending. What is the problem
2 months ago
Hi! I'm registering a pandas dataframe using register_artifact . I can see the preview under the ARTIFACTS tab, but when I try to download the csv file from ...
2 years ago
How can I search for training Tasks that use a given Dataset? The Dataset was linked to the Task: after I initialized the Task, I called Dataset.get(..., ali...
7 months ago
I'm facing an issue with the clearml sdk. I want to pull the dataset ID associated with a task (recorded as the datasets parameter in the GUI info panel) but...
9 months ago
Hello, I am trying to setup clearml-serving and I am running into issues. I am following the set-up tutorial to a T and yet I can't get it to work. I install...
2 years ago
HPO question: I created HPO app in ClearML UI, with certain parameter to optimize, with minumal value=0.0, max=1.0 and step=1.0. So as far as I understand th...
2 years ago
I started using clearml to track some experiments, after a while the need for reporting different iteration numbers for graphs (inner state) of per iteration...
4 years ago
Hello, I have a small question regarding UI: Currently, in the artifacts section of a task, the FILE PATH displayed for artifacts stored in s3 are displayed ...
5 years ago
Hey everyone 🙂 I’m trying to use a ClearML on prem for experiment visualization only, having some issues with multi GPU. It seems that clearml is creating a...
3 years ago
Also it’s weird to me that when running pipelines in debugging_pipeline that it will even show in the UI
2 years ago
New RC for trains-agent is out pip install trains-agent==0.13.2rc1
5 years ago
hey, how do I use local files as dependencies? I have several tasks that I want to run in the pipeline, so optimally I would use tasks from functions. Can I ...
2 years ago
Hello, I am trying to programmatically retrieve the artifact FILE_PATH information that get displayed in the UI. So I have a pandas dataframe uploaded as art...
8 months ago
Hi Team Could we change the time duration of the last run in particular project where it should be showing like 1 week than completed(24hr) always. I have go...
2 years ago
Hey all, My company is new to using the project, and was considering attempting to contribute patches. However, looking at the codebase, I'm a little surpris...
5 months ago
Hi... Loving ClearML On-prem! But... it is starting to grow to large DB sizes, especially the Elastic DB. Is there any way to understand which Tasks/Projects...
3 months ago
Hi all — has anyone run into degrading download performance with ClearML Storage Manager? I’m spinning up an EC2 instance (Dockerized) with the AutoScaler an...
2 months ago