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
GrievingDeer61
Moderator
4 Questions, 10 Answers
  Active since 10 January 2023
  Last activity 12 days ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
8 Answers
22 Views
0 Votes 8 Answers 22 Views
👋 Hi everyone! I am in the process of moving from wandb to clearml . Is there a simple way to track gradients and parameters in a pytorch model as simple as...
one year ago
0 Votes
3 Answers
552 Views
0 Votes 3 Answers 552 Views
Is it possible to use in clearML Amazon EBS as storage? Is only Amazon S3 supported?
one year ago
0 Votes
4 Answers
495 Views
0 Votes 4 Answers 495 Views
When in PIP mode , how does a Worker installs the required python packages? Does it use the existing requirements.txt ? My problem is that the packages insid...
one year ago
0 Votes
4 Answers
505 Views
0 Votes 4 Answers 505 Views
I am trying to run the https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/hyper_parameter_optimizer.py and I...
one year ago
0 When In

Thank you CostlyOstrich36 I use pipenv in my package and the dependencies are not being detected automatically. I see what you propose but I don’t want to add the requirements.txt for every task.

Maybe the workflow I am using is not a good one…

one year ago
0 When In

Hi SuccessfulKoala55 I am trying to switch to poetry I believe this will solve my problems. I will come back if not.

one year ago
0 I Am Trying To Run The

Great. Thanks!

one year ago
0 Hi Everyone! I Am In The Process Of Moving From

@<1523701205467926528:profile|AgitatedDove14> Thanks Martin. I think it will be a valuable addition to clearml . Thank you for your help.

one year ago
0 Hi Everyone! I Am In The Process Of Moving From

Thank you @<1523701070390366208:profile|CostlyOstrich36> Are the gradients automatically captured? I run this pytorch example from clearml and I don’t see the gradients in my workspace. Could you please elaborate?

one year ago
0 Is It Possible To Use In Clearml

If anyone has linked clearML with EBS, I would be grateful if I could have specific instructions

one year ago
0 Is It Possible To Use In Clearml

Thank you RoughTiger69 We already use EBS.

one year ago
0 Hi Everyone! I Am In The Process Of Moving From

Thank you @<1523701205467926528:profile|AgitatedDove14> My question is if there is an easy way to track gradients similar to wandb.watch I understand that there is no alternative in clearml

one year ago
0 I Am Trying To Run The

Hi CostlyOstrich36 . Thank you for the reply. How do I create a queue? I can’t find it in the documentation.

one year ago