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 one month ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
21 Answers
630 Views
0 Votes 21 Answers 630 Views
3 years ago
0 Votes
18 Answers
592 Views
0 Votes 18 Answers 592 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
10 Answers
587 Views
0 Votes 10 Answers 587 Views
Is there a reason clearml will use the demo server when there is no ~/clearml.conf ? In my opinion this really has to be changed to throw an error instead. I...
3 years ago
0 Votes
9 Answers
653 Views
0 Votes 9 Answers 653 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
26 Answers
555 Views
0 Votes 26 Answers 555 Views
Another quick question about fileservers and clearml-agent: clearml-agent seems to ignore the output destination set in the task config sdk.development.defau...
9 months ago
0 Votes
5 Answers
651 Views
0 Votes 5 Answers 651 Views
3 years ago
0 Votes
13 Answers
715 Views
0 Votes 13 Answers 715 Views
Hello everyone, I have a question about clearml-agent + ssh. I have valid ssh credentials in ~/.ssh but no .ssh/known_hosts yet. My clearml-agent fails to ex...
3 years ago
0 Votes
30 Answers
598 Views
0 Votes 30 Answers 598 Views
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
2 years ago
0 Votes
30 Answers
686 Views
0 Votes 30 Answers 686 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
30 Answers
647 Views
0 Votes 30 Answers 647 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 ...
2 years ago
0 Votes
3 Answers
794 Views
0 Votes 3 Answers 794 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
4 Answers
683 Views
0 Votes 4 Answers 683 Views
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
one year ago
0 Votes
4 Answers
640 Views
0 Votes 4 Answers 640 Views
one year ago
0 Votes
22 Answers
599 Views
0 Votes 22 Answers 599 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
1 Answers
625 Views
0 Votes 1 Answers 625 Views
Can someone confirm it is not possible to logout with fixed users with the current clearml-server? Logout Failed Unable to find endpoint for name login.logou...
3 years ago
0 Votes
3 Answers
711 Views
0 Votes 3 Answers 711 Views
Is is intended that restarting the server somestimes leads to abortion of experiments on clearml-agents User aborted: stopping task (3) ?
2 years ago
0 Votes
26 Answers
639 Views
0 Votes 26 Answers 639 Views
Hi everyone, is it possible to show the upload progress of artificats? E.g. I use torch.save to store some very large model, so it hangs forever when it uplo...
2 years ago
0 Votes
3 Answers
645 Views
0 Votes 3 Answers 645 Views
one year ago
0 Votes
30 Answers
744 Views
0 Votes 30 Answers 744 Views
I finally got the cleanup_service.py to run. However, now I get errors when trying to load scalars. This is what I found in the logs [ERROR] [clearml.service...
3 years ago
0 Votes
161 Answers
3K Views
0 Votes 161 Answers 3K Views
Hello! Since today I get AssertionError: Torch not compiled with CUDA enabled for PyTorch 1.8. Tasks that I submitted yesterday to the queue are also not wor...
3 years ago
0 Votes
10 Answers
639 Views
0 Votes 10 Answers 639 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
7 Answers
739 Views
0 Votes 7 Answers 739 Views
Hello everyone, quick question: How can I specify that I want to run my task with python -O flag remotely?
one year ago
0 Votes
2 Answers
563 Views
0 Votes 2 Answers 563 Views
2 years ago
0 Votes
4 Answers
682 Views
0 Votes 4 Answers 682 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...
2 years ago
0 Votes
8 Answers
519 Views
0 Votes 8 Answers 519 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...
7 months ago
0 Votes
10 Answers
617 Views
0 Votes 10 Answers 617 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
3 Answers
591 Views
0 Votes 3 Answers 591 Views
When an environment variable is tracked via TRAINS_LOG_ENVIRONMENT="MYENVVAR" will it then be used by the clearml-agent? My env variable is tracked in the GU...
3 years ago
0 Votes
5 Answers
593 Views
0 Votes 5 Answers 593 Views
Also is there a way to just run a Dockerfile? So for example my project includes a Dockerfile in the top-level dir. When sending to the agent I would like it...
3 years ago
0 Votes
6 Answers
595 Views
0 Votes 6 Answers 595 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...
9 months ago
0 Votes
2 Answers
721 Views
0 Votes 2 Answers 721 Views
Hi everyone, is there any difference between the service agent that comes with the server and the normal clearml-agent in --services-mode ?
2 years ago
Show more results questions
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 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

I was wondering whether some solution is builtin in clearml, so I do not have to configure each server manually. However, from your answer I take that this is not the case.

3 years ago
3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

An upload of 11GB took around 20 hours which cannot be right. Do you have any idea whether ClearML could have something to do with this slow upload speed? If not I am going to start debugging with the hardware/network.

2 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

Yea, and the script ends with clearml.Task - INFO - Waiting to finish uploads

2 years ago
0 Any Idea Why Only A Single Instance Of Mujoco Can Be Run With Clearml-Agent? I Run 2 Clearm-Agents, One Per Gpu On My Workstation. However, The Second Task Failes With One Of The Following Errors:

I forgot to add this:
` Here is my error:

Traceback (most recent call last):
File "src/run_gym.py", line 25, in <module>
print(os.environ["MUJOCO_GL"])
File "/home/tim/.clearml/venvs-builds/3.7/lib/python3.7/os.py", line 681, in getitem
raise KeyError(key) from None
KeyError: 'MUJOCO_GL' `
This is at the top of my script.

3 years ago
2 years ago
0 Hello! Since Today I Get

Do you know how I can make sure I do not have CUDA or a broken installation installed?

3 years ago
0 Hello! Since Today I Get

The problem is that clearml installs cudatoolkit=11.0 but cudatoolkit=11.1 is needed. By setting agent.cuda_version=11.1 in clearml.conf it uses the correct version and installs fine. With version 11.0 conda will resolve conflicts by installing pytorch cpu-version.

3 years ago
9 months ago
0 Hello! Since Today I Get

For now I can tell you that with conda_freeze: true it fails, but with conda_freeze: false it works!

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

I have no idea myself, but what the serverfault thread says about man-in-the-middle makes sense. However this also prohibits an automatic solution except for a shared known_hosts file I guess.

3 years ago
0 Hello! Since Today I Get

Did not happen with conda 4.9.2

3 years ago
0 I Suddenly Get

I created an github issue because the problem with the slow deletion still exists. https://github.com/allegroai/clearml/issues/586#issue-1142916619

2 years ago
0 Hi Quick Question About Clearml-Data: It Seems Like It Is Only Using A Single Thread For Compression. Is There A Way To Use Multi-Threading? For Big Datasets It Takes Quite A While To Upload.

Hi @<1523701070390366208:profile|CostlyOstrich36>
Thanks a lot. It seems there is no such option in clearml-data CLI, right?

one month ago
0 Hello! Since Today I Get

Also tried conda version 4.7.12. Same problem.

3 years ago
0 Hello! Since Today I Get

Installs CPU

3 years ago
0 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 Or That Clearml Does?

I have to correct myself, I do not even have CUDA installed. Only the driver and everything CUDA-related is provided by the docker container. This works with a container that has CUDA 11.4, but now I have one with 11.6 (latest nvidia pytorch docker).

However, even after changing the clearml.conf and overriding with CUDA_VERSION, the clearml-agent prints on the docker container agent.cuda_version = 114 ! (Other changes to the clearml.conf on the agent are reflected in the docker, so only...

2 years ago
0 Hello! Since Today I Get

This is the file which installs the GPU version

3 years ago
0 Hello! Since Today I Get
Type "help", "copyright", "credits" or "license" for more information.
>>> from clearml_agent.helper.gpu.gpustat import get_driver_cuda_version
>>> get_driver_cuda_version()
'110'
3 years ago
Show more results compactanswers