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
9 Answers
997 Views
0 Votes 9 Answers 997 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
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
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
4 Answers
977 Views
0 Votes 4 Answers 977 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
30 Answers
1K Views
0 Votes 30 Answers 1K Views
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
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
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
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
How many people are actually working at AllegroAI/on ClearML?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
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
1K Views
0 Votes 2 Answers 1K 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...
2 years 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
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
2 Answers
779 Views
0 Votes 2 Answers 779 Views
one year ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hi everyone, I have a quick question: When I use api.files_server : s3://my_minio_instance:9000 in the clearml.conf without a bucket, I get the errors Failed...
2 years ago
0 Votes
3 Answers
945 Views
0 Votes 3 Answers 945 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
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
3 Answers
995 Views
0 Votes 3 Answers 995 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years 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
0 Votes
3 Answers
606 Views
0 Votes 3 Answers 606 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...
8 months 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
10 Answers
970 Views
0 Votes 10 Answers 970 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
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
16 Answers
1K Views
0 Votes 16 Answers 1K 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...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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 ...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
2 years 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
Show more results questions
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.

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

Yea, correct! No problem. Uploading such large artifacts as I am doing seems to be an absolute edge case 🙂

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

I guess this is from clearml-server and seems to be bottlenecking artifact transfer speed.

3 years ago
0 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)

I just realized that I forgot again that I am using importlib and this is probably why everythings weird. I tried to reproduce the error was a smaller project and was not able to get the error again. Sorry for having wasted your time! 😐

3 years ago
0 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 Correctly When

Thanks for your help again. I will just use detect_with_conda_freeze: true . Seems like a perfect solution for me!

3 years ago
3 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
0 Hello! Since Today I Get

I just wanna add: I can run this task on the same workstation with the same conda installation just fine.

3 years ago
0 Hello! Since Today I Get

Did not happen with conda 4.9.2

3 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! Since Today I Get

Thank you! 🙂

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

So only short update for today: I did not yet start a run with conda 4.7.12.
But one question: Actually conda can not be at fault here, right? I can install pytorch just fine locally on the agent, when I do not use clearml(-agent)

3 years ago
0 Hello! Since Today I Get

This is the venc

3 years ago
0 Hello! Since Today I Get

Or there should be an early error for trying to run conda based tasks on pip agents

3 years ago
0 Hello! Since Today I Get

Can you ping me when it is updated in None so I can update my installation?

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

3 years ago
0 Hello! Since Today I Get

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

3 years ago
0 Hello! Since Today I Get

fyi: NVIDIA-SMI 460.56 Driver Version: 460.56 CUDA Version: 11.2

3 years ago
0 Hello! Since Today I Get

And how is

Summary - installed python packages: 
conda:
....

generated?

3 years ago
0 Hello!

Yes, that works fine. Just the http vs https was the problem. The UI will automatically change s3://<minio-address>:<port> to http://<minio-address>:<port> in http://myclearmlserver.org/settings/webapp-configuration . However what is needed for me is https://<minio-address>:<port>

2 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

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

Just tried: also works with 0.17.2

3 years ago
0 Hello! Since Today I Get

This my environment installed from env file. Training works just fine here:

3 years ago
0 Hello! Since Today I Get

But I do not have anything linked correctly since I rely in conda installing cuda/cudnn for me

3 years ago
0 Hello! Since Today I Get

Version 0.17.2 it says

3 years ago
0 Hi Again

Thank you! I agree with CostlyOstrich36 that is why I meant false sense of security 🙂
Thank you SuccessfulKoala55 so actually only the file-server needs to be secured.

2 years ago
Show more results compactanswers