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
NastySeahorse61
Moderator
4 Questions, 18 Answers
  Active since 10 January 2023
  Last activity 26 days ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
8 Answers
544 Views
0 Votes 8 Answers 544 Views
one year ago
0 Votes
3 Answers
534 Views
0 Votes 3 Answers 534 Views
Hi guys, hope you're doing well. I have a simple question: my workspace reached it's storage quota. Is it possible to free space? I have already deleted a lo...
one year ago
0 Votes
4 Answers
574 Views
0 Votes 4 Answers 574 Views
one year ago
0 Votes
34 Answers
2K Views
0 Votes 34 Answers 2K Views
👋 Hi everyone! I have a short question that you can for sure help me with. Is there a way to avoid each task to create a new environment? I'd like to specif...
one year ago
0 Hi Everyone! I Have A Short Question That You Can For Sure Help Me With. Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use. I Tried With

The specific problem I have is this error message:

ERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device
clearml_agent: ERROR: Could not install task requirements!

But I'm sure I have space... I wanted to use a predefined virtualenv as a walkaround, but maybe I can fix this original problem

one year ago
0 Hi Everyone! I Have A Short Question That You Can For Sure Help Me With. Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use. I Tried With

Thanks so much for all your help @<1523701205467926528:profile|AgitatedDove14> @<1523702868694011904:profile|AbruptCow41> @<1523701087100473344:profile|SuccessfulKoala55>

one year ago
0 Hi Everyone! I Have A Short Question That You Can For Sure Help Me With. Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use. I Tried With

and then run my script from terminal normally... (in the case of the environment variable I passed it before the python command)

one year ago
0 Hi Everyone! I Have A Short Question That You Can For Sure Help Me With. Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use. I Tried With

Hi Lema Gabriel, thank you very much for your answer. I'm just using the defaults... Should I change something in the configuration?
I'll attach my config just in case

one year ago
0 Hi Everyone! I Have A Short Question That You Can For Sure Help Me With. Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use. I Tried With
# ClearML SDK configuration file
api {
    # Notice: 'host' is the api server (default port 8008), not the web server.
    api_server: 

    web_server: 

    files_server: 

    # Credentials are generated using the webapp, 

    # Override with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY
    credentials {"access_key": REMOVED, "secret_key": REMOVED}
}
sdk {
    # ClearML - default SDK configuration

    storage {
    ...
one year ago
0 Hi Everyone! I Have A Short Question That You Can For Sure Help Me With. Is There A Way To Avoid Each Task To Create A New Environment? I'D Like To Specify Which Env To Use. I Tried With

Hi @<1523701087100473344:profile|SuccessfulKoala55> . I'm trying to run an optimization task, based on a previous experiment. I ran the agent like this:

 clearml-agent daemon --queue my_queue -d
one year ago
0 Hi Guys, Hope Everything Is Going Fine! I Have A Little Question: I Have The Clearml Server Installed, But Now I Need To Migrate It To Another Hard Drive. (Actually I Added A New Hard Drive With A Fresh Os Installation To The Server, So I Can Start Migrat

Thanks AgitatedDove14 for your response! I cleaned everything up, started over with a fresh install, and copied the data and config folders, and now it's working! I'm think I didn't do anything different, so it was probably something to do with caches, as you said! Thanks again! 🙂

one year ago
one year ago
0 Hi Guys, Hope You'Re Doing Well. I Have A Simple Question: My Workspace Reached It'S Storage Quota. Is It Possible To Free Space? I Have Already Deleted A Lot Of Old Tasks But It Still The Same... Thanks!

Hi John, thanks for your reply. All I have ran is a hyperparameter's optimization, but I deleted almost everything. it seems like something was not properly deleted.. could it be the case?

one year ago