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
AttractiveHawk17
Moderator
7 Questions, 36 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
13 Answers
571 Views
0 Votes 13 Answers 571 Views
anyone seeing these errors?
one year ago
0 Votes
4 Answers
663 Views
0 Votes 4 Answers 663 Views
Hi everyone, im trying to use the aws autoscaler service. Provided the pac but is not able to clone the repo. It is not using the pac (using gitlab)
one year ago
0 Votes
2 Answers
598 Views
0 Votes 2 Answers 598 Views
Hi everyone, qq: I specified the output_uri of the Task instance to be an s3 bucket and any artifact logged explicitly is indeed uploaded there. However, all...
one year ago
0 Votes
4 Answers
675 Views
0 Votes 4 Answers 675 Views
hi everyone, two questions: 1- How does clearml figures out the environment? for example in my env I have this qiskit 0.37.2 qiskit-aer 0.10.4 qiskit-experim...
one year ago
0 Votes
11 Answers
610 Views
0 Votes 11 Answers 610 Views
Hi everyone, I'm using the https://api.clear.ml/ server and ran a bunch of experiments using hydra multirun (sequential runs). Many of these experiments appe...
one year ago
0 Votes
4 Answers
635 Views
0 Votes 4 Answers 635 Views
one year ago
0 Votes
3 Answers
613 Views
0 Votes 3 Answers 613 Views
Hi everyone, I've seen that when re-running a script it sometimes overwrites a previous task in the dashboard instead of creating a new task. How does clearm...
one year ago
0 Hi Everyone, Just A Simple Question What Does A Clearml Task Count As An Iteration? Is It The Number Of Logs I’Ve Done?

if you are doing logs i imagine these are done using Logger.report_scalar if so. iteration is an argument of that method

one year ago
0 Hello! I Get The Following Error In Results->Console After A Task Is Sent For Remote Execution (Using Sdk):

waiting now for the run...

but I still have the problem if I try to run locally for debugging purposes clearml-agent execute --id ...

one year ago
one year ago
0 Hello Everyone, How Do I Tell The Agent That It Needs To Install A Local Module Of The Repo? If I Put Git+<Repopath> In The Requirements It Will Install The Module Version In The Repo And Not Necessarily The Version That Launched The Task. I Basically Wan

ok, yes I mean the branch im working on. I can assume I;ve pushed it. So ill be using something like

def get_package_url() -> str: repo = Repo(Path(__file__).parent) branch_name = repo.active_branch.name remote_url = repo.remote().url return f"git+ssh://{remote_url.replace(':', '/')}@{branch_name}"and
Task.add_requirements("my_package", "@ {get_package_url()}")

one year ago
Show more results compactanswers