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 one month ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
4 Answers
576 Views
0 Votes 4 Answers 576 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
17 Answers
679 Views
0 Votes 17 Answers 679 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
12 Answers
525 Views
0 Votes 12 Answers 525 Views
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
9 months ago
0 Votes
2 Answers
514 Views
0 Votes 2 Answers 514 Views
9 months ago
0 Votes
16 Answers
755 Views
0 Votes 16 Answers 755 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
2 Answers
664 Views
0 Votes 2 Answers 664 Views
Is there something like clearml-data delete --id myid2delete for Tasks?
2 years ago
0 Votes
15 Answers
619 Views
0 Votes 15 Answers 619 Views
I have a questions about queue priorities with clearml-agent. I have two queues, A and B . Some of my agents support queue A and B with higher priority for B...
3 years ago
0 Votes
17 Answers
756 Views
0 Votes 17 Answers 756 Views
Hey everyone, I have another question: Is it possible to change agent config for each task? E.g. agent.package_manager.system_site_packages = true should be ...
one year ago
0 Votes
3 Answers
711 Views
0 Votes 3 Answers 711 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 ...
2 years ago
0 Votes
4 Answers
700 Views
0 Votes 4 Answers 700 Views
Is it possible to set default columns to show on the clearml-server web ui for every user?
one year ago
0 Votes
2 Answers
449 Views
0 Votes 2 Answers 449 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...
8 months ago
0 Votes
2 Answers
439 Views
0 Votes 2 Answers 439 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...
8 months ago
0 Votes
2 Answers
600 Views
0 Votes 2 Answers 600 Views
Is there some is_executed_remotely function in clearml?
3 years ago
0 Votes
4 Answers
597 Views
0 Votes 4 Answers 597 Views
2 years ago
0 Votes
3 Answers
672 Views
0 Votes 3 Answers 672 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...
3 years ago
0 Votes
5 Answers
669 Views
0 Votes 5 Answers 669 Views
one year ago
0 Votes
24 Answers
749 Views
0 Votes 24 Answers 749 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
28 Answers
755 Views
0 Votes 28 Answers 755 Views
Hi everyone, I am having problems getting PyTorch Nightly (for torch 2.0 preview) to run on clearml-agent. Here is my log. Maybe someone sees what the issue ...
one year ago
0 Votes
3 Answers
342 Views
0 Votes 3 Answers 342 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...
5 months ago
0 Votes
2 Answers
477 Views
0 Votes 2 Answers 477 Views
7 months ago
0 Votes
5 Answers
720 Views
0 Votes 5 Answers 720 Views
one year ago
0 Votes
2 Answers
723 Views
0 Votes 2 Answers 723 Views
Hello everyone! Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?
2 years ago
0 Votes
2 Answers
650 Views
0 Votes 2 Answers 650 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
595 Views
0 Votes 6 Answers 595 Views
Quick question: Is it possible to see who aborted a task?
2 years ago
0 Votes
2 Answers
616 Views
0 Votes 2 Answers 616 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
2 Answers
675 Views
0 Votes 2 Answers 675 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
2 Answers
323 Views
0 Votes 2 Answers 323 Views
5 months ago
0 Votes
10 Answers
720 Views
0 Votes 10 Answers 720 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
1 Answers
563 Views
0 Votes 1 Answers 563 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
21 Answers
630 Views
0 Votes 21 Answers 630 Views
3 years ago
Show more results questions
0 What Does

Ok, nice. Makes sense!

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

In the beginning my config file was not empty 😕

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

clearml==0.17.4
` task dca2e3ded7fc4c28b342f912395ab9bc pulled from a238067927d04283842bc14cbdebdd86 by worker redacted-desktop:0
Running task 'dca2e3ded7fc4c28b342f912395ab9bc'
Storing stdout and stderr log to '/tmp/.clearml_agent_out.vjg4k7cj.txt', '/tmp/.clearml_agent_out.vjg4k7cj.txt'
Current configuration (clearml_agent v0.17.1, location: /tmp/.clearml_agent.us8pq3jj.cfg):

agent.worker_id = redacted-desktop:0
agent.worker_name = redacted-desktop
agent.force_git_ssh...

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.

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

Thank you very much for the fast work!

One last question: Is it possible to set the pip_version task-dependent?

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 (

Yea, but doesn't this feature make sense on a task level? If I remember correctly, some dependencies will sometimes require different pip versions. And dependencies are on task basis.

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

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

I am going to try it again and send you the relevant part of the logs in a minute. Maybe I am interpreting something wrong.

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

Or maybe a different question: What is not

Artifacts and Models. debug samples (or anything else the Logger class creates)

?

Also it is not possible to use multiple files server? E.g. log tasks on different S3 buckets without changing clearml.conf

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

Makes sense, but this means that we are not able to tell clearml-agent where to save on a per-task basis? I see the output_destination set correctly in clearml web interface, but as you say, clearml-agent always uses its api.fileserver ?

9 months ago
0 Can Someone Point Me Whether/How The Services-Agent The Starts With The Clearml-Server Mounts The

In my case I use the conda freeze option and do not even have CUDA installed on the agents.

3 years ago
0 Hello, I Am Looking For A Way To Increase Number Of Images Saved In Results>Debug Samples. Looks Like There Is A Limit Of 100 Images Per Experiment, And All Images Saved After Are Not Displayed In Web Client. I Like To Have First Batch With Predictions V

Thanks for answering. I don't quite get your explanation. You mean if I have 100 experiments and I start up another one (experiment "101"), then experiment "0" logs will get replaced?

2 years ago
0 Hello, I Am Looking For A Way To Increase Number Of Images Saved In Results>Debug Samples. Looks Like There Is A Limit Of 100 Images Per Experiment, And All Images Saved After Are Not Displayed In Web Client. I Like To Have First Batch With Predictions V

AgitatedDove14 I have to problem that "debug samples" are not shown anymore after running many iterations. What's appropriate to use here: A colleague told me increasing task_log_buffer_capacity worked. Is this the right way? What is the difference to file_history_size ?

2 years ago
2 years ago
0 Hello, I Am Looking For A Way To Increase Number Of Images Saved In Results>Debug Samples. Looks Like There Is A Limit Of 100 Images Per Experiment, And All Images Saved After Are Not Displayed In Web Client. I Like To Have First Batch With Predictions V

MortifiedDove27 Sure did, but I do not understand it very well. Else I would not be asking here for an intuitive explanation 🙂 Maybe you can explain it to me?

2 years ago
0 Hello! Since Today I Get

You suggested this fix earlier, but I am not sure why it didnt work then.

3 years ago
0 Hi All. Is It Possible To Configure Agent Not To Install Requirements.Txt/Installed Packages And To Use Some Pre-Ready Environment (For Example, Virtualenv Clearml-Agent Runs On)?

Afaik, clearml-agent will use existing installed packages if they fit the requirements.txt. E.g. pytorch >= 1.7 will only install PyTorch if the environment does not already provide some version of PyTorch greater or equal to 1.7.

2 years ago
0 Hello, I Am Looking For A Way To Increase Number Of Images Saved In Results>Debug Samples. Looks Like There Is A Limit Of 100 Images Per Experiment, And All Images Saved After Are Not Displayed In Web Client. I Like To Have First Batch With Predictions V

Thanks for answering, but I still do not get it. file_history_size decides how many past files are shown? So if file_history_size=100 and I have 1 image/iteration and ran 1000 iterations, I will see images for iteration 900-1000?

2 years ago
0 Hello! Since Today I Get

Yea, will do so in 30min

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

The agent and server have similar hardware also. So I would expect same read/write speed.

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