Hi, I'm having a little issue with the Task.get_tasks() function. Specifically with the tags argument. In the documentations it states that "Task must have a...
3 years ago
Hi everyone, Is there any way to add task_types ? I know supported values are ‘training’, ‘testing’, ‘inference’, ‘data_processing’, ‘application’, ‘monitor’...
3 years ago
Is there some built-in way in clearml to trigger further action on task fail (or pipeline fail)?
3 years ago
Hi everyone how can I pass manual input during git action when the command I use asking me to input clearml configuration. I'm running 'clearml-init' command...
3 years ago
👋 Hi everyone! I am in the process of moving from wandb to clearml . Is there a simple way to track gradients and parameters in a pytorch model as simple as...
3 years ago
Hi Community!, I'm facing this kind of error when using git action to run my ClearML training model file. This error occurs when it reached Task.init() comma...
3 years ago
Hi, I have clearml installed locally and I have a question regarding saving of experiments and models. In a project if we do not change the task name does it...
3 years ago
We're trying to upgrade our ClearML on K8s but we're getting this error - Error: UPGRADE FAILED: cannot patch "clearml-fileserver-data" with kind PersistentV...
3 years ago
Hello everyone.I have no idea why clearml-serving inference server tries to get model from that url(pic 1), but in ClearML UI i have correct url(pic 2). Coul...
3 years ago
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
3 years ago
Hi i installed clearml helm chart, i am able access clearml ui(webserver), but i am not be see datasets and pipeline options. Am i doing anything wrong?
3 years ago
Hey everyone, Do I understand correctly that there is no way to enable "Access Rules" and "Users & Groups" tabs in WebUI for my self-hosted ClearML Server us...
3 years ago
it used to work just fine until a few days ago
3 years ago
HI all, we have just set up the clearml server on an on-prem server and we can successfully access its APIs when we are on-prem from PCs within our network. ...
3 years ago
Hi, I'm using HyperParameterOptimizer alongside OptimizerOptuna and I am unsure how to implement pruning on tasks that are not producing good results. Is the...
3 years ago
Hi, I am trying to report the validation accuracy and loss values to the dashboard. Do I need to manually log these values or is there any other way to do it...
3 years ago
Hello,
Does Clearml_Apiserver Needed To Listen To 8008 Only? Can I Change To Other Ports Likes 9008?
Hello, Does clearml_apiserver needed to listen to 8008 only? Can I change to other ports likes 9008?
3 years ago
Hi. I am experimenting with clearml.Dataset and encountering an error. LockException: [Errno 11] Resource temporarily unavailable In my experiment, I make a ...
3 years ago
Hello folks! I have a pipeline with three tasks: A, B, and C I want to set it up so that: A gets assigned a machine (e.g. based on the queue) B always gets a...
3 years ago
Is there any simple way to orchestrate a batch to train a model with different features (in order to do feature selection, for example) through a single .py ...
3 years ago
Hi, when using clearml-task --script my_script.py --args key1=value1 key2=value2 how can we access the args? This snippet in my_script.py if __name__ == '__m...
3 years ago
Hi, we ran into a bit of a problem storing artifacts in S3. In Python 3.10 when the files are large enough for multipart uploading to kick in, something goes...
3 years 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
Another question on the topic of how a remote execution of a pipeline kills the calling process (previously discussed https://clearml.slack.com/archives/CTK2...
3 years ago
Hi, I am quite new to clearml and Can someone please tell me how to use a dataset that have been uploaded to the clearml data directly to a experiment. As a ...
3 years ago
Does someone have a clue regarding this issue? https://github.com/allegroai/clearml/issues/674 We have been getting it even with later versions of CleaML (1....
3 years ago
Hi All, I'm starting to use ClearML, for Experiment Management on this step. I'm using Voxel51 ( https://voxel51.com/ ) for managing and selecting my dataset...
3 years ago
Hi. Shoulf this command succeed in the presence of project lavi-testing and absence of dataset tmp_datset within it? from clearml import Dataset tmp_dataset ...
3 years ago
(using a local clearml server)
3 years ago