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

Reputation

0

Badges 1

51 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
hey, I'm trying to restore the data on a k8s node from a backup but it seems like mongodb just ignores the existing data. Is there anything that I should do ...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
hey, using k8s with trains 0.16.1-320, all of a sudden the entire data (i.e experiments, tasks, API creds) is not showing in the UI anymore. All logs seems t...
3 years ago
0 Votes
20 Answers
984 Views
0 Votes 20 Answers 984 Views
if I set # set the post packages to be installed after all the rest of the required packages # post_packages: ["google-cloud-storage", ] will it always run p...
3 years ago
0 Votes
8 Answers
995 Views
0 Votes 8 Answers 995 Views
Is there a way to copy local python packages to the agent as well? (screenshot attached within the thread)
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
When using the ClearML agent, is it possible to let the agent decide if it should schedule a pod on a CPU or GPU? Using the k8s glue it would have to have: t...
3 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

it woudl be the same with a docker container and -v then 🙂 np

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

so if you are using k8s, you can generate a configMap with the relevant info and mount it

3 years ago
3 years ago
0 Hey, Using K8S With Trains 0.16.1-320, All Of A Sudden The Entire Data (I.E Experiments, Tasks, Api Creds) Is Not Showing In The Ui Anymore. All Logs Seems To Be Fine Afai Can Tell... Any Idea What Went Wrong?

check if you have any more of those recovery reports in the mongo log, it should report progress

I think I have sent you all the existing logs

3 years ago
3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

Should I make a new issue or just reply on the one I mentioned above?

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

You can either use the StrictHostKeyChecking=no or generate a known_hosts file. I don't know about other options

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

you can actually inject a known_hosts file to your docker container/k8s pod through a volume

3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

AgitatedDove14 actually I had to set something like:

- env: - name: PIP_INDEX_URL valueFrom: secretKeyRef: name: pip-index-url-secret key: pip-index-url-key - name: GIT_SSH_COMMAND value: "ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"

3 years ago
0 If I Set

I tried to add it to post_packages and run it locally, for some reason it didn't install googlecloud-storage. However it is possible that I have an old clearml pip package installed

3 years ago
0 If I Set

yea

3 years ago
0 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

seems like I miss configured something of course. /secrets is mounted to the agent but not to the pod template 🙂

3 years ago
0 If I Set

on my own machine

3 years ago
Show more results compactanswers