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 6044

Questions 6044

Tags
Sorting
Results
per page
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, We are trying to understand when the auto-logging parameters configuration. from the https://github.com/allegroai/clearml/blob/master/examples/frameworks...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, I got a question. I start the ClearML server on premise. When I create a new credential, it doesn't have files_server info. Any idea? Thanks.
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I think this is a bug in ClearML web GUI The issue is the Total count in All Experiments is incomplete until clicking Load More . Steps to reproduce: Run man...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
is there any better way to get queue by name other then: client = APIClient() queue = [q for q in client.queues.get_all() if q.name == queue_name][0]and, can...
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
can i run a random task from a queue? like this clearml-agent execute --id or do i need to deque it first? for some reason it dosent work for me, just get st...
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
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
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi guys! Is there a way to tell an agent to run a task in an existing venv (without creating a new one)?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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
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
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
9 Answers
2K Views
0 Votes 9 Answers 2K Views
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
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
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
7 Answers
2K Views
0 Votes 7 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
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey, is there a way to run tasks not on ClearML agent but rather as a k8s job directly? Thanks!
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
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
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
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
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
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
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
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
Show more results questions