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
5 Answers
872 Views
0 Votes 5 Answers 872 Views
does clearml-serving somehow cache the preprocess and postprocess functions? like after I call the endpoint once, it won't "rerun" the instructions in these ...
2 years ago
0 Votes
3 Answers
857 Views
0 Votes 3 Answers 857 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 ...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
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
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi there, are there any plans to add better documentation/examples to clearml-serving ? I have my serving working with version 0.9.0, but I can't see any doc...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
One question.. If I had a Docker image in the Docker registry that had all the requirements of a task already installed, would that let the clearml-agents sk...
one year ago
0 Votes
6 Answers
886 Views
0 Votes 6 Answers 886 Views
is there a way to tell an experiment not to use caches? from the python API specifically. something like task.use_caches = False ? I don't want it to use any...
2 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
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 docker stat...
one year ago
0 Votes
2 Answers
838 Views
0 Votes 2 Answers 838 Views
is there any clearml-serving api documentation?
2 years ago
0 Votes
5 Answers
973 Views
0 Votes 5 Answers 973 Views
2 years ago
0 Votes
1 Answers
806 Views
0 Votes 1 Answers 806 Views
if I do task.create() how do I pass the output_uri=True thing to it? that task.init generally has?
2 years ago
0 Votes
7 Answers
873 Views
0 Votes 7 Answers 873 Views
How do I disable completely any kind of python env caching by the agents? I tried having venvs_cache: { # maximum number of cached venvs max_entries: 10 # mi...
one year ago
0 Votes
5 Answers
876 Views
0 Votes 5 Answers 876 Views
is there a way to copy the entire folder an agent in a machine (different from server machine) builds to the server machine?
3 years ago
0 Votes
7 Answers
915 Views
0 Votes 7 Answers 915 Views
Any idea what could be going on here? [2023-01-09 16:18:15,727][root][INFO][utils_atom_fn.py:85] - Running fn: fn_get_heat_map_nan [2023-01-09 16:18:15,782][...
one year ago
0 Votes
2 Answers
871 Views
0 Votes 2 Answers 871 Views
are the ClearML server AWS AMIs a paid only feature?
one year ago
0 Votes
1 Answers
900 Views
0 Votes 1 Answers 900 Views
Is it possible to restrict an agent's cpu usage? like limit the number of cores it can use?
3 years ago
0 Votes
8 Answers
844 Views
0 Votes 8 Answers 844 Views
is it possible to add extra arguments to pip install for a docker agent? somewhere in clearml.conf or maybe some docker arguments? I'm trying to add a truste...
2 years ago
0 Votes
8 Answers
902 Views
0 Votes 8 Answers 902 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...
3 years ago
0 Votes
14 Answers
944 Views
0 Votes 14 Answers 944 Views
3 years ago
0 Votes
5 Answers
958 Views
0 Votes 5 Answers 958 Views
I'm having some trouble setting up my trains-server configuration for trains. After copying the credentials I get the following: (tft) --:~$ trains-init TRAI...
3 years ago
0 Votes
14 Answers
861 Views
0 Votes 14 Answers 861 Views
Has anyone used clearml-serving and successfully sent an inference request via curl? I'm having trouble trying to send an inference request to the keras mnis...
2 years ago
0 Votes
2 Answers
839 Views
0 Votes 2 Answers 839 Views
what is the series parameter of the Logger class functions for?
3 years ago
0 Votes
5 Answers
856 Views
0 Votes 5 Answers 856 Views
The
the Dataset method create seems to expect the parameter parent_datasets in the form of a list indicating the parent dataset task IDs, instead of the name. Th...
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Quick question, can trains log keras loss values and/or metrics automatically? Or would I have to attach a tensorboard callback?
3 years ago
0 Votes
13 Answers
922 Views
0 Votes 13 Answers 922 Views
is there a way to limit the number of jobs/tasks that can run concurrently on the services queues?
2 years ago
0 Votes
4 Answers
950 Views
0 Votes 4 Answers 950 Views
quick question about the cleanup service: one argument is cleanup_period_in_days , another is run_as_service . If the latter is false, it should only run onc...
3 years ago
0 Votes
13 Answers
846 Views
0 Votes 13 Answers 846 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
0 Votes
1 Answers
796 Views
0 Votes 1 Answers 796 Views
Is there a way to deploy a ClearML server with a preconfigured user + its credentials?
one year ago
0 Votes
0 Answers
818 Views
0 Votes 0 Answers 818 Views
clearly the link is 404
2 years ago
0 Votes
30 Answers
986 Views
0 Votes 30 Answers 986 Views
what could be causing this?
2 years ago
0 Votes
12 Answers
850 Views
0 Votes 12 Answers 850 Views
I think there is a little bug with the PipelineDecorator.component : i provide the name of the component but it uses the name of the wrapped function as the ...
2 years ago
Show more results questions
0 We'Re Getting Critical Alerts For Elasticsearch Container Around The Jdk Version. It'S Apparently End-Of-Life. Can You Look Into Upgrading The Image? It Looks Like You'Re Running Fixed Version (7.6.2) Instead Of Picking Up Either Latest Or Some Major/St

"this means the elasticsearch feature set remains the same. and JDK versions are usually drop-in replacements when on the same feature level (ex. 1.13.0_2 can be replaced by 1.13.2)"

3 years ago
0 Has Anyone Used

i'm probably sending the request all wrong + i'm not sure how the model expects the input

2 years 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 Is It Possible To Add Extra Arguments To

The package on my index is called data-service-client , see the log below:
Looking in indexes: , `
WARNING: The repository located at unicorn is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host unicorn'.
ERROR: Could not find a version that satisfies the requirement data-service-client==1.0.0 (from -r /tmp/cached-reqs1...

2 years ago
0 What Could Be Causing This?

yes, docker compose

2 years ago
0 What Could Be Causing This?

how do I check?

2 years ago
2 years ago
0 What Could Be Causing This?

ok i think i know why it happens!

2 years ago
0 What Could Be Causing This?

cheers, let me try this

2 years ago
0 What Could Be Causing This?

and this should force the model to be uploaded?

2 years ago
2 years ago
0 What Could Be Causing This?

yes, in the corresponding task

2 years ago
0 What Could Be Causing This?

is that what you mean?

2 years ago
0 What Could Be Causing This?

okay. what do you suggest?

2 years ago
0 What Could Be Causing This?

but it's been that way for over 1 hour.. I remember I can force the task to wait for the upload. how do i do this?

2 years ago
0 What Could Be Causing This?

see this for example

2 years ago
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
0 What Could Be Causing This?

unicorn is an alias for the ip of the machine the server is hosted on

2 years ago
2 years ago
2 years ago
0 What Could Be Causing This?

it says method not allowed when i try to access that url

2 years ago
0 Has Anyone Used

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

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
3 years ago
0 I Have A Little Bit Of Code That Goes Like:

AgitatedDove14 can you please help me with this?

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

right, I get the same error SuccessfulKoala55

3 years ago
0 Hi

I missed this! nooooo. Please upload the talk

2 years ago
0 What Could Be Causing This?

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

2 years ago
Show more results compactanswers