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
FloppySwallow46
Moderator
12 Questions, 26 Answers
  Active since 20 May 2023
  Last activity 7 months ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
22 Answers
582 Views
0 Votes 22 Answers 582 Views
Hey can anyone explain this, my max number of instances is 5 but its showing something like that: its showing 8 instance which does not make sense,
11 months ago
0 Votes
6 Answers
407 Views
0 Votes 6 Answers 407 Views
I spin up a box and notice this was appeared as error on the logs:
7 months ago
0 Votes
2 Answers
499 Views
0 Votes 2 Answers 499 Views
Hey I have a question, Can you monitor the time for one pipeline, I want to observe how much time does my training task take when I run it through the pipeline.
11 months ago
0 Votes
0 Answers
551 Views
0 Votes 0 Answers 551 Views
11 months ago
0 Votes
1 Answers
498 Views
0 Votes 1 Answers 498 Views
Hi guys can you please tell, what does this means..
11 months ago
0 Votes
0 Answers
507 Views
0 Votes 0 Answers 507 Views
Anyhow solved it by creating the new instance!!
11 months ago
0 Votes
8 Answers
501 Views
0 Votes 8 Answers 501 Views
Any idea...?
11 months ago
0 Votes
2 Answers
524 Views
0 Votes 2 Answers 524 Views
hey I wanna know what's this sysntax is? ${random_model_%i.id}
11 months ago
0 Votes
5 Answers
542 Views
0 Votes 5 Answers 542 Views
My task is in pending state, after I enqueued the task its in pending state, need help!!
11 months ago
0 Votes
4 Answers
399 Views
0 Votes 4 Answers 399 Views
7 months ago
0 Votes
0 Answers
578 Views
0 Votes 0 Answers 578 Views
How will I add the agent, so that it listens to the particular que..my task goes to pending and seems like no worker is running.
11 months ago
0 Votes
0 Answers
469 Views
0 Votes 0 Answers 469 Views
its was running fine yesterday
11 months ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,

isn't it strange that one of them working and other got failed? and also when the config says 5 instances why it spun up 8 instances? Any idea about it

11 months ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,
2023-05-22 11:14:25,238 - clearml.Auto-Scaler - INFO - --- Cloud instances (8) ---
2023-05-22 11:14:25,238 - clearml.Auto-Scaler - INFO - 1110204948425405426, regular
2023-05-22 11:14:25,238 - clearml.Auto-Scaler - INFO - 1364006518840029853, regular
2023-05-22 11:14:25,238 - clearml.Auto-Scaler - INFO - 4551653386764087872, regular
2023-05-22 11:14:25,238 - clearml.Auto-Scaler - INFO - 4704932875408438200, regular
2023-05-22 11:14:25,238 - clearml.Auto-Scaler - INFO - 48755565930452715...
11 months ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,

I remove credentials from the config for security purpose, and replaced it with XYZ

{
    "gcp_project_id": "XYZ",
    "gcp_zone": "us-central1-b",
    "gcp_credentials": "XYZ",
    "git_user": "mkerrig",
    "git_pass": "XYZ",
    "default_docker_image": "pytorch/pytorch:1.7.0-cuda11.0-cudnn8-runtime",
    "instance_queue_list": [
        {
            "resource_name": "v100",
            "machine_type": "n1-highmem-4",
            "cpu_only": false,
            "gpu_type": "nvidia-tes...
11 months ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,

I enqueued 5 task to this auto scaler, 4 of them failed but the 5th one is working as expected..those enqued task are the clone of completed task

11 months ago
0 Hey I Wanna Know What'S This Sysntax Is?

I wanna know the language..

11 months ago
0 I Spin Up A Box And Notice This Was Appeared As Error On The Logs:

@<1571670393394040832:profile|LittleDolphin60>

7 months ago
0 I Spin Up A Box And Notice This Was Appeared As Error On The Logs:

its GCP..I spin up a box through auto scaller

7 months ago
7 months ago
0 Any Idea...?

bash: line 1: 1031 Aborted (core dumped) NVIDIA_VISIBLE_DEVICES=all $LOCAL_PYTHON -u -m clearml_agent execute --disable-monitoring --id b7af4abc3c174a32a5612c5c27a7b523
2023-05-24 17:10:00
Process failed, exit code 134

11 months ago
0 Any Idea...?

I can see my process being crashed, I need to know why..if this is the clone of a completed task, then why it produces such error?

11 months ago
0 Any Idea...?

Any who I solved by commenting my code and created bunch of clone task and uncomment the code line by line, the issue was related to task.connect being called multiple times I guess.

11 months ago
0 Any Idea...?

I cloned one of my task which was successfully completed, and I am trying to run it through the autoscaler by enqueing it. No idea why its been crashing again and again,

11 months ago
0 Any Idea...?

it's odd to me as well, what's strange is that, the error was messaged was related to Nvidia and that wasn't the case as well. Anywho, its solved I am happy!!

11 months ago