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
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
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
938 Views
0 Votes 1 Answers 938 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
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
Show more results questions
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?

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/

4 years ago
0 What Could Be Causing This?

and this should force the model to be uploaded?

2 years ago
0 What Could Be Causing This?

okay. what do you suggest?

2 years ago
0 What Could Be Causing This?

is that what you mean?

2 years ago
0 What Could Be Causing This?

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

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

how do I check?

2 years ago
0 What Could Be Causing This?

yes, in the corresponding task

2 years ago
0 What Could Be Causing This?

unicorn is an alias for the ip of the machine the server is hosted on

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

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

3 years ago
0 What Could Be Causing This?

but it's been that way for over 1 hour.. I remember I can force the task to wait for the upload. how do i do this?

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

ok i think i know why it happens!

2 years ago
0 How Do I Disable

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

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

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

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

Monsieur Martin! 1.3.2

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

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

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

3 years ago
Show more results compactanswers