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
ManiacalLizard2
Moderator
31 Questions, 239 Answers
  Active since 05 June 2023
  Last activity 27 days ago

Reputation

0

Badges 1

92 × Eureka!
0 Experiment Environment Containers Tutorial : I Create A Docker Image With:

even it's just a local image ? You need a docker repository even if it will only be local PC ?

one year ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

you should be able to use as many agent as you want.
On the same or different queue

one year ago
0 Hi, I Am Using

Looks like it's because I did not do the mmpretrain way with dict config file ...

8 months ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

normally, you should have a agent running behind a "services" queue, as part of your docker-compose. You just need to make sure that you populate the appropriate configuration on the Server (aka set the right environment variable for the docker services)
That agent will run as long as your self-hosted server is running

one year ago
0 Another Questions Related To

is task.add_requirements("requirements.txt") redundant ?
Is ClearML always look for a requirements.txt in the repo root ?

one year ago
0 Hello Admin, I Am Unable To Create Pipeline Using Cpu/Gpu/Tpu. What Is The Issue?

you will need to provide more context than that if you don't want the answer: Have you try to turn it off and back on again ?

2 months ago
0 Can Anyone Recommend A Good Workflow For

just saw that repo: who are coder ? That not the vscode developer team is it ?

one year ago
0 Clearnl Failed To Detect Custom Packages

What should I put in there? What is the syntax for git package?

one year ago
0 Clearnl Failed To Detect Custom Packages

So I tried:

import livsdk.livbatch

import clearml

clearml.Task.add_requirements("livsdk","
")
task = clearml.Task.init(project_name="hieu-test", task_name='base_config')

print("Done")

Which give me this list of Packages Installed:

# Python 3.10.10 (main, Mar 05 2023, 19:07:49) [GCC]

# Local modules found - skipping:
# livsdk == ../[REDACTED]/livsdk/__init__.py

Augmentor == 0.2.10
Pillow == 9.2.0
PyYAML == 6.0
albumentations == 1.2.1
azure_storage_blob == 12.1...
one year ago
0 Question About Pipeline : My Setup Is As Follow:

To me the whole point of having pipeline is to have a system that "know" previous state and make "smart" decision on what should run and what not. If it's just about if then else, then code already handle all that.
And what I struggle a bit is to find doc on how it determine the existing state and how it make decision what to run. thus the initial question

5 months ago
0 Question About Pipeline : My Setup Is As Follow:

how does it work if I create my pipeline from code ? Does the task will get the git repo state when first run and use commit hash and uncommited changed as "signature" ?

5 months ago
0 Question About Pipeline : My Setup Is As Follow:

thanks for all the pointer ! I will try to have a good play around

5 months ago
0 I Just Saw The New Release Of The Agent 1.8.1 :

most of people probable wont even know what that do

7 months ago
0 I Just Saw The New Release Of The Agent 1.8.1 :

I am wondering, should it be True be default ???

7 months ago
0 Question About Pipeline : My Setup Is As Follow:

following your example, if the seeds are hard coded in the code, then git hash will detect if changed happen and the step need to be run or not

5 months ago
0 Hi. From Python, Is There Away To Check How Many Worker Is There In A Given Queue ?

Should I get all the workers None
Then go through them and count how many is in my queue of interest ?

28 days ago
0 We Have Deployed Our Own Clearml Server In Azure. We Have 2 Separate Address For The Api And Web Server. Both Serving At Port 443 In The Local Pc Config File We Have Something Like:

Ok I think I found the issue. I had to point the file server to azure storage:

api {
    # Notice: 'host' is the api server (default port 8008), not the web server.
    api_server: 

    web_server: 

    files_server: "
"
    credentials {"access_key": "REDACTED", "secret_key": "REDACTED"}
}
one year ago
0 Hi. From Python, Is There Away To Check How Many Worker Is There In A Given Queue ?

I saw that page ... but nothing about number of worker of a queue .... or did I miss it ?

28 days ago
0 Can Anyone Recommend A Good Workflow For

what is the difference between vscode via clearml-session and vscode via remote ssh extension ?

one year ago
0 Hello! I Have A Small Question Regarding Storage Data Retrieval With Clearml

Just keep in mind my your bottleneck will be the transfer rate. So mounting will not save you anything as you still need to transfer the whole dataset sooner or later to your GPU instance.
One solution is as Jake suggest. The other can be pre-download the data to your instance with a CPU only cheap instance type, then restart the instance with GPU.

one year ago
0 Hi. From Python, Is There Away To Check How Many Worker Is There In A Given Queue ?

got it

Thanks @<1523701070390366208:profile|CostlyOstrich36>
image

28 days ago
one year ago
Show more results compactanswers