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
96 Questions, 642 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

609 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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
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
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
19 Answers
1K Views
0 Votes 19 Answers 1K Views
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 f...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
2 Answers
946 Views
0 Votes 2 Answers 946 Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi everyone, could it be that ClearML does not track packages correctly, that use import names different from their package name? For example scikit-image is...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello everyone! Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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
7 Answers
1K Views
0 Votes 7 Answers 1K Views
I am trying to plot values that are either 0 or 1 (with tensorboardx.add_scalar). However, it doesn't show correctly. Any idea why? (smoothing is 0)
3 years 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...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
2 Answers
980 Views
0 Votes 2 Answers 980 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
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
3 Answers
801 Views
0 Votes 3 Answers 801 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...
11 months ago
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
3 Answers
1K Views
0 Votes 3 Answers 1K 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Is it possible to create clearml-agents with different (compute-) abilities? Possible use cases: Experiments that need more than 12GB of VRAM should only run...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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 ...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
2 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
3 years ago
Show more results questions
0 Did Someone Here Already Try The

But you can manually add them with Task.add_requirements, no?

In my opinion an ugly solution. I would have to keep track of which requirements are missing. Then I would rather just add all requirements manually.

3 years ago
0 Hi Everyone, I Tried To Implement Ssl Support With Nginx And Everything Seems To Work So Far, But I Get "The Following Artifacts Could Not Be Deleted". How Can I Debug This? I Do Not See Any Error In The Logs. I Can Safe Artifacts And Retrieve Them (Howev

Hey, thank you for answering.
I know this issue and I have it sometimes, but my current issue is a direct result of me trying to make SSL work. So I am not asking for help in solving my problem, but only for help how to debug. Finding out which step leads to the artifact not being deleted (e.g. the fileserver cannot be reached by from wherever the delete request is send)

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

I think sometimes there can be dependencies that require a newer pip version or something like that. I am not sure though. Why can we even change the pip version in the clearml.conf?

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

` =============
== PyTorch ==

NVIDIA Release 22.03 (build 33569136)
PyTorch Version 1.12.0a0+2c916ef ... Looking in indexes: ,
Requirement already satisfied: pip in /root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages (22.0.4)
2022-04-07 16:40:57
Looking in indexes: ,
Requirement already satisfied: Cython in /opt/conda/lib/python3.8/site-packages (0.29.28)
Looking in indexes: ,
Requirement already satisfied: numpy==1.22.3 in /opt/conda/...

2 years ago
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 Did Someone Here Already Try The

One last question then I have everything solved: Is it possible to pass clearml the files to analyze manually? For example my setup consists of a run_this.py and this_should_be_run_A.py and this_should_be_run_B.py . I can then programmatically choose which file to import with importlib. Is there a way to tell clearml programmatically to analyze the files, so it can built up the requirements correctly?

3 years ago
0 Did Someone Here Already Try The

Perfect, works! πŸ™‚

3 years ago
0 Did Someone Here Already Try The

AlertBlackbird30 Thanks for asking. Just take everything with I grain of salt I say, because I am also not sure whether I do machine learning the correct way πŸ˜„

I think you got the right idea. I actually do reinforcement learning (RL), so I have multiple RL-environments and RL-agents. However, while the code for the agents differs between the agents, the glue code is the same. So what I do is I call python run_experiment.py --agent http://myproject.agents.my ` _agent --environm...

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

When I passed specific arguments (for example --steps) it ignored them...

I am not sure what you mean by this. It should not ignore anything.

3 years ago
0 Hello! Since Today I Get

One more thing: The cuda_version that clearml finds automatically is wrong.

4 years ago
0 I Am Back With Another Question: Is There A File Similar To The

Yep, I will add this as an issue. Btw: Should I rather post the kind of questions I am asking as an issue or do they fit better here?

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

The default behavior mimics Python’s assert statement: validation is on by default, but is disabled if Python is run in optimized mode (via python -O). Validation may be expensive, so you may want to disable it once a model is working.

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

And in the WebUI I can see arguments similar to the second print statement's.

3 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

3 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
0 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 Delete A Lot Of Tasks.

@<1523701087100473344:profile|SuccessfulKoala55> Only when I delete on self-hosted.
@<1523712723274174464:profile|LazyFish41> WebApp: 1.10.0-357 β€’ Server: 1.10.0-357 β€’ API: 2.24

This has been happening with every version of clearml-server ever. Most probably there should be a queue in front of ES, so it does not process to many request at the same time?

one year ago
0 I Suddenly Get

It could be that either the clearml-server has bad behaviour while clean up is ongoing or even after.

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

Both, actually. So what I personally would find intuitive is something like this:
` class Task:
def load_statedict(self, state_dict):
pass

async def synchronize(self):
    ...

async def task_execute_remotely(self):
    await self.synchronize()
    ...

def add_requirement(self, requirement):
    ...

@classmethod
async def init(task_name):
    task = Task()
    task.load_statedict(await Task.load_or_create(task_name))
    await tas...
3 years ago
0 It Seems Like Clearml Agent Does Not Support Arparse Subparsers, Right?

So missing args that are not specified are not None like intended, but just do not exists in args . And command is a list instead of a single str.

3 years ago
0 Did Someone Here Already Try The

I think such an option can work, but actually if I had free wishes I would say that the clearml.Task code would need some refactoring (but I am not an experienced software engineer, so I could be totally wrong). It is not clear, what and how Task.init does what it does and the very long method declaration is confusing. I think there should be two ways to initialize tasks:
Specify a lot manually, e.g. ` task = Task.create()
task.add_requirements(from_requirements_files(..))
task.add_entr...

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

Or alternatively I just saw that Task.create takes a requirements.txt as an argument. This would also be fine for me, however I am not sure whether I should use Task.create ?

3 years ago
Show more results compactanswers