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
RotundHedgehog76
Moderator
17 Questions, 62 Answers
  Active since 10 January 2023
  Last activity 9 months ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
0 Answers
624 Views
0 Votes 0 Answers 624 Views
There seems to be a quirk in the behaviour of clearml-session when running clearml-session all the arguments get stored as future defaults in ~/.clearml_sess...
2 years ago
0 Votes
4 Answers
568 Views
0 Votes 4 Answers 568 Views
Hello 😊 I noticed that clearml has a sort of a " language " of referencing the Task's arguments, such as Args/batch or Args/task_id . This is used in Optuna...
2 years ago
0 Votes
1 Answers
526 Views
0 Votes 1 Answers 526 Views
Hello, we have started to recieve these erros in the console: > ClearML Task: created new task id=1ad0038289c54c9d92cb46668c2ffd96 > 2023-03-09 12:18:16,783 ...
one year ago
0 Votes
5 Answers
575 Views
0 Votes 5 Answers 575 Views
Hi, I tried to make a clearml Dataset using the clearml-data and MNIST but I always get a 413 Request Entity Too Large We have our own ClearML deployment on ...
2 years ago
0 Votes
3 Answers
606 Views
0 Votes 3 Answers 606 Views
Hello, Would you be so kind to update the allegroai/clearml-agent-services to use a newer ubuntu than 22.04? We just had to rebuild a custom image because it...
one year ago
0 Votes
2 Answers
525 Views
0 Votes 2 Answers 525 Views
Hello, We use clearml agents in daemon mode. This writes the logs to /tmp. however when the agent dies, it deletes the logs as well and we dont know why it d...
9 months ago
0 Votes
4 Answers
545 Views
0 Votes 4 Answers 545 Views
What what I can see, there is no task status "aborted" , only "stopped" . Is that correct?
one year ago
0 Votes
7 Answers
564 Views
0 Votes 7 Answers 564 Views
Hey, we've experienced some issues with Clearml Trigger Schedulers we were playing with in the last few days. This is what happened: We have a trigger listen...
one year ago
0 Votes
2 Answers
580 Views
0 Votes 2 Answers 580 Views
Hello, we have issues with clearml-agent when using standalone mode. It seems when in standalone mode, the agent wont ever try to clone the repo 😓 it always...
one year ago
0 Votes
7 Answers
630 Views
0 Votes 7 Answers 630 Views
Hey, I tried to use clearml-data with PascalVOC2007 and something weird happened: $ wget -q $ tar xf VOCtrainval_06-Nov-2007.tar $ cd VOCdevkit/VOC2007 $ ls ...
2 years ago
0 Votes
26 Answers
577 Views
0 Votes 26 Answers 577 Views
one year ago
0 Votes
7 Answers
626 Views
0 Votes 7 Answers 626 Views
Hey, perhaps a weird question but: Do you have the clearml logo in higher res? Haha im trying to build a slack agent with the green "C" logo but all the imag...
2 years ago
0 Votes
22 Answers
556 Views
0 Votes 22 Answers 556 Views
Hello all 😊 Has anyone attempted to use JupyterHub (not JupyterLab!) server with ClearML? We would like to run jupyterhub and spawn small jupyterlab instanc...
2 years ago
0 Votes
3 Answers
642 Views
0 Votes 3 Answers 642 Views
You seem to have an error in documentation or in the script help. https://clear.ml/docs/latest/docs/apps/clearml_session states that using --skip-docker-netw...
2 years ago
0 Votes
7 Answers
691 Views
0 Votes 7 Answers 691 Views
Hello, What exactly is the difference between the pip mode and the docker mode of the clearml-agent ? In the typical workflow shown in https://clear.ml/docs/...
2 years ago
0 Votes
4 Answers
570 Views
0 Votes 4 Answers 570 Views
Hello, Is there a way to completely disable the apt update at the start of a training?
one year ago
0 Votes
3 Answers
576 Views
0 Votes 3 Answers 576 Views
Hello, I believe you have a bug in https://github.com/allegroai/clearml-agent/blob/master/docker/services/entrypoint.sh#L20 - The shebang says /bin/sh - But ...
one year ago
0 What What I Can See, There Is No Task Status

Ok great. We were writing clearml triggers and they didn't work with "aborted". 😅
I would kindly suggest perhaps adding a set of all statuses in the docs

