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

Reputation

0

Badges 1

125 × Eureka!
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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
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...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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
1K Views
0 Votes 7 Answers 1K 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
1 Answers
937 Views
0 Votes 1 Answers 937 Views
Is there a way to deploy a ClearML server with a preconfigured user + its credentials?
one year ago
0 Votes
2 Answers
985 Views
0 Votes 2 Answers 985 Views
is there any clearml-serving api documentation?
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
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
14 Answers
1K Views
0 Votes 14 Answers 1K Views
3 years ago
0 Votes
8 Answers
999 Views
0 Votes 8 Answers 999 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
3 Answers
1K Views
0 Votes 3 Answers 1K 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
30 Answers
1K Views
0 Votes 30 Answers 1K Views
what could be causing this?
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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...
3 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K 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
1K Views
0 Votes 5 Answers 1K 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
What does it mean to publish a model or a dataset?
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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
8 Answers
1K Views
0 Votes 8 Answers 1K 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
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
14 Answers
1K Views
0 Votes 14 Answers 1K 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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
2 Answers
976 Views
0 Votes 2 Answers 976 Views
what is the series parameter of the Logger class functions for?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 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?
4 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
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
12 Answers
999 Views
0 Votes 12 Answers 999 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
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
if I have 1 machine with a GPU, can I put a worker on it with GPU and two workers with --cpu-only ? i.e. can 2 workers in the same machine be launched in cpu...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
Show more results questions
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

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

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

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 How Do I Disable

@<1523701205467926528:profile|AgitatedDove14> any ideas?

one year 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 I Think There Is A Little Bug With The

my server isn't the latest, though..

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

Right, I used --services-mode 2 and it still runs more than 2 tasks simultaneously

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

2 years ago
0 Hi

I missed this! nooooo. Please upload the talk

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

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

If 3e5962dd is the commit it's trying to clone, it doesn't exist because I deleted it.
it should be cloning a more up-to-date version of the repository

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

Because sometimes it clones a cached version of a private repository, instead of cloning the requested version

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 Does

nevermind! I have figured out my issue

2 years ago
0 What Could Be Causing This?

yes, in the corresponding task

2 years ago
0 Does

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

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