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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
What is the current state of deleting debug samples? I use s3/minio as my fileserver. If I delete tasks from the UI, are debug samples deleted on S3? If I ru...
one year ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I cannot get clearml-agent with docker containers to work. clearml uses docker run -v /home/.ssh:/root/.ssh to mount the ssh profile into the container. Howe...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there some is_executed_remotely function in clearml?
3 years ago
0 Votes
1 Answers
948 Views
0 Votes 1 Answers 948 Views
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Is there a reason why all clearml.Task methods regarding requirements (e.g. pip requirements) are class methods? Are requirements not stored in a task?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi everyone, I have a question that is not directly related to ClearML: What is the best way to start clearml-server and clearml-agents at startup of a Ubunt...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
I am back with another question: Is there a file similar to the .clearml.conf that is project specific (for example in the top-level dir of the project-repos...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Did someone here already try the https://ngc.nvidia.com/catalog/containers/nvidia:pytorch with clearml? It seems like there is a base conda environmenet wher...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Another question: How can I set the fileserver IP? E.g. I want the artifact locations to point to my proxy server, so that I can support SSL
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
2 years ago
0 Votes
3 Answers
962 Views
0 Votes 3 Answers 962 Views
Hi everyone, is there an option to not mount cache into the docker of an clearml-agent? E.g. datasets are downloaded into the docker and gone when the docker...
one year ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
I found the following config parameter (related to clearml-data I guess?): sdk.storage.cache.size.cleanup_margin_percent ( integer ) The percentage of cache ...
3 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
Hi everyone, I am having problems getting PyTorch Nightly (for torch 2.0 preview) to run on clearml-agent. Here is my log. Maybe someone sees what the issue ...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Quick question: Is it possible to see who aborted a task?
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there something like clearml-data delete --id myid2delete for Tasks?
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hey everyone, when uploading with clearml-data it will print and save a lot of logs (multiple GB) because it prints the progress quite often. How can I make ...
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Another question: Is it possible to specify in which directory to save all the files that clearml-agent creates (e.g. cache files or results of the currently...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hello clearml community, does anyone have an idea how I could integrate/manager CARLA ( https://carla.org/ ) simulator servers with clearml? Usually, I just ...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi everyone, how can I add a new local storage location. clearml is in /opt/clearml and I have now added a second hard driver to my server. How can I make cl...
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Here are two more questions: agent.package_manager.system_site_packages can be used to inherit packages from the system. How does clearml resolve packages/wh...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Anyone else experiencing that tasks that fail are not shown as "failed", but instead keep on running and hogging the clearml-agent?
3 years ago
0 Votes
22 Answers
1K Views
0 Votes 22 Answers 1K Views
Another question: Is it possible to read the dependencies manually from a conda environment.yml? It seems like clearml is not able to fetch the dependencies ...
3 years ago
0 Votes
2 Answers
967 Views
0 Votes 2 Answers 967 Views
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi everyone, I am just wondering whether the bugs regarding the deletion of tasks is fixed in the current version? E.g. this happening when you want to delet...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi everyone, quick question: When clearml-agent sets up the virtual environment with pip, is finding the correct CUDA Version for PyTorch something that pip ...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi everyone, how can I check programmatically whether a task is running remotely and how can I get the hostname? Additionally, retrieving the user name that ...
one year ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
one year ago
Show more results questions
0 Also Is There A Way To Just Run A Dockerfile? So For Example My Project Includes A

Nvm. I forgot to start my agent with --docker . So here comes my follow up question: It seems like there is no way to define that a Task requires docker support from an agent, right?

3 years ago
0 Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (

That I understand. But I think (old) pip versions will sometimes not resolve a package. Probably not the case the other way around.

2 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

To update the task.requirements before it actually creates it (the requirements are created in a background thread)

Why can't it be updated after creation?

3 years ago
0 I Suddenly Get

Maybe deletion happens "async" and is not reflected in parts of clearml? It seems that if I try to delete often enough at some point it is successfull

3 years ago
0 I Suddenly Get

Here is a part of the cleanup service log. Unfortunately, I cannot even download the full log currently, because the clearml-server will just throw errors for everything.

3 years ago
0 Currently, To Provide Ssh Access To The Docker Images For A Task,

I just checked and my user is part of the docker group.

3 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

I see. Thank you very much. For my current problem giving priority according to queue priority would kinda solve it. For experimentation I will sometimes enqueue a task and then later enqueue a another one of a different kind, but what happens is that even though this could be trivially solved, I will have to wait for the first one to finish. I guess this is only a problem for people with small "clusters" where SLURM does not make sense, but no scheduling at all is also suboptimal.
However, I...

3 years ago
3 years ago
0 Did Someone Here Already Try The

I think such an option can work, but actually if I had free wishes I would say that the clearml.Task code would need some refactoring (but I am not an experienced software engineer, so I could be totally wrong). It is not clear, what and how Task.init does what it does and the very long method declaration is confusing. I think there should be two ways to initialize tasks:
Specify a lot manually, e.g. ` task = Task.create()
task.add_requirements(from_requirements_files(..))
task.add_entr...

3 years ago
0 Hi All. Is It Possible To Configure Agent Not To Install Requirements.Txt/Installed Packages And To Use Some Pre-Ready Environment (For Example, Virtualenv Clearml-Agent Runs On)?

Afaik, clearml-agent will use existing installed packages if they fit the requirements.txt. E.g. pytorch >= 1.7 will only install PyTorch if the environment does not already provide some version of PyTorch greater or equal to 1.7.

3 years ago
0 I Cannot Get Clearml-Agent With Docker Containers To Work. Clearml Uses

So it seems to be definitely a problem with docker and not with clearml. However, I do not get, why it works for you but on none of my machine (all Ubuntu 20.04 with docker 20.10)

3 years ago
0 Hi Again, From The Api-Server Logs

` apiserver:
command:
- apiserver
container_name: clearml-apiserver
image: allegroai/clearml:latest
restart: unless-stopped
volumes:
- /opt/clearml/logs:/var/log/clearml
- /opt/clearml/config:/opt/clearml/config
- /opt/clearml/data/fileserver:/mnt/fileserver
depends_on:
- redis
- mongo
- elasticsearch
- fileserver
- fileserver_datasets
environment:
CLEARML_ELASTIC_SERVICE_HOST: elasticsearch
CLEARML_...

2 years ago
0 I Found The Following Config Parameter (Related To Clearml-Data I Guess?):

Thanks for the answer. So currently the cleanup is done based number of experiments that are cached? If I have a few big experiments, this could make my agents cache overflow?

3 years ago
0 What Does

I created an issue on using conda as package manager: https://github.com/allegroai/clearml-agent/issues/44

3 years ago
0 Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (

Unfortunately, I do not know that. Must be before October 2021 at least. I know I asked here how to use the preinstalled version and AgitatedDove14 helped me to get it work. But I cannot find the old thread 😕

2 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

These are the errors I get if I use file_servers without a bucket ( s3://my_minio_instance:9000 )

2022-11-16 17:13:28,852 - clearml.storage - ERROR - Failed creating storage object Reason: Missing key and secret for S3 storage access ( ) 2022-11-16 17:13:28,853 - clearml.metrics - WARNING - Failed uploading to ('NoneType' object has no attribute 'upload_from_stream') 2022-11-16 17:13:28,854 - clearml.storage - ERROR - Failed creating storage object ` Reason: Missing key...

2 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

Yes. What do you mean by unconnected?

2 years ago
0 Hello! Since Today I Get

btw: I also tested the clearml-agent running on a different machine and with python 3.8 and I get the same problems.

3 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

Can you tell me how I create tasks correctly? The PipelineController.add_step takes the task-id/task-name, but I would rather just define a function that returns the task directly, since the base-task may not be already on the clearml-server.

3 years ago
0 I Suddenly Get

It could be that either the clearml-server has bad behaviour while clean up is ongoing or even after.

3 years ago
0 Anyone Here With Any Idea Why My Service Tasks Get Aborted When Going To Sleep?

@<1523701435869433856:profile|SmugDolphin23> Good catch. I have a good but unsatisfying message for you guys: I restarted the whole machine (server and agent) and now it works fine ...

one year ago
Show more results compactanswers