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
Profile picture
CrookedWalrus33
Moderator
16 Questions, 65 Answers
  Active since 10 January 2023
  Last activity 2 months ago

Reputation

0

Badges 1

64 × Eureka!
0 Votes
11 Answers
643 Views
0 Votes 11 Answers 643 Views
Hi everybody, I'm running experiments inside a docker which includes multiple python instances, some of them are inside conda environments. How can I specify...
2 years ago
0 Votes
17 Answers
676 Views
0 Votes 17 Answers 676 Views
2 years ago
0 Votes
5 Answers
668 Views
0 Votes 5 Answers 668 Views
one year ago
0 Votes
9 Answers
620 Views
0 Votes 9 Answers 620 Views
Does anyone know why I keep getting that error? clearml_agent: ERROR: ERROR: package manager "conda" selected, but 'conda' executable could not be located I ...
2 years ago
0 Votes
11 Answers
639 Views
0 Votes 11 Answers 639 Views
Hi everybody. When I want to force the agent to not reproduce my local pip environment, I add Task.force_requirements_env_freeze(force=False, requirements_fi...
2 years ago
0 Votes
2 Answers
703 Views
0 Votes 2 Answers 703 Views
Hi all, Should be any problem deploying a clearml server on a raspberrypi? (i.e. arm64).
2 years ago
0 Votes
3 Answers
151 Views
0 Votes 3 Answers 151 Views
Hi community, I might have a misunderstanding of the use of task.connect method. It seems like the object I connect is immutable, while it should be mutable....
2 months ago
0 Votes
2 Answers
627 Views
0 Votes 2 Answers 627 Views
Hi all. I have a general question regarding the logging mechanism. Using https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorflow/tens...
2 years ago
0 Votes
26 Answers
729 Views
0 Votes 26 Answers 729 Views
Hi everybody, I’m getting errors with automatic model logging on pytorch (running on a dockered agent). 2022-07-14 10:24:06,334 - clearml.storage - INFO - St...
one year ago
0 Votes
1 Answers
693 Views
0 Votes 1 Answers 693 Views
Hi all, Is there any way to list/query all the Metric events that are associated with a particular task? I did some experiments with APIClient class, but no ...
one year ago
0 Votes
3 Answers
712 Views
0 Votes 3 Answers 712 Views
Hi, What if I need to create a task which requires a private package that is only available as a wheel (in a private git repo)? Any ideas of how to do that?
2 years ago
0 Votes
5 Answers
625 Views
0 Votes 5 Answers 625 Views
Hi everybody, Am I the only one having issues with logging into https://app.clear.ml/ ?
one year ago
0 Votes
8 Answers
706 Views
0 Votes 8 Answers 706 Views
2 years ago
0 Votes
16 Answers
608 Views
0 Votes 16 Answers 608 Views
Hi all, I'm looking for a hint on how to configure a local network drive (nas) as a file server for clearml, that will be cross platform (we have windows, li...
2 years ago
0 Votes
3 Answers
157 Views
0 Votes 3 Answers 157 Views
Hello everyone, When performing hyperparameter optimization, is there a way to set an objective_metric as the value logged using logger.report_single_value m...
2 months ago
0 Votes
10 Answers
625 Views
0 Votes 10 Answers 625 Views
Hi Everyone, I have a task that installs a python requirement from bitbucket over ssh. The requirement are defined in a requirements.txt file. In the agent, ...
one year ago
2 years ago
0 A Question About Ssh Keys Mount To A Clearnl-Agent Running In Docker Mode. I Noticed That Only When The Task Is Created And Enqueued (Using Python Script), The Local .Ssh Folder Will Be Bind With The Container, But If I Later Reset (Or Clone) And Enqueue

Its mounted automatically.
The local .ssh folder is copied to a temp folder which is mounted by the agent in the docker run command -
Executing: ['docker', 'run', '-t', ......., '-v', '/tmp/clearml_agent.ssh.fuu4r8ta:/root/.ssh', .... , '--rm', 'nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04', ....]

2 years ago
Show more results compactanswers