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
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
0 Answers
2K Views
0 Votes 0 Answers 2K Views
clearly the link is 404
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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...
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
Show more results questions
0 How Do I Disable

@<1523701205467926528:profile|AgitatedDove14> any ideas?

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

ok i think i know why it happens!

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

my server isn't the latest, though..

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

is that what you mean?

3 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

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?

Is this a possible future feature? I have used cometML before and they have this. I'm not sure how they do it though...

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

this is the code that's giving me trouble 🤔

2 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 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
3 years ago
0 Has Anyone Used

i'm also not sure what this is
-H "Content-Type: application/octet-stream" -H' NV-InferRequest:batch_size: 1 input { name: "dense_input" dims: [-1, 784] } output { name: "activation_2" cls { count: 1 } }'

4 years ago
0 What Could Be Causing This?

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

3 years ago
0 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

I see, ok!
I will try that out.
Another thing I noticed: none of my pipeline tasks are reporting these graphs, regardless of runtime. I guess this line would also fix that?

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.

5 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

3 years ago
0 Has Anyone Used

well, i have run the keras mnist example that is in the clearml-serving READme. Now I'm just trying to send a request to make a prediction via curl

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

4 years ago
0 What Could Be Causing This?

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

3 years ago
Show more results compactanswers