one year ago
0 Hello All

I succeeded with your instructions, so thank you!

However, we concluded that we don't want to run it through ClearML after all, so we ran it standalone.

But, I'll update you if we ever run it with ClearML so you could also provide it

2 years ago
0 Hello All

Hey AgitatedDove14 ,

This sort of works but not quite. The process runs sucessfully (i can attach the container, ping thr JPH etc) however the portforwarding fails.

When I do the port forward on my own using ssh -L also seems to fail for jupyterlab and vscode, too, which i find odd

2 years ago
0 Hello All

We've sucessfully deployed it without helm with custom made docker-compose and makefiles 😄

2 years ago
0 Hello

By language, I meant the syntax. What is Args and what is batch in Args/batch and what other values exist 😀

By commit hash, I mean the hash od the commit a task was run from. I wish to refer to that commit hash in another task (started with a triggerscheduler) in code

2 years ago
0 Hi, I Tried To Make A Clearml Dataset Using The

Haha we manage our own deployment without k8s, so no dice there

But, it turns out we are using nginx as a reverse proxy so putting a client_max_body_size inside a nginx.conf solved it for us. Thanks :))

2 years ago
0 Hey, I Tried To Use

Latest clearml, freshly installed today

2 years ago
0 Hey, I Tried To Use

Thank you for the suggestions, I'll let you know tmrw!

2 years ago
0 Hello, Is There A Way To Completely Disable The Apt Update At The Start Of A Training?

Yes, thank you. That's exactly what I'm refering to.

The agent is deployed on our on-premise machines

one year ago
0 Hello, What Exactly Is The Difference Between The Pip Mode And The Docker Mode Of The

CostlyOstrich36 this sounds great. How do I accomplish that?

2 years ago
0 Hello, What Exactly Is The Difference Between The Pip Mode And The Docker Mode Of The

This means that an agent only ever spins up one particular image? I'd like to define different container images for different tasks, possibly even build them in the process of starting a task. Is such a thing possible?

2 years ago
0 Hello

trigger.add_task_trigger(name='export', schedule_task_id=SCHEDULE_ID, task_overrides={...})I would like to override the commit hash of the SCHEDULE_ID with task_overrides

2 years ago
0 Hey, I Tried To Use

FrothyDog40 thanks, the . works 😄

2 years ago
0 Hey, We'Ve Experienced Some Issues With Clearml Trigger Schedulers We Were Playing With In The Last Few Days. This Is What Happened:

Yeah, you are right.

We use an empty queue to enqueue our tasks in, just to trigger the scheduler 😅 it's only importance is that the experiment is not enqueued anywhere else, but the trigger then enqueues it

It's just that the trigger is never triggered
(Except when a new task is created - this was not the case)

one year ago
one year ago
0 Hey, We'Ve Experienced Some Issues With Clearml Trigger Schedulers We Were Playing With In The Last Few Days. This Is What Happened:

Unfortunately, no, I can't paste the whole code. In a nutshell, the trigger spawns a new GCE instance with a clearml-agent running to schedule the experiments in Cloud.
This is an excerpt:

def gcp_start_trigger(task_id: str):
    curr_task = Task.get_task(task_id)
    #curr_task.reset(force=True)
    config = extract_config(curr_task)
    machine_type = config.get('machine-type')
    queue_name = f"gcp/{machine_type}"
    ensure_queue(queue_name)  # creates a new queue if it doesn't...
one year ago
0 Hello All

Mostly the configurabilty of clearml-session and how it was designed. Jupyterhub spawns a process at :8000 which we had to port foreward by hand, but spawning new docker containers using jupyterhub.Dockerspawner and connecting them to the correct network (the hub should talk to them without --network host ) seem too difficult or even impossible.

Oh, and there was no JupyterHub stdout in the console output on clearml server, it shows the jupyterlab's output by default

2 years ago
0 Hi, I'M Having An Issue Getting A Clearml-Agent Machine With A Rtx 3090 To Train Remotely Because It Can'T Install Pytorch. My Local Development Environment (Also With A 3090) Has Torch == 1.12.1+Cu113 Which I Installed With The Command:

I think I know why though.

Clearml tries to install a package using pip, and pip cannot find the installation because it's not on pypi but it's listed in the pytorch download page

one year ago
Show more results compactanswers