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
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi again 🙂 Is there some documentation on what is actually "secured" via authentication in the self-hosted version? The fileservers for example seems to be ...
3 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
24 Answers
3K Views
0 Votes 24 Answers 3K Views
Hi everyone, is it possible to not create a copy of a dataset when adding to clearml? My data is already in a directory on the clearml-server machine and I d...
3 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
4 Answers
2K Views
0 Votes 4 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
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
Hi everyone, quick question regarding MinIO and logging: task = Task.init( project_name=project_name, task_name=task_name, tags=tags, output_uri=" ", ) torch...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Can someone confirm that agent.python_binary is not working? My agent always chooses the system installation /usr/bin/python3.8 which results in /usr/bin/pyt...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Any idea why I would be getting the following error when running a task in a clearml-agent? (Python 3.7.9, package_manager.type = conda) ERROR: Could not fin...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Quick question about the Results --> Scalars ` view. In tensorboard when using autoscale it will ignore some values for scaling (e.g. very early super high l...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hey everyone, is it possible to set the fileservers in the auto-generated credentials of the users? I use MinIO fileservers and want to provide the url with ...
3 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
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...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hello everyone, where does the clearml-services agent come from? Are experiments executed directly on the server? Or did I start it somehow and forgot it? If...
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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello everyone, does someone know whether it is possible to increase the height of the Results -> Plots? Hard to interact with 3D Plots currently since these...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K 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...
4 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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
one year 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
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Currently, to provide SSH access to the docker images for a task, .ssh is mounted into the docker. Wouldn't a solution like this https://gist.github.com/d11w...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi devs 🙂 I am still having an issue that has been there for a long time: When doing a large batch of deletes (e.g. 100s of experiments with millions of ste...
7 months ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hello everyone, quick question: How can I specify that I want to run my task with python -O flag remotely?
2 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K 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 ...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
How is the first plot in the first image on this site generated? https://clear.ml/docs/latest/docs/fundamentals/logger/ It seems like the standard deviation ...
4 years ago
0 Votes
8 Answers
3K Views
0 Votes 8 Answers 3K 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...
2 years ago
Show more results questions
0 I Have A Self-Hosted Clearm-Server And And Clearml-Agent Started With

Could you elaborate on that:
"So the agent failed to actually restore it from the git (files that are not added are not considered part of the git diff, this is usually git behavior)."

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

I am still trying to solve the add_requirements + importlib combo. If I use detect_with_freeze I can not use add_requirements and if I use automatic code analysis it will not find all packages because of importlib .
For now I come to the conclusion, that keeping a requirements.txt and making clearml parse the requirements from there should be the most robust solution. Unfortunately, there seems to be no way to do this with Task.init .

4 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

What I get for args when I print it locally is not the same as what ClearML extracts from args .

4 years ago
0 I Suddenly Get

It is server version 1.0 and everything that came with it.

4 years ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

@<1576381444509405184:profile|ManiacalLizard2> Thank you, but afaik this only works locally and not if you run your task on a clearml-agent!

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

I mean, could my hard drive not become full at some point? Can clearml-agent currently detect this?

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

Can you explain what you meant by entropy point file? In a new git repository my code works fine.

4 years ago
0 Hello! Since Today I Get

Nvm, I took a look at conda history and there I see it

4 years ago
0 Hello!

To answer my own question: In the WebUI where one inputs the credentials, use https for the host instead of the auto-added http

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

By preexisting task I meant I have existing code that already uses Task.init . I would like to use this code as my main task in my pipeline, i.e. after carla started.

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

I see a python 3 fileserver.py running on a single thread with 100% load.

4 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 😕

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

Also I can see that clearml correctly loads the config
STORAGE S3BucketConfig(bucket='clearml', host='myhost:9000', key='mykey' secret='mysecret', token='', multipart=False, acl='', secure=True, region=None, verify=True, use_credentials_chain=False)

3 years ago
0 Can Someone Confirm That

Is this working in the latest version? clearml-agent falls back to /usr/bin/python3.8 no matter how I configure clearml.conf Just want to make sure, so I can investigate what's wrong with my machine if it is working for you.

4 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

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

When I change the owner and the group of the files to root it works.

4 years ago
0 I Suddenly Get

Restart did not fix it, but somehow looking at tasks works again.

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

Here is how my start_carla .py task looks like currently:

` import os
import subprocess
from time import sleep

from clearml import Task
from clearml.config import running_remotely

def create_task(node):
task = Task.create(
project_name="examples",
task_name="start-carla",
repo="myrepo",
branch="carla-clearml-integration",
script="src/start_carla_task.py",
working_directory="src",
packages=["clearml"],
add_task_init_call=...

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

Nvm. I think I understood. When the file has never been added to repository it is not tracked.

4 years ago
0 Did Someone Here Already Try The

Perfect, works! 🙂

4 years ago
0 Hello Everyone! Is It Possible To Deactivate Package Analysis For Remote Execution? I Run My Code With Clearml-Agent In Docker Mode With Nvidia:Pytorch Container. When Clearml Is Running Inside The Docker The Installed Packages Of The Webui Get Updated. H

The agent is run with pip. However, the docker image uses conda (because NVIDIA uses conda to build PyTorch most probably). My theory is that when the task is run the first time on an agent, Task.init will update the requirements. Then when ran a second time, the task will contain the requirements of the (conda-) environment from the first run.

4 years ago
Show more results compactanswers