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

Reputation

0

Badges 1

27 × Eureka!
0 Votes
4 Answers
595 Views
0 Votes 4 Answers 595 Views
2 years ago
0 Votes
24 Answers
514 Views
0 Votes 24 Answers 514 Views
Hi everyone and thanks again for the help, i still have no success in running clearml agent, it just gets stuck without any output, on debug mode for clearml...
2 years ago
0 Votes
2 Answers
556 Views
0 Votes 2 Answers 556 Views
Im training machine translation model and want to log once in a while updated model translations for the same group of origin sentences. Can i log new lines ...
2 years ago
0 Votes
1 Answers
526 Views
0 Votes 1 Answers 526 Views
What is the proccess to rerun optimization sub-tasks that failed? also, can you add more paramters combinations to optimization after it was completed?
2 years ago
0 Votes
23 Answers
624 Views
0 Votes 23 Answers 624 Views
can i run a random task from a queue? like this clearml-agent execute --id or do i need to deque it first? for some reason it dosent work for me, just get st...
2 years ago
0 Votes
2 Answers
558 Views
0 Votes 2 Answers 558 Views
is there any better way to get queue by name other then: client = APIClient() queue = [q for q in client.queues.get_all() if q.name == queue_name][0]and, can...
2 years ago
0 Hi Everyone And Thanks Again For The Help, I Still Have No Success In Running Clearml Agent, It Just Gets Stuck Without Any Output, On Debug Mode For

i dont have agent configuration file if this might be the problem
all the machines share the same file system so i managed to do all the things i mentioned from different machines on the system

2 years ago
0 Can I Run A Random Task From A Queue? Like This

Im still trying to figure out what is the best way to execute task on LSF cluster, the easiest way possible would be if could just some how run task and let the lsf manage the environment, on the same filesystem it is very easy to use shared conda env etc

2 years ago
0 Can I Run A Random Task From A Queue? Like This

now i noticed clearml-agent list gets stuck as well

2 years ago
0 Can I Run A Random Task From A Queue? Like This

AgitatedDove14 its the same file system, so it would be better just to use the original code files and the same conda env. if possible…

2 years ago
0 Can I Run A Random Task From A Queue? Like This

I think i solved it by deleting the project and running the base_task one time before the hyper parameter optimzation

2 years ago
0 Can I Run A Random Task From A Queue? Like This

Nice catch! (I’m assuming you also called Task.init somewhere before, otherwise I do not think this was necessary)

i was calling task init and it still somehow tought its the parent task, until i fixed it as i said.
and yes, everything is working now! im running hyper parameter optimzation on LSF cluster where every task is an LSF job running without clearml-agent

2 years ago
0 Can I Run A Random Task From A Queue? Like This

can you get the agent to execute the task on the current conda env without setting up new environment? or is there any other way to get task from the queue running locally in the current conda env?

2 years ago
0 Can I Run A Random Task From A Queue? Like This

did i have to configure the environment first maybe? i assumed it just uses the environment where it was called

2 years ago
0 Can I Run A Random Task From A Queue? Like This

clearml 1.1.6 clearml-agent 1.1.2no output at all, so nothing to paste

2 years ago
0 Can I Run A Random Task From A Queue? Like This

"os": "Linux-4.18.0-348.2.1.el8_5.x86_64-x86_64-with-glibc2.28", "python": "3.9.7"

2 years ago
0 Can I Run A Random Task From A Queue? Like This

AgitatedDove14 that worked! but i had to add:
os.environ['CLEARML_PROC_MASTER_ID'] = '' os.environ['TRAINS_PROC_MASTER_ID'] = ''or else it tought it was the parent optimizer task i was trying to run.

but now im facing new issue, the details are empty:

2 years ago
0 Hi Everyone And Thanks Again For The Help, I Still Have No Success In Running Clearml Agent, It Just Gets Stuck Without Any Output, On Debug Mode For

sdk.development.store_uncommitted_code_diff: false api.verify_certificate : false api { web_server: https://<...>.com:8080 api_server: https://<...>.com:8008 files_server: https://<...>.com:8081 credentials { "access_key" = "OMF..." "secret_key" = "oox..." } }

2 years ago
0 Can I Run A Random Task From A Queue? Like This

i can create tasks and reterive them from the queues

2 years ago
0 Hi Everyone And Thanks Again For The Help, I Still Have No Success In Running Clearml Agent, It Just Gets Stuck Without Any Output, On Debug Mode For

yes i can communicate with the server, i managed to put tasks in the queue and retrieve them as well as running tasks with metrics reporting

2 years ago
0 Hi Everyone And Thanks Again For The Help, I Still Have No Success In Running Clearml Agent, It Just Gets Stuck Without Any Output, On Debug Mode For

` sdk.development.store_uncommitted_code_diff: false
api.verify_certificate : false
api {

web_server: <ADDRESS>:8080
api_server: <ADDRESS>:8008
files_server: <ADDRESS>:8081
credentials {
    "access_key" = "OMF..."
    "secret_key" = "oox..."
}

} `

2 years ago
2 years ago