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
20 Answers
924 Views
0 Votes 20 Answers 924 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
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 Votes
8 Answers
946 Views
0 Votes 8 Answers 946 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
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
3 Answers
967 Views
0 Votes 3 Answers 967 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
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 Hey, How Can I Add A Private Key In Order To Let The Clearml Agent To Clone From A Private Git Repository?

You need to mount it toΒ 

~/clearml.conf

Β (i.e. /root/clearml.conf)

I have overridden that with the env var

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 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
0 If I Set

I don't know, I only see the error

3 years ago
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
3 years ago
0 If I Set

Ok

3 years ago
0 If I Set

I will have to remove some parts because it contains some sensitive data

3 years ago
3 years ago
0 Is There A Way To Copy Local Python Packages To The Agent As Well? (Screenshot Attached Within The Thread)

AgitatedDove14 so basically I am using my own docker image with all of our internal dependencies already installed, including python packages. Some of these packages (e.g green-common ) should be loaded automatically from the dockerimage.

I thought that maybe the virtualenv should https://stackoverflow.com/questions/12079607/make-virtualenv-inherit-specific-packages-from-your-global-site-packages --system-site-packages https://stackoverflow.com/questions/12079607/make-virtualenv-...

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
Show more results compactanswers