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
5 Answers
2K Views
0 Votes 5 Answers 2K 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 ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
what is the series parameter of the Logger class functions for?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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
3 years ago
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
13 Answers
2K Views
0 Votes 13 Answers 2K 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...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
is there a way to copy the entire folder an agent in a machine (different from server machine) builds to the server machine?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
if I do task.create() how do I pass the output_uri=True thing to it? that task.init generally has?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
are the ClearML server AWS AMIs a paid only feature?
2 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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 ...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
clearly the link is 404
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Quick question, can trains log keras loss values and/or metrics automatically? Or would I have to attach a tensorboard callback?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is it possible to restrict an agent's cpu usage? like limit the number of cores it can use?
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
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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 ...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a way to deploy a ClearML server with a preconfigured user + its credentials?
2 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K 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...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
What does it mean to publish a model or a dataset?
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K 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][...
2 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hi, I'm trying to set up my trains-server and I'm getting the following: (base) emilio@unicorn:~$ docker-compose -f /opt/trains/docker-compose.yml up -d ERRO...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
what could be causing this?
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 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...

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

i'm guessing the cleanup_period_in_days can only actually run every day or whatever if the script is enqueued to services

4 years ago
0 Does

{"detail":"Error processing request: [Errno 2] No such file or directory: '~/.clearml'"}

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

this is the code that's giving me trouble 🤔

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

Hey SuccessfulKoala55 thanks for the answer.
any ideas how I can try to fix this?

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

tagging @<1523701205467926528:profile|AgitatedDove14> here just in case 😅

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

do I need to set the extra_index_url in clearml.conf as well?

3 years ago
0 Does

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

3 years ago
0 The

well, what are the types of input expected? is parent_datasets a list of names or IDs?

4 years 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...!

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

i expected to see 2 tasks running, and then when completed the remaining 2 could start. Is this not the expected behavior?

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

logger.report_media( title=name_title, series="Nan", iteration=0, local_path=fig_nan, delete_after_upload=delete_after_upload, ) clearml_task.upload_artifact( name=name_title, artifact_object=fig_nan, wait_on_upload=True, )

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

3 years ago
0 I Think There Is A Little Bug With The

Monsieur Martin! 1.3.2

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

Ah, so you're saying I can write a callback for stuff like train_loss , val_loss , etc.

4 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!

3 years ago
0 Does

nevermind! I have figured out my issue

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 Does

Hi CostlyOstrich36
I added this instruction at the very end of my postprocess function
shutil.rmtree("~/.clearml")

3 years ago
0 Has Anyone Used

i'm just interested in actually running a prediction with the serving engine and all

3 years ago
4 years ago
0 Has Anyone Used

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

3 years ago
0 Has Anyone Used

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

3 years ago
0 Hi

I missed this! nooooo. Please upload the talk

3 years ago
Show more results compactanswers