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
TroubledLion34
Moderator
2 Questions, 6 Answers
  Active since 27 July 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
793 Views
0 Votes 5 Answers 793 Views
Hello Community, I'm reading about dataset management and was wondering if there is another way to upload data besides the CLI and the Python SDK. Unfortunat...
one year ago
0 Votes
4 Answers
687 Views
0 Votes 4 Answers 687 Views
has anyone ever had any problems with the --remote-ssh-port flag for clearml-session? For me it simply ignores the flag and chooses another port. I run it li...
one year ago
0 Has Anyone Ever Had Any Problems With The

Sometimes the port param works, sometimes it doesn't. I did not find any differences in the logs so far.

one year ago
0 Has Anyone Ever Had Any Problems With The

we want to use a session/a port per gpu on the machine but are behind a firewall. currently ports 10020-10025 are allowed, but even with the port param set it sometimes jumps out of this range. I cannot always reproduce it, but I suspect it somehow depends on other sessions running at the time

one year ago
0 Hello Community, I'M Reading About

oh, bummer 😕 but thanks a lot for clarifying

one year ago
0 Has Anyone Ever Had Any Problems With The

Hi @<1523701070390366208:profile|CostlyOstrich36> , sure (a little anonymised). I took the output from the "console" tab because somehow wsl overwrites the lines in my terminal

clearml-session --project session_test2 --remote-ssh-port 10023 --queue my_queue --docker my_image:310.0
clearml-session - CLI for launching JupyterLab / VSCode on a remote machine
Verifying credentials
Use previous queue (resource) 'my_queue' [Y]/n? y

Interactive session config:
{
    "base_task_id": null,
  ...
one year ago
0 Hello Community, I'M Reading About

Other frameworks I've used either offer their SDKs in multiple programming languages or hide their logic behind an REST API. From what I've seen in the ClearML python SDK, the logic really is in the SDK.

Just trying to understand how it works in ClearML 🙃

one year ago
0 Hello Community, I'M Reading About

Hi @<1523701070390366208:profile|CostlyOstrich36> ,

thanks for your help. Sorry, but I'm not really sure what you're suggesting. To clarify: I want to upload the files from the java application. The upload to "the application servers" is already working, the data should then be forwarded to ClearML. For this forwarding I cannot use the python SDK.

This is planned to be an automated process so I cannot use the CLI either.

If it's really not possible, I will probably write a flask service...

one year ago