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.


  1. File Store Host configured to: http://localhost:8091
    ` (base) user@s130:~$ clearml-init
    ClearML SDK setup process

Please create new clearml credentials through the profile page in your clearml-server web app (e.g. )
Or create a free account at

In the profile page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuration here:
api {

web_server:  ` ` 
api_server:  ` ` 

credentials {
    "access_key" = "OV676692R7V7N53SAC1J"
    "secret_key" = "us7fQ9HQW5x1h9iC1PWgRmjMFMmiIbFny8gwFTPXyNE7rnFbHj"
}

}
Detected credentials key="OV676692R7V7N53SAC1J" secret="us7f***"
WEB Host configured to: [ ]
API Host configured to: [ ]
File Store Host configured to:

ClearML Hosts configuration:
Web App:
API:
File Store:

Verifying credentials ...
Credentials verified!

New configuration stored in /home/user/clearml.conf
ClearML setup completed successfully.
(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 8091")
ClearML Task: created new task id=a12e09a4eb31417ea35f8b18a0d5f2cd
2021-11-03 19:51:50,770 - 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
exit()
(base) user@s130:~$ `i have no click link to

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