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

Reputation

0

Badges 1

7 × Eureka!
0 Votes
1 Answers
531 Views
0 Votes 1 Answers 531 Views
Is there a way to automatically log the cmd args as HP in the server? I'm logging into http://clear.ml community server.
3 years ago
0 Votes
4 Answers
515 Views
0 Votes 4 Answers 515 Views
How to change to port number of trains server?
3 years ago
0 Votes
9 Answers
593 Views
0 Votes 9 Answers 593 Views
Hey, great Product! I've installed trains agent on a python3 venv, but when I run a script on the worker, it calls python2 instead of python 3. How to change...
3 years ago
0 How To Change To Port Number Of Trains Server?

How can you trick the machine to think it is another port? i.e, put a "port in the middle". That the api server port will think it communicate to 8008 but that it will actually communicate to a middle man, which will port on another port?

3 years ago
0 Hey, Great Product! I'Ve Installed Trains Agent On A Python3 Venv, But When I Run A Script On The Worker, It Calls Python2 Instead Of Python 3. How To Change It?

Thanks Martin. It did not work. I've tried changing my user the default python and pip to 3 as well: ln -s which python3 ~/bin/python..

3 years ago
0 Hey, Great Product! I'Ve Installed Trains Agent On A Python3 Venv, But When I Run A Script On The Worker, It Calls Python2 Instead Of Python 3. How To Change It?

The original was executed with python3. ls -la /cs/usr/gal.hyams/.trains/venvs-builds/3.7/bin/ Contines python2

3 years ago
0 Hey, Great Product! I'Ve Installed Trains Agent On A Python3 Venv, But When I Run A Script On The Worker, It Calls Python2 Instead Of Python 3. How To Change It?

New python executable in /cs/labs/gavish/gal.hyams/.clearml/venvs-builds/3.7/bin/python2 Also creating executable in /cs/labs/gavish/gal.hyams/.clearml/venvs-builds/3.7/bin/python Installing setuptools, pkg_resources, pip, wheel... 2021-01-11 14:46:23 done.Running virtualenv with interpreter /usr/bin/python2

3 years ago