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
HurtStarfish47
Moderator
6 Questions, 16 Answers
  Active since 09 December 2023
  Last activity 14 days ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
2 Answers
237 Views
0 Votes 2 Answers 237 Views
Hello 🙂 Would it be possible to have a bit more information about the different states of a dataset ? Specifically I am not clear on the difference between ...
4 months ago
0 Votes
4 Answers
231 Views
0 Votes 4 Answers 231 Views
4 months ago
0 Votes
3 Answers
227 Views
0 Votes 3 Answers 227 Views
Hello, I am trying to use the SDK function dataset.sync_folder , but it doesn't look like it works. I see Add image.jpg being printed for all my data items, ...
4 months ago
0 Votes
7 Answers
146 Views
0 Votes 7 Answers 146 Views
one month ago
0 Votes
8 Answers
126 Views
0 Votes 8 Answers 126 Views
Hello, I having been exhausting the metrics quota way to fast for the current use that I am making of clearml. Is the quota cumulative ? i.e. do we get 1G pe...
one month ago
0 Votes
7 Answers
64 Views
0 Votes 7 Answers 64 Views
I recently upgraded my clearml version and here are some questions that I have: - Is there an autoscaler available for Azure ? - I'm interested in the clearm...
15 days ago
0 I Recently Upgraded My Clearml Version And Here Are Some Questions That I Have:

Thanks for the reply ! I am using the enterprise version, do you have a link to some docs for the autoscaler ? On the orchestration tab I can see AWS and GCP but not Azure. (also, I was previously able to see Clearml GPUs, but it looks like they're not available anymore ?)

15 days ago
0 Hello, I Am Trying To Use The Sdk Function

Oh, wow for some reason I thought I read somewhere in the documentation that the sync was taking care of upload and finalize. Or maybe that was for the CLI ? Anyway that's what I was missing, thank you !

4 months ago
0 Hello, I Having Been Exhausting The Metrics Quota Way To Fast For The Current Use That I Am Making Of Clearml. Is The Quota Cumulative ? I.E. Do We Get 1G Per Month ? I Am Concerned Because If We Upgrade And Need To Pay

@<1537605940121964544:profile|EnthusiasticShrimp49> A follow up question about metrics - My pytorch (lightning) experiments are logging to tensorboard and ClearML is automatically picking this up and uploading scalars and debug_images. If I use the set_default_upload_destination that you mentionned, would that still properly use my URI even though I am not calling Logger.current_logger().report_image directly ?

Also, I reset than deleted ~80% of the experiment that I had 2 days ago...

one month ago
0 Hello, I Having Been Exhausting The Metrics Quota Way To Fast For The Current Use That I Am Making Of Clearml. Is The Quota Cumulative ? I.E. Do We Get 1G Per Month ? I Am Concerned Because If We Upgrade And Need To Pay

No ! The way I delete those is like so:
Experiment view -> Reset (one or more) experiment -> expriment is now in draft
Archive experiment
Open archive -> Delete

I get no feedback at all from the operation, but I can see the experiments are no longer available on clearml

one month ago
0 Hello ! I Have Been Using Clearml To Log My Pytorch Experiments, And Now I Would Like To Try To Also Use The Clearml Agent To Execute This Job Remotely. From The Doc, I Understand That The Main Configuration For This Is To Execute The Task Locally, Then C

okay cool, I'm currently trying to migrate our stack to run from the git repository and using ClearML Datasets. I am still having an issue with relative imports in python, we were previously modifying PYTHONPATH in the container, but now I need to modify it manually on the host. I saw there is some documentation about that here , but I'm not sure I understand that correctly since it do...

4 months ago
0 Hello, I Have Been Starting To Test And Integrate Clearml Into Our Stack And I Like It. I Started Adding People To My Workspace To Share Datasets And Experiments, But It Seems They Don'T Have Access Directly, They Need To Use Stuff From My Personal Worksp

That's correct, I'm on the community server for now. What about for the SDK and CLI ? If they have their own credentials, can they also use clearml-data and clearml.Dataset.get() to access my dataset ?
It feels a bit off at the moment to have all the pipelines / tasks / datasets that we will use under "Anthony Courchesne's Workspace" (even though I saw I can rename it)

one month ago
0 I Recently Upgraded My Clearml Version And Here Are Some Questions That I Have:

I mean I'm hosting it myself, it's on app.clear.ml

15 days ago
0 I Recently Upgraded My Clearml Version And Here Are Some Questions That I Have:

also, I see that clearml-serving support pytorch, is there any chance for support for TensorRT ?

15 days ago
0 Hello

okay ! Right now in my workflow, I have upload, finalize and publish all happening one after the other without extra logic. From my tests it also looks like I can use a finalized but unpublished dataset without any problem. Should I be handling this differently ?

4 months ago
0 Hello, I Having Been Exhausting The Metrics Quota Way To Fast For The Current Use That I Am Making Of Clearml. Is The Quota Cumulative ? I.E. Do We Get 1G Per Month ? I Am Concerned Because If We Upgrade And Need To Pay

Thanks, that is exactly the kind of info I was looking for ! If debug images are counting in the metrics quota that would explain how we reached the limit so quickly.

one month ago
0 I Recently Upgraded My Clearml Version And Here Are Some Questions That I Have:

ah, okay that make sense, I'll look more into the difference between pro / enterprise. Thanks for the info !

15 days ago