Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions with tag clearml

Questions with tag clearml

Tags
Sorting
Results
per page
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Can we report a pandas table with styling to be retained in the WebUI? It would be nice to report e.g. df.style.background_gradient(cmap='coolwarm', axis=Non...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, I want to upgrade clearml server from 1.1 to 1.2 (self hosted). I have the following setup: /dev/nvme0n1p1 30G 21G 8.9G 70% / <- This is where /opt/clear...
3 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
Hello, we recently moved our clearml self-hosted server (on GCE) to be behind a load balancer with certs etc. at the address {app,files,api}.dev.companyname....
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I'm getting A LOT of errors when running cleanup service Failed deleting the following URIs - script fails to delete image and text files ERROR - Failed dele...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Good week, I tried to follow the following repo https://github.com/allegroai/trains-actions-train-model It works great until the part I am trying to login to...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Any idea of what can causes that ?
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hello, I'm getting this weird error from time to time when running a pipeline, it add my tasks as drafts but never launch them, when I checked the logs, I se...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, and thanks for the great system. I've been training using https://github.com/facebookresearch/detectron2 (PyTorch framework) with logging in Tensorboard,...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Why
Why Task.add_tags method has no effect when running remotely? What if I want to tag a step based on a parameter passed to the pipeline through PipelineContro...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Ist it possible to move artifacts from local storage to s3? Or do I have to delete the old one and create a new one with a location in s3?
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi! Can someone show me an example of how PipelineController.create_draft works? I'm trying to create a template of a pipeline to run it later but I can't ge...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, I have a question about https://clear.ml/docs/latest/docs/references/sdk/logger#report_scatter3d : Would it be possible to pass a matplotlib figure in 3d...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
What is the proccess to rerun optimization sub-tasks that failed? also, can you add more paramters combinations to optimization after it was completed?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey everyone, got a quick questions about backing up a ClearML server. Should the server be stopped with docker-compose down before archiving /opt/clearml/da...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello clearml ppl I have a question, is there a way to filter Tasks and get only the ones that has status="Running" ? I have tried both with Task.get_tasks()...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Im training machine translation model and want to log once in a while updated model translations for the same group of origin sentences. Can i log new lines ...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, can anyone help me with this code? (just a mock example, but it nicely captures the behavior of the real code) import pandas as pd from clearml import Ta...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hey, does somebody else get the annoying message in the UI of “A newer version ofClearML server 1.2.0 is available” even though version is 1.2.0??
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I get these errors for TriggerScheduler: ClearML results page: {some URL} Failed deserializing configuration: the JSON object must be str, bytes or bytea...
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hi everyone and thanks again for the help, i still have no success in running clearml agent, it just gets stuck without any output, on debug mode for clearml...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
The comparison page seems to resize the experiments so that all tags will fit in the screen, but then the experiments are pretty much impossible to compare
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
hi, i notice through the log that ClearML cannot find the python3.7 that was installed in the docker container and is using the worker’s default version. War...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I'm looking at https://clear.ml/docs/latest/docs/webapp/webapp_exp_tuning/#base-docker-image where it says To add, change, or delete a base Docker image:...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
hi it is me again, this time trying to upload a single file as Dataset but met with the following error. The file is 13.42GB and of Apache Arrow format. Any ...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
hi im getting this error and i have no idea how to solve it, please help ERROR: Could not find a version that satisfies the requirement pandas==1.4.0 (from -...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, I’m trying to minimize startup time for my training tasks, I’ve set docker_install_opencv_libs: false what else can I do?
3 years ago
Show more results questions