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
4 Answers
981 Views
0 Votes 4 Answers 981 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
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Anyone here with any idea why my service tasks get aborted when going to sleep?
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Another question: How can I set the fileserver IP? E.g. I want the artifact locations to point to my proxy server, so that I can support SSL
2 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
9 Answers
1K Views
0 Votes 9 Answers 1K Views
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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...
3 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
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
2 Answers
845 Views
0 Votes 2 Answers 845 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Quick question: Is it possible to see who aborted a task?
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
2 Answers
783 Views
0 Votes 2 Answers 783 Views
one year ago
0 Votes
10 Answers
973 Views
0 Votes 10 Answers 973 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
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
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...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
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
3 Answers
998 Views
0 Votes 3 Answers 998 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 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
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
3 Answers
955 Views
0 Votes 3 Answers 955 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
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
10 Answers
1K Views
0 Votes 10 Answers 1K 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...
3 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
Show more results questions
0 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 Do Not Want To Copy It, Just Add It To Clearml As Dataset.

Yea, the real problem is that I have very large datasets in network storage. I am looking for a way to add the datasets on the networks storage as clearml-dataset.

2 years ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

I installed as told on pytorch.org : pip3 install --pre torch torchvision torchaudio --index-url None

one year ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

Thanks for researching this issue. If you have time, you can create the issue since you are way more knowledgeable, but I can also open it if you do not have time 🙂

one year ago
0 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 Clearml Use The Additional Storage Space?

Yea, when the server handles the deletes everythings fine and imo, that is how it should always have been.

I don't think it is a viable option. You are looking at the best case, but I think you should expect the worst from the users 🙂 Also I would rather know there is a problem and have some clutter than to hide it and never be able to fix it because I cannot identify which artifacts are still in use without spending a lot of time comparing artifact IDs.

2 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

2 years ago
0 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 Clearml Use The Additional Storage Space?

And how do I specify this in the output_uri ? The default file server is specified by passing True . How would I specify to use the second?

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

[2021-05-07 10:53:00,566] [9] [WARNING] [elasticsearch] POST ` [status:N/A request:60.061s]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 445, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 440, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.6/http/client.py", lin...

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

In the WebUI it just shows that an error happened after the loading bar has been running for a while.
I tried to delete the same tasks again and this time, it instantly confirmed deletion and the tasks are gone.

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

I have no idea whether it is a user error or because of the clearml-server update...

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

I got the error again. Seems to happen only when I try to delete "large" experiments.

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

[2021-05-07 10:52:00,282] [9] [WARNING] [elasticsearch] POST ` [status:N/A request:60.058s]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 445, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 440, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.6/http/client.py", lin...

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

When I select many experiments it will only delete some and show an error message, that some could not be deleted. But if I only select a few, everything works fine.

3 years ago
Show more results compactanswers