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

Reputation

0

Badges 1

2 × Eureka!
0 Votes
3 Answers
922 Views
0 Votes 3 Answers 922 Views
Hello, I am trying out ClearML and started an experiment with Tensorflow Object Detection API. I got stuck with an issue regarding the local package " object...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Hello, I Am Trying Out Clearml And Started An Experiment With Tensorflow Object Detection Api. I Got Stuck With An Issue Regarding The Local Package "

I have the agent daemon running in the base environment.
Found some kind of solution...
The base conda env installs the " object-detection " package into " \Users<USER>\anaconda3\Lib\site-packages " but the agent needed it to be inside " \Users<USER>\AppData\Roaming\Python\Python39\site-packages "

2 years ago
0 Hi Community! I Use The Tensorflow Object Detection Api And Trying To Get "Pretrained Checkpoint" Input Model To Store On The Server. If I Set Output_Uri=True In Task.Init, I Get The Output Models Stored On The Server As Expected But The Input Model Still

Yes, I have tried setting the output_uri to different locations but the input model_url is always saving the local file path, like this for example:
file:///C:\Users\JK\Documents\ClearML\models\efficientdet_d0\v0\ckpt-0while the output model gets a path on the server
Maybe it is supposed to be this way, but if I clone this experiment, I have no way of reusing this input model when I use a remote agent.

2 years ago