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
17 Answers
1K Views
0 Votes 17 Answers 1K 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...
one year ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K 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...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is it possible to set default columns to show on the clearml-server web ui for every user?
one year ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 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
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
2 Answers
995 Views
0 Votes 2 Answers 995 Views
2 years ago
0 Votes
1 Answers
948 Views
0 Votes 1 Answers 948 Views
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
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
4 Answers
984 Views
0 Votes 4 Answers 984 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...
3 years ago
0 Votes
2 Answers
851 Views
0 Votes 2 Answers 851 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...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
What does agent.package_manager.type actually do? I am wondering what happens, if my project uses a package that is only available either on pip or with cond...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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
2 Answers
997 Views
0 Votes 2 Answers 997 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
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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:/...
2 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K 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...
2 years ago
0 Votes
161 Answers
22K Views
0 Votes 161 Answers 22K 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
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
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
2 years ago
Show more results questions
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?

8 months ago
0 I Cannot Get Clearml-Agent With Docker Containers To Work. Clearml Uses

Anyways, from my google search it seems that this is not something that is intuitive to fix.
Is there any progress on this: https://github.com/allegroai/clearml-agent/issues/45 ? This works on all my machines 🙂

3 years ago
0 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 The Credentials Automatically.

Okay, thank you anyways. I was just asking because I thought I had seen such a setting before. Must have been something different.

2 years ago
0 Hello! Since Today I Get
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
_libgcc_mutex=0.1=conda_forge
_openmp_mutex=4.5=1_llvm
absl-py=0.12.0=pypi_0
aiostream=0.4.2=pypi_0
attrs=20.3.0=pypi_0
blas=1.0=mkl
bzip2=1.0.8=h7b6447c_0
ca-certificates=2020.10.14=0
cached-property=1.5.2=pypi_0
cachetools=4.2.1=pypi_0
certifi=2020.6.20=py37_0
chardet=4.0.0=pypi_0
clearml=0.17.4=pypi_0
cloudpickle=1.6.0=py_0
cudatoolkit=11.1.1=h6406543_8
cycler...
3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Not for the logger, I just tested it.

2 years ago
0 Hi, Although

So I have to specify it on every clearml-agent in the respective clearml.conf?

3 years ago
0 When An Environment Variable Is Tracked Via

TRAINS_LOG_ENVIRONMENT=MYENVVAR works. Thank you!

3 years ago
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Interesting. Will probably only matter for very small experiments or experiments, where validation is run very infrequently.

3 years ago
0 Hi, Although

Ok. I just wanted to make sure I have configured my agent properly. Just want to make sure I have to set it on all agents.

3 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.

3 years ago
0 Hi, Although

For me this does not work (at least with nested tqdm bars, did not try single ones yet).

3 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 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

I tried "~=", "==" and "="

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

Is there a simple way to get the response of the MinIO instance? Then I can verify whether it is the MinIO instance or my client

2 years ago
0 Hello! Since Today I Get

I will try again tomorrow. It s getting late! Thank you for helping so far!

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

Thank you. I am still having the issue. I verified that output_uri of Task.init works and also clearml-data with MinIO storage works, but the logger still throws errors

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

I think in the paid version there is this configuration vault, so that the user can pass their own credentials securely to the agent.

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

No. Here is a better example. I have two types of workstations: Type X can execute tasks of type A and B. Type Y can execute tasks of type B. This could be the case if type X workstations have for example more VRAM, newer drivers, etc...
I have two queues. Queue A and Queue B. I submit tasks of type A to queue A and tasks of type B to queue B.

Here is what can happen:
Enqueue the first task of type B. Workstations of type X will run this task. Enqueue the second task of type A. Workstation ...

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

Nvm, that does not seem to be a problem. I added a part to the logs in the post above. It shows that some packages are found from conda.

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

Maybe the difference is that I am using pipnow and I used to use conda! The NVIDIA PyTorch container uses conda. Could that be a reason?

2 years ago
0 Hello Everyone, Quick Question: How Can I Specify That I Want To Run My Task With

Is there a way to specify this on a per task basis? I am running clearml-agent in docker mode btw.

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

I am getting permission errors when I try to use the clearml-agent with docker containers. The .ssh is mounted, but the owner is my local user, so the docker containers root does not seem to have the correct permissions.

3 years ago
Show more results compactanswers