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
ElegantCoyote26
Moderator
34 Questions, 126 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

125 × Eureka!
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
is there a way to limit the number of jobs/tasks that can run concurrently on the services queues?
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
what is the python version an agent runs a task with? the one the agent was launched with, or the task? i.e. if Iaunch an agent with python 3.8.5, but a task...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
is there any clearml-serving api documentation?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
is it generally recommended to close API client sessions? Like if I open a client like this: from clearml.backend_api.session.client import APIClient client ...
3 years ago
Show more results questions
0 Hi

I missed this! nooooo. Please upload the talk

3 years ago
0 What Could Be Causing This?

cheers, let me try this

3 years ago
0 Does

where should I look for this folder?
I am talking about serving

3 years ago
0 I Have A Little Bit Of Code That Goes Like:

right, I get the same error SuccessfulKoala55

4 years ago
0 Has Anyone Used

img.tofile('7.binaryimage',format='binary') can this be the issue?

4 years ago
3 years ago
0 Quick Question About The Cleanup Service: One Argument Is

if i enqueue the script to the services queue but run_as_service is false, what happens?

4 years ago
0 Has Anyone Used

it's from the github issue you sent me but i don't know what the "application" part is or the "NV-InferRequest:...."

4 years ago
0 Quick Question, Can Trains Log Keras Loss Values And/Or Metrics Automatically? Or Would I Have To Attach A Tensorboard Callback?

Hey AgitatedDove14 , thanks for the answer. What does that mean? In any case I think it would be a nice to have feature.

5 years ago
0 What Could Be Causing This?

yes, in the corresponding task

3 years ago
0 Is It Possible To Add Extra Arguments To

SuccessfulKoala55 I can't get it to work... I tried using the pip conf locally and it works, but the agent doesn't seem to be able to install the package

3 years ago
0 Is There A Way To Get A Task'S Docker Container Id/Name? I'M Generally Interested In Resource Profiling Of Each Container, So I Noticed I Can Use

um, this line is not doing anything for me 🤔
controller_clearml_task = Task.current_task() controller_clearml_task.set_resource_monitor_iteration_timeout( seconds_from_start=10 )

3 years ago
0 How Do I Disable

yep, setting it to -1 is still caching envs..

2 years ago
0 Has Anyone Used

fp32 seems to be floating point 32 so my preprocessing seems wrong

4 years ago
0 Is There A Way To Tell An Experiment Not To Use Caches? From The Python Api Specifically. Something Like

` Using cached repository in "/root/.clearml/vcs-cache/DeployKit_cloud.git.3e6952dd2fa4054e353465fe2d40daa3/DeployKit_cloud.git"

fatal: Could not read from remote repository. `

3 years ago
0 Is There Any

some documentation for understanding the parameters, flags, options etc.
I want my serving controller to go into a particular project instead of the default DevOps, for example
Other things might be programatically adding endpoints instead of using cli (this is because I potentially have hundreds of models to serve so I can't do this manually)

3 years ago
0 Can I Change The Clearml-Serving Inference Port? 8080 Is Already Used For My Self-Hosted Server.. I Guess I Can Just Change It In The Docker-Compose, But I Find A Little Weird That You Are Using This Port If The Self-Hosted Server Web Is Hosted In It..

And this is what I get with the curl inference example on the README.md
(prediction_module) emilio@unicorn:~/clearml-serving$ curl -X POST " ` " -H "accept: application/json" -H "Content-Type: application/json" -d '{"x0": 1, "x1": 2}'

<html> <head><title>405 Not Allowed</title></head> <body> <center><h1>405 Not Allowed</h1></center> <hr><center>nginx/1.20.1</center> </body> </html> `

3 years ago
0 I Have A Little Bit Of Code That Goes Like:

my script is Aborted with the above error

4 years ago
0 I Have A Little Bit Of Code That Goes Like:

I tested 0.17.2 and 0.17.4

4 years ago
0 I Have A Little Bit Of Code That Goes Like:

AgitatedDove14 can you please help me with this?

4 years ago
0 Is It Possible To Add Extra Arguments To

I think the issue is that the host is not trusted... it looks like it looks into the index

3 years ago
4 years ago
0 Is It Possible To Add Extra Arguments To

hiya Jake, how do I inject this with the extra_docker_shell_script setting?

3 years ago
Show more results compactanswers