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 11 months ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
7 Answers
634 Views
0 Votes 7 Answers 634 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
1 Answers
590 Views
0 Votes 1 Answers 590 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
4 Answers
644 Views
0 Votes 4 Answers 644 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
7 Answers
699 Views
0 Votes 7 Answers 699 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
7 Answers
777 Views
0 Votes 7 Answers 777 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
648 Views
0 Votes 4 Answers 648 Views
Hello, Is there a way to completely disable the apt update at the start of a training?
one year ago
0 Votes
0 Answers
694 Views
0 Votes 0 Answers 694 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
3 Answers
712 Views
0 Votes 3 Answers 712 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
26 Answers
649 Views
0 Votes 26 Answers 649 Views
one year ago
0 Votes
2 Answers
653 Views
0 Votes 2 Answers 653 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
4 Answers
607 Views
0 Votes 4 Answers 607 Views
What what I can see, there is no task status "aborted" , only "stopped" . Is that correct?
one year ago
0 Votes
6 Answers
644 Views
0 Votes 6 Answers 644 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
22 Answers
622 Views
0 Votes 22 Answers 622 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
2 Answers
605 Views
0 Votes 2 Answers 605 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...
11 months ago
0 Votes
7 Answers
706 Views
0 Votes 7 Answers 706 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
3 Answers
684 Views
0 Votes 3 Answers 684 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
3 Answers
642 Views
0 Votes 3 Answers 642 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 Hello All

I don't think I expressed myself well 😅

My problem is I don't know how to run a jupyterhub Task. Basically what I want is a clearml-session but with a docker container running JupyterHub instead of JupyterLab.

Do I write a Python script? If yes, how can I approach writing it? If not, what are the altenatives?

2 years ago
0 Hello, I Believe You Have A Bug In

I tried to build allegroai/clearml-agent-services on my laptop with ubuntu:22.04 and it failed

one year ago
Show more results compactanswers