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 6042

Questions 6042

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
HI, Could you provide an example of setting up sdk.storage.direct_access?
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi, we recently upgraded clearml to 1.1.1-135 . 1.1.1 . 2.14. The task init is task=Task.init(project_name='myproject', task_name='mytask', output_uri=' s3:/...
aws
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi! Is there any reason why integer/float values are casted to string when connecting arguments dictionary to task and then retrieve them using task.get_para...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi, I'm on a machine that normally connects to storage using azure.identity.ManagedIdentityCredential . However, clearml seems to expect an account key. Is t...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I'm running a simple experiment (one training task, nothing else) and I'm getting a puzzling message. Any help deciphering that is appreciated. I'm pasting p...
4 years ago
0 Votes
31 Answers
128K Views
0 Votes 31 Answers 128K Views
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
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is it not possible to add artifacts to a completed task?
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
What determines the value of user? (see screenshot) Right now all my teammates' experiments show up under my own user name. Thanks
4 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
I keep facing this issue. I'm trying to set up my own clearml server using this tutorial. https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_serv...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there any similar functionality for the PipelineController class that resembles the behavior of task.execute_remotely() (no arguments supplied)? I mean ju...
4 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Need some help with shell script for a task that is not running from what I can see: Have a apt-get install -y poppler-utils and I don’t see it being install...
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi guys, just wondering if anyone encountered this error when using the pipeline controller object. I simply added a step with the step-name and base_task_id...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, what would happen if you have different clearml-agents of different versions running? Would it have any adverse effects?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, can I default the ClearML fileserver to a s3 path?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
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
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Another thing that would be useful is to enable git clone via github personal access token as ssh config can be annoying when working in containerised env fo...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I'm using pytorch_lightning.loggers.Tensorboard.experiment.add_histogram . However, the plot is displayed under plots as a 3d plots (instead of a 2d histogra...
4 years ago
Show more results questions