If you rely on task to automatically upload artifacts, it seems you cannot retrieve them using task.artifacts - The task.artifacts is empty post upload, and ...
4 years ago
I also want a low latency unthrottled system. It seems like the free version of ClearML is somewhat throttled. I tried uploading an artifact to the free vers...
4 years ago
Hi, If I want to run many hyperparameter tuning trials in parallel e.g. 50 trials concurrently, what's the best way to do it in the cloud? I have an AWS acco...
4 years ago
Hi, I'm trying to make use of new capabilities of DAG creation in ClearML. Seems that api has changed pretty much since a few versions back. There seems to b...
4 years ago
Hi, I am trying to do some hyperparameter search with ClearML. I would like to define a logarithmic uniform range for some hyperparams but the options I find...
4 years ago
Hello, I'm trying to setup clearml-agents. We have our own docker image with all dependencies pre-installed and a script to wrap up all repos, is there a way...
4 years ago
More stuff I think people would find useful for when comparing experiments: comparing repo information (branch, sha, uncommitted changes) package information...
4 years ago
It might be the case that Hide identical fields functionality (under Compare Experiments / Details ) is not really working.
4 years ago
The Overview panel would be extremely well suited for the task of selecting a number of projects for comparing them. Another useful feature would be to allow...
4 years ago
Is there any example showing how to work with nested pipelines? In my case I have several functions decorated with PipelineDecorator . In a pipeline I call s...
4 years ago
Hi, how might i use the SDK to pull parameters of the agent's clearml.conf into my code during runtime? For example, if i wish to pull the configuration for ...
4 years ago
Hi, we are planning to move on to openshift. Can I ask if k8s-glue supports openshift?
4 years ago
Is there a way to control how many parallel connections are used when downloading from azure.storage ? It seems clearml is using a single connection, that ta...
4 years ago
Is there a way to copy the parameters from the tasks in a pipeline?
4 years ago
Does anyone get these junk logs from matplotlib while using clearml? Is there a way to disable it?
4 years ago
It is a good practice to call a function decorated by PipelineDecorator in a for loop? I tried it in a real-world example and I didn't get the results I expe...
4 years ago
I have a question about accessing the parameters from Hydra Omegaconfig. I am trying to follow the hyperparam optimization example, and there it is written #...
4 years ago
Hey, i’ve got a question about CI/CD orchestration in ClearML. Is there a clear example of CI in action on ClearML that someone may have a link to?
4 years ago
Hi, I have a question regarding the new PipelineDecorator feature and it's about how to access the task created by PipelineDecorator.pipeline through its ID ...
4 years ago
When running an optimization task, it says warning parameter not found but works anyway. I guess it’s because it’s looking for General/param but ends up usin...
4 years ago
Hey all, I started to use ClearML couple of days ago and it’s great so far. I’m working on a project that uses Pytorch Lightning. I saw the code snippet abou...
4 years ago
hi, I have a task which uses hydra for configuration. I want to add this taks to a pipeline, and pass the full hydra config objects to the task. is there a w...
4 years ago
Hi guys, I'm loving ClearML so far now we can quickly train and deploy customer models 🚀 however, when prototyping models in a .py file it's quite annoying ...
4 years ago
Hi, i notice a new behavuour with clearml-agent=1.1.0. When it is installing the packages i nrequirements.txt, it failed with. clearml_agent: ERROR: HTTPSCOn...
4 years ago
Hi all, I am testing the new PipelineDecorator feature. Is there any way to automatically detect the Git repository in the pipeline step decorated with Pipel...
4 years ago
Hi, can I default the ClearML fileserver to a s3 path?
4 years ago
Hello, Is there some way to use clearml with "spawn" multiprocessing? By "spawn" multiprocessing I refer to: import multiprocessing as mp mp.set_start_method...
4 years ago
Any help would be appreciated :)
4 years ago
Hi all, I am having trouble using the StorageManager to upload files to GCP bucket. Do I need to pass bucket path as output_uri while calling Task.init ? Wit...
4 years ago