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, 125 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

124 × Eureka!
0 Votes
18 Answers
322 Views
0 Votes 18 Answers 322 Views
Quick question, can trains log keras loss values and/or metrics automatically? Or would I have to attach a tensorboard callback?
2 years ago
0 Votes
5 Answers
243 Views
0 Votes 5 Answers 243 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...
2 years ago
0 Votes
3 Answers
220 Views
0 Votes 3 Answers 220 Views
What does it mean to publish a model or a dataset?
2 years ago
0 Votes
3 Answers
269 Views
0 Votes 3 Answers 269 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...
8 months ago
0 Votes
1 Answers
153 Views
0 Votes 1 Answers 153 Views
Is there a way to deploy a ClearML server with a preconfigured user + its credentials?
5 months ago
0 Votes
13 Answers
206 Views
0 Votes 13 Answers 206 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...
2 years ago
0 Votes
14 Answers
227 Views
0 Votes 14 Answers 227 Views
2 years ago
0 Votes
2 Answers
202 Views
0 Votes 2 Answers 202 Views
what is the series parameter of the Logger class functions for?
2 years ago
0 Votes
7 Answers
226 Views
0 Votes 7 Answers 226 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][...
8 months ago
0 Votes
8 Answers
184 Views
0 Votes 8 Answers 184 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...
one year ago
0 Votes
3 Answers
205 Views
0 Votes 3 Answers 205 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 ...
one year ago
0 Votes
6 Answers
225 Views
0 Votes 6 Answers 225 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...
one year ago
0 Votes
5 Answers
205 Views
0 Votes 5 Answers 205 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...
2 years ago
0 Votes
8 Answers
220 Views
0 Votes 8 Answers 220 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...
2 years ago
0 Votes
3 Answers
261 Views
0 Votes 3 Answers 261 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...
one year ago
0 Votes
5 Answers
220 Views
0 Votes 5 Answers 220 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...
one year ago
0 Votes
7 Answers
241 Views
0 Votes 7 Answers 241 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...
6 months ago
0 Votes
13 Answers
240 Views
0 Votes 13 Answers 240 Views
is there a way to limit the number of jobs/tasks that can run concurrently on the services queues?
one year ago
0 Votes
1 Answers
182 Views
0 Votes 1 Answers 182 Views
if I do task.create() how do I pass the output_uri=True thing to it? that task.init generally has?
one year ago
0 Votes
30 Answers
204 Views
0 Votes 30 Answers 204 Views
what could be causing this?
one year ago
0 Votes
11 Answers
274 Views
0 Votes 11 Answers 274 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...
11 months ago
0 Votes
10 Answers
194 Views
0 Votes 10 Answers 194 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 ...
one year ago
0 Votes
2 Answers
201 Views
0 Votes 2 Answers 201 Views
is there any clearml-serving api documentation?
one year ago
0 Votes
5 Answers
237 Views
0 Votes 5 Answers 237 Views
one year ago
0 Votes
5 Answers
210 Views
0 Votes 5 Answers 210 Views
is there a way to copy the entire folder an agent in a machine (different from server machine) builds to the server machine?
2 years ago
0 Votes
14 Answers
204 Views
0 Votes 14 Answers 204 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...
one year ago
0 Votes
0 Answers
180 Views
0 Votes 0 Answers 180 Views
clearly the link is 404
one year ago
0 Votes
2 Answers
209 Views
0 Votes 2 Answers 209 Views
are the ClearML server AWS AMIs a paid only feature?
10 months ago
0 Votes
3 Answers
249 Views
0 Votes 3 Answers 249 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
one year ago
0 Votes
4 Answers
215 Views
0 Votes 4 Answers 215 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...
2 years ago
Show more results questions
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

one year ago
0 How Do I Disable

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

6 months 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

6 months ago
0 How Do I Disable

I think it's still caching environments... I keep deleting the caches (pip, vcs, venvs-*) and running an experiment. it re-creates all these folders and even prints


Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->clearml==1.6.4->prediction-service-utilities==0.1.0) (3.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages (from requests>=2.20.0->clearml==1.6....
6 months ago
0 The

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

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

But where do you manually set the name of each task in this code? the .component has a name argument you can provide

one year ago
0 I Think There Is A Little Bug With The

Monsieur Martin! 1.3.2

one year ago
0 Has Anyone Used

So far I have taken one mnist image, and done the following:

` from PIL import Image
import numpy as np

def preprocess(img, format, dtype, h, w, scaling):

sample_img = img.convert('L')


resized_img = sample_img.resize((1, w*h), Image.BILINEAR)
resized = np.array(resized_img)
resized = resized.astype(dtype)

return resized

png img file

img = Image.open('./7.png')

preprocessed img, FP32 formated numpy array

img = preprocess(img, format, "float32", 28, 28, None)

...

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] } ]

one year ago
0 Has Anyone Used

i don't know ahahaha

one year ago
0 Any Idea What Could Be Going On Here?

this is the code that's giving me trouble 🤔

8 months ago
0 Any Idea What Could Be Going On Here?

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

8 months ago
0 I Think There Is A Little Bug With The

my server isn't the latest, though..

one year ago
one year ago
0 What Could Be Causing This?

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

one year ago
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

I understand! this is my sysadmin message:
"if nothing else, they could publish a new elasticsearch image of 7.6.2 (ex. 7.6.2-1) which uses a newer patched version of JDK (1.13.x but newer than 1.13.0_2)"

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

sheesh, weird. I don't get the same.

one year 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

one year 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, )

8 months ago
0 How Do I Disable

@<1523701205467926528:profile|AgitatedDove14> any ideas?

6 months ago
0 Does

nevermind! I have figured out my issue

one year ago
0 Hi

I missed this! nooooo. Please upload the talk

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

yeah, that's fair enough. is it possible to assign cpu cores? I wasn't aware

one year ago
Show more results compactanswers