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
97 Questions, 644 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

611 × Eureka!
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I just found out that I have a lot of data in /opt/clearml/fileserver for tasks that I already have deleted. No artifacts are displayed in the WebUI. Anyway ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey guys 🙂 I am wondering what is the best way to make a clearml-server deployment robust? E.g. let's say my server may become unavailable because of a hard...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello! 🙂 I have my own minio setup and everything seems to work fine, however in clearml when I press to download an artifact with an url starting with s3:/...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hey everyone, I have another question: Is it possible to change agent config for each task? E.g. agent.package_manager.system_site_packages = true should be ...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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 ...
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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...
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Anyone here with any idea why my service tasks get aborted when going to sleep?
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K 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?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Btw: There seems to be no support for videos in tensorboard/experiment view (e.g. https://tensorboardx.readthedocs.io/en/latest/tensorboard.html#tensorboardX...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Another question: How can I make clearml-agent use pre-installed version from the nvidia/pytorch ( https://docs.nvidia.com/deeplearning/frameworks/pytorch-re...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone, I saw a new entry in docker-compose: async_delete Can someone tell me, what this is for (there seems to be not documentation or pull request) an...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I can't seem to find documentation on clearml-data except this: https://github.com/allegroai/clearml/blob/master/docs/datasets.md Is there more somewhere? Do...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
28 Answers
2K Views
0 Votes 28 Answers 2K 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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello everyone! Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Anyone else experiencing that tasks that fail are not shown as "failed", but instead keep on running and hogging the clearml-agent?
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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 ...
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
Show more results questions
0 Hello! Since Today I Get

ok, thanks!

4 years ago
0 Hello! Since Today I Get

From the logs when ran with --foreground I I do not see any conda create command.

4 years ago
0 Is There Some

Thanks! 🙂

4 years ago
0 Hello! Since Today I Get

Version 0.17.2 it says

4 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Okay, but are you logs still stored on MinIO with only using sdk.development.default_output_uri ?

3 years ago
0 Hello! Since Today I Get

Yep, this install PyTorch CPU

4 years ago
0 Hello! Since Today I Get

Same error 😕

4 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Is this really working for you guys? I have no clue what's wrong. Seems so unlikely that my code works with artifacts, datasets, but not logging...

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

Seems more like a bug or something is not properly configured on my side.

4 years ago
0 Hello! Since Today I Get
conda env update -p .clearml/venvs-builds/3.8 ./environment.yml

with environment.yml

name: clearml
channels:
  - pytorch
  - anaconda
  - conda-forge
  - defaults
dependencies:
  - pytorch==1.8.0
4 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

But it is not related to network speed, rather to clearml. I simple file transfer test gives me approximately 1 GBit/s transfer rate between the server and the agent, which is to be expected from the 1Gbit/s network.

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

Agent runs in docker mode. I ran the agent on the same machine as the server this time.

4 years ago
0 Hello! Since Today I Get

I will try a minimal version now

4 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

4 years ago
0 Hi, Although

When you say it is an SDK parameter this means that I only have to specify it on the computer where I start the task from, right? So an clearml-agent would read this parameter from the task itself.

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

Yea, it was finished after 20 hours. Since the artifact started uploading when the experiment finishes otherwise, there is no reporting for the the time where it uploaded. I will debug it and report what I find out

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

Nothing changes, still bad owner or permissions.

4 years ago
0 Hello! Since Today I Get
ca-certificates           2021.1.19            h06a4308_1  
certifi                   2020.12.5        py38h06a4308_0  
cudatoolkit               11.0.221             h6bb024c_0  
ld_impl_linux-64          2.33.1               h53a641e_7  
libedit                   3.1.20191231         h14c3975_1  
libffi                    3.3                  he6710b0_2  
libgcc-ng                 9.1.0                hdf63c60_0  
libstdcxx-ng              9.1.0                hdf63c60_0  
ncurses    ...
4 years ago
0 Hello! Since Today I Get

Would it help you diagnose this problem if I ran conda env create --file=environment.yml and see whether it works?

4 years ago
0 I Have A Self-Hosted Clearm-Server And And Clearml-Agent Started With

Seems possible because I didn't know I had to specify an entrypoint somewhere. I will do some additional tests.

4 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

But this means the logger will use the default fileserver or not?

3 years ago
0 Hello! Since Today I Get

How does clearml-agent create the conda environment?

4 years ago
0 Hello! Since Today I Get

Perfect! I have to thank you for helping me, not the other way around!

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

The agent and server have similar hardware also. So I would expect same read/write speed.

4 years ago
0 Hello! Since Today I Get

Installs CPU

4 years ago
Show more results compactanswers