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 5 months ago

Reputation

0

Badges 1

125 × Eureka!
0 Votes
2 Answers
842 Views
0 Votes 2 Answers 842 Views
is there any clearml-serving api documentation?
2 years ago
0 Votes
2 Answers
846 Views
0 Votes 2 Answers 846 Views
what is the series parameter of the Logger class functions for?
3 years ago
0 Votes
4 Answers
961 Views
0 Votes 4 Answers 961 Views
I've been seeing this message and similar messages a lot in some of my tasks lately... any ideas? 2022-08-05 16:09:55,492 - clearml.Metrics - ERROR - Action ...
2 years ago
0 Votes
13 Answers
856 Views
0 Votes 13 Answers 856 Views
I have a little bit of code that goes like: import argparse from clearml import Task from DeployKit.argument_parser import get_parser import KitUtils if __na...
3 years ago
Show more results questions
0 What Could Be Causing This?

i don't think the conf is an issue. it's been deployed for a long time and working. models from yesterday correctly display the url

2 years ago
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..

Yeah, I simply used a different port but I got this output:
` (prediction_module) emilio@unicorn:~/clearml-serving$ docker run -v ~/clearml.conf:/root/clearml.conf -p 9501:9501 -e CLEARML_SERVING_TASK_ID=7ce187d2218048e68fc594fa49db0051 -e CLEARML_SERVING_POLL_FREQ=5 clearml-serving-inference:latest
CLEARML_SERVING_TASK_ID=7ce187d2218048e68fc594fa49db0051
CLEARML_SERVING_PORT=
CLEARML_USE_GUNICORN=
EXTRA_PYTHON_PACKAGES=
CLEARML_SERVING_NUM_PROCESS=
CLEARML_SERVING_POLL_FREQ=5
CLEARML_DEFAULT...

2 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?

3 years ago
2 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

I see, ok!
I will try that out.
Another thing I noticed: none of my pipeline tasks are reporting these graphs, regardless of runtime. I guess this line would also fix that?

one year ago
one year ago
0 Has Anyone Used

platform: "tensorflow_savedmodel" input [ { name: "dense_input" data_type: TYPE_FP32 dims: [-1, 784] } ] output [ { name: "activation_2" data_type: TYPE_FP32 dims: [-1, 10] } ]

2 years ago
0 Hi There, Are There Any Plans To Add Better Documentation/Examples To

I am curious about the updates on version 1.0.0, where can I see some info regarding this?
Passing state information from pre to postprocessing and the dynamic preprocessing code thing, for example

2 years ago
0 Any Idea What Could Be Going On Here?

Not sure why it tries to establish some http connection, or why it's / ...

one year 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:...."

2 years ago
0 What Could Be Causing This?

yes, in the corresponding task

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

sure. Removing the task.connect(args_) does not fix my situation

3 years ago
0 Does

nevermind! I have figured out my issue

2 years ago
0 What Could Be Causing This?

is that what you mean?

2 years ago
0 If I Have 1 Machine With A Gpu, Can I Put A Worker On It With Gpu And Two Workers With

I have done this but I remember someone once told me this could be an issue... Or I could be misremembering. I just wanted to double check

2 years ago
0 I'Ve Been Seeing This Message And Similar Messages A Lot In Some Of My Tasks Lately... Any Ideas?

Ok, going to ask the server admins, will keep you posted, thanks!

2 years ago
0 Has Anyone Used

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

2 years ago
0 How Do I Disable

@<1523701087100473344:profile|SuccessfulKoala55> hey Jake, how do i check how many envs it caches? doing ls -la .clearml/venvs-cache gives me two folders

one year ago
0 Is There A Way To Limit The Number Of Jobs/Tasks That Can Run Concurrently On The

I am tagging AgitatedDove14 since I sort of need an answer asap...!

2 years ago
0 What Could Be Causing This?

well.. it initially worked but now i get the same thing 😕 SuccessfulKoala55

2 years ago
0 Has Anyone Used

well, i have run the keras mnist example that is in the clearml-serving READme. Now I'm just trying to send a request to make a prediction via curl

2 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. `

2 years ago
0 How Can I Disable Agent Pip Caching? Sometimes The Agents Load An Earlier Version Of One Of My Libraries. I'M Running Them In Docker Mode

i'm not sure how to double check this is the case when it happens... usually we have all requirements specified with git repo

2 years ago
0 Is There A Way To Copy The Entire Folder An Agent In A Machine (Different From Server Machine) Builds To The Server Machine?

when an agent launches a task, it builds a venv, copies the code, runs it, etc. in my case, the code writes files (such as data it downloaded, or model files, etc) and writes them in subfolders. I'm interested in recovering the entire folder structure.

this is because if I run a different task, everything from the previous task is overwritten.

furthermore, I need the folder structure for other things downstream

3 years ago
Show more results compactanswers