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
12 Answers
817 Views
0 Votes 12 Answers 817 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
7 Answers
893 Views
0 Votes 7 Answers 893 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
3 Answers
828 Views
0 Votes 3 Answers 828 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
14 Answers
834 Views
0 Votes 14 Answers 834 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
6 Answers
856 Views
0 Votes 6 Answers 856 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
0 Answers
792 Views
0 Votes 0 Answers 792 Views
clearly the link is 404
2 years ago
0 Votes
5 Answers
851 Views
0 Votes 5 Answers 851 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
5 Answers
829 Views
0 Votes 5 Answers 829 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
5 Answers
862 Views
0 Votes 5 Answers 862 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
15 Answers
851 Views
0 Votes 15 Answers 851 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...
3 years ago
0 Votes
13 Answers
820 Views
0 Votes 13 Answers 820 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
13 Answers
893 Views
0 Votes 13 Answers 893 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
924 Views
0 Votes 4 Answers 924 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
1 Answers
882 Views
0 Votes 1 Answers 882 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
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
996 Views
0 Votes 3 Answers 996 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
915 Views
0 Votes 14 Answers 915 Views
3 years ago
0 Votes
2 Answers
848 Views
0 Votes 2 Answers 848 Views
are the ClearML server AWS AMIs a paid only feature?
one year ago
0 Votes
1 Answers
777 Views
0 Votes 1 Answers 777 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
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
1 Answers
772 Views
0 Votes 1 Answers 772 Views
Is there a way to deploy a ClearML server with a preconfigured user + its credentials?
one year ago
0 Votes
3 Answers
857 Views
0 Votes 3 Answers 857 Views
What does it mean to publish a model or a dataset?
3 years ago
0 Votes
5 Answers
847 Views
0 Votes 5 Answers 847 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 ...
one year ago
0 Votes
8 Answers
816 Views
0 Votes 8 Answers 816 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
5 Answers
930 Views
0 Votes 5 Answers 930 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
7 Answers
841 Views
0 Votes 7 Answers 841 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
945 Views
0 Votes 5 Answers 945 Views
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
2 Answers
811 Views
0 Votes 2 Answers 811 Views
is there any clearml-serving api documentation?
2 years ago
0 Votes
2 Answers
810 Views
0 Votes 2 Answers 810 Views
what is the series parameter of the Logger class functions for?
3 years ago
Show more results questions
0 Has Anyone Used

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

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

2 years ago
0 Is It Generally Recommended To Close Api Client Sessions? Like If I Open A Client Like This:

can you elaborate a bit on the token side? i'm not sure exactly what would be a bad practice here

2 years ago
3 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 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....
one year 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 I Think There Is A Little Bug With The

Monsieur Martin! 1.3.2

2 years ago
0 Does

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

one year ago
0 Does

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

one year ago
0 Does

nevermind! I have figured out my issue

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

Hi SuccessfulKoala55 I am having some issues with this. I have put a concurrency limit of 2 and I can see 3 workers running

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

ok i think i know why it happens!

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

This is a minimal comet example. I'm afraid I don't know what it does under the hood.. There are no callbacks on the metrics tracked in model.fit and yet if you check out your project in the website, your training and validation losses are tracked automatically, live.

https://www.comet.ml/docs/python-sdk/keras/

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

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

one year ago
0 What Could Be Causing This?

yes, docker compose

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

Hey AgitatedDove14 , thanks for the answer. What does that mean? In any case I think it would be a nice to have feature.

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

2 years ago
0 How Do I Disable

@<1523701205467926528:profile|AgitatedDove14> any ideas?

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

3 years ago
0 Has Anyone Used

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

2 years ago
Show more results compactanswers