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 Has Anyone Used

it's from the github issue you sent me but i don't know what the "application" part is or the "NV-InferRequest:...."

2 years ago
0 What Could Be Causing This?

yes, in the corresponding task

2 years ago
0 I Have A Little Bit Of Code That Goes Like:

sure. Removing the task.connect(args_) does not fix my situation

3 years ago
0 Does

nevermind! I have figured out my issue

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 Has Anyone Used

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

2 years 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 Is There A Way To Limit The Number Of Jobs/Tasks That Can Run Concurrently On The

I am tagging AgitatedDove14 since I sort of need an answer asap...!

2 years ago
0 What Could Be Causing This?

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

2 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

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

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 There A Way To Copy The Entire Folder An Agent In A Machine (Different From Server Machine) Builds To The Server Machine?

when an agent launches a task, it builds a venv, copies the code, runs it, etc. in my case, the code writes files (such as data it downloaded, or model files, etc) and writes them in subfolders. I'm interested in recovering the entire folder structure.

this is because if I run a different task, everything from the previous task is overwritten.

furthermore, I need the folder structure for other things downstream

3 years 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)

...

2 years ago
0 Does

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

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

one year ago
0 Does

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

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

SuccessfulKoala55 I can't get it to work... I tried using the pip conf locally and it works, but the agent doesn't seem to be able to install the package

2 years ago
0 How Do I Disable

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

one year 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
0 What Could Be Causing This?

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

2 years ago
Show more results compactanswers