Are there any tips for how to set these boxes in the profile for access to Azure Blob Storage using SAS? I can create a Shared Access Key (SAS) through the A...
4 years ago
Hi everyone, Does anyone have any pointers on how to make the ClearML-Server web service secure using SSL by setting up NGINX? I have played around with it a...
4 years ago
🙋 Roll call! Who else is here?
4 years ago
Hello I want to know that without any access to the webserver component, is it possible to use ClearML? I’m asking from a security perspective.. Paraphrasing...
4 years ago
Hi, we would like to make a copy of the base public AMI ami-0a4224787c2f50fe9 as we noticed the owner of these AMIs only keeps the last 2 versions. When I tr...
4 years ago
Hey, we have an issue after migrating to v1.0.2 from 0.17. clearml-agent-services kept restarting (ran sudo docker ps ). We used the AMI ( ami-0a4224787c2f50...
4 years ago
Hi all. While running an experiment all the requested plots are presented in the dashboard. But when the experiment is completed some of the plots disappeare...
4 years ago
Trying to compare experiments w.r.t. some input hyper-parameters (on an on-prem server). When selecting any additional hyper-parameter to show on the table, ...
4 years ago
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
4 years ago
Hi. I'm using ClearML for logging my experiments. Can I compare experiments by plotting graphs? For example, every experiment logs the time per training iter...
4 years ago
Quick qn, when using the clearml-task, how to specify the output_uri.
4 years ago
Hi folks, we are trying to find a tool to help with workflow orchestration. This is our stack so far (Label Studio/Clearml/Seldon). Does anyone have any expe...
4 years ago
Hello, I am trying to run some algorithm in my docker container with Clearml Task . But the algorithm uses ROS, so I need somehow to setup environment before...
4 years ago
Hi, I restarted my clearml-server (1.1.0) and the login page always redirects me to the login page. I am using fixed users in config files. In the logs of th...
4 years ago
Hi, I am trying to run experiment from ClearML web ui. I did experiment copy, enqueue, but in the execution log I see that it runs command [.]$ /home/exx/.cl...
4 years ago
Hi, I am running a pipeline (which does preprocessing and training) ? Once training ends, I want to automatically publish the task (model). Reading the docs,...
4 years ago
Is there a reference implmentation for a task in a pipeline that awaits user input?
4 years ago
Hi, we saw 2 more issues with images logging: 1. You need to use tf.summary.image and not summary_ops_v2.image 2. Image needs to be in range [0, 1] and not [...
4 years ago
Hi! I'm currently saving a dataframe with predictions inside the task. To do so, I save a dataframe as pickle file in /tmp/predictions_dataframe.pkl , and th...
4 years ago
bug: There a bunch of phantom tasks in a queue: they are archived and in status draft. Trying to remove them results in a “Remove Queue failed” popup. If I d...
4 years ago
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
4 years ago
Different question about warnings: I'm getting (infrequently) this warning, followed by my script hanging 2021-09-14 14:23:29,809 - clearml.Task - INFO - Wai...
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
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 canonical way to migrate all data between different clearml-server s? Some time ago we were using trains server with quite a few valuable experi...
4 years ago