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
Unanswered
Hi All! Please Tell Me What Will Happen If You Set The File Store Address The Same As On The Web? If I Set Different Addresses, Then The Link That Is Generated When Creating The Task Is Not Clickable And I Need To Change The Port To The One On The Web.


File Store Host configured to: http://localhost:8090if i set
File Store Host configured to:then
` (base) user@s130:~$ python3.7
Python 3.7.9 (default, Aug 31 2020, 12:42:55)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

from clearml import Task
task = Task.init(project_name="my project", task_name="my task")
ClearML Task: overwriting (reusing) task id=bf47e430826d43998c0f54c73addc12b
2021-11-03 19:15:13,491 - clearml.Task - WARNING - Failed auto-detecting task repository: Script file ['', '/home/user/<stdin>'] could not be found
ClearML results page: files_server:
ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
print('test')
test
exit() `then I have a clickable link in the terminal

  
  
Posted 2 years ago
108 Views
0 Answers
2 years ago
one year ago