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
0 Answers
945 Views
0 Votes 0 Answers 945 Views
clearly the link is 404
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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
14 Answers
1K Views
0 Votes 14 Answers 1K 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...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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
Show more results questions
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 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
3 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 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 Has Anyone Used

i don't know ahahaha

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

Not sure why it tries to establish some http connection, or why it's / ...

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

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

I tested 0.17.2 and 0.17.4

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

um, this line is not doing anything for me 🤔
controller_clearml_task = Task.current_task() controller_clearml_task.set_resource_monitor_iteration_timeout( seconds_from_start=10 )

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

AgitatedDove14 can you please help me with this?

3 years ago
0 Has Anyone Used

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

3 years ago
0 The

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

3 years ago
4 years ago
0 Hi, I'M Trying To Set Up My Trains-Server And I'M Getting The Following:

(base) emilio@unicorn:~$ docker version Client: Docker Engine - Community Version: 19.03.13 API version: 1.40 Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:02:36 2020 OS/Arch: linux/amd64 Experimental: false (base) emilio@unicorn:~$ docker-compose --version docker-compose version 1.17.1, build unknown

4 years ago
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:...."

3 years ago
0 Has Anyone Used

i'm just interested in actually running a prediction with the serving engine and all

3 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 Quick Question About The Cleanup Service: One Argument Is

i'm guessing the cleanup_period_in_days can only actually run every day or whatever if the script is enqueued to services

3 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 Is It Possible To Add Extra Arguments To

I think the issue is that the host is not trusted... it looks like it looks into the index

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

hiya Jake, how do I inject this with the extra_docker_shell_script setting?

2 years ago
Show more results compactanswers