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

2 years ago
3 years 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
0 If I Have 1 Machine With A Gpu, Can I Put A Worker On It With Gpu And Two Workers With

yeah, that's fair enough. is it possible to assign cpu cores? I wasn't aware

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

this is the code that's giving me trouble 🤔

one year ago
one year 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
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 )

one year ago
0 We'Re Getting Critical Alerts For Elasticsearch Container Around The Jdk Version. It'S Apparently End-Of-Life. Can You Look Into Upgrading The Image? It Looks Like You'Re Running Fixed Version (7.6.2) Instead Of Picking Up Either Latest Or Some Major/St

"this means the elasticsearch feature set remains the same. and JDK versions are usually drop-in replacements when on the same feature level (ex. 1.13.0_2 can be replaced by 1.13.2)"

3 years ago
0 What Could Be Causing This?

and this should force the model to be uploaded?

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

Monsieur Martin! 1.3.2

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

in particular, I ran the agent with clearml-agent daemon --queue test-concurrency --create-queue --services-mode 2 --docker "ubuntu:20.04" --detached and enqueued 4 tasks to it that sleep 15 minutes.
I can see all 4 tasks running, see

2 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

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

2 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

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

i expected to see 2 tasks running, and then when completed the remaining 2 could start. Is this not the expected behavior?

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?

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

i don't know ahahaha

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

I missed this! nooooo. Please upload the talk

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

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

yes, docker compose

2 years ago
Show more results compactanswers