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
97 Questions, 644 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

611 × Eureka!
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
How is the first plot in the first image on this site generated? https://clear.ml/docs/latest/docs/fundamentals/logger/ It seems like the standard deviation ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is it possible to set default columns to show on the clearml-server web ui for every user?
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
one year ago
0 Votes
9 Answers
3K Views
0 Votes 9 Answers 3K Views
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K 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...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
I found the following config parameter (related to clearml-data I guess?): sdk.storage.cache.size.cleanup_margin_percent ( integer ) The percentage of cache ...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Another quick question about fileservers and clearml-agent: clearml-agent seems to ignore the output destination set in the task config sdk.development.defau...
2 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
2 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K 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
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K 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...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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:/...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Also is there a way to just run a Dockerfile? So for example my project includes a Dockerfile in the top-level dir. When sending to the agent I would like it...
4 years ago
0 Votes
6 Answers
754 Views
0 Votes 6 Answers 754 Views
Hi everyone, I want to clone a git repo with clearml-agent that has to following url format https://: ACCESS_TOKEN@mygitlab.com /user/repository.git ClearML ...
8 months ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Quick question: Is it possible to see who aborted a task?
3 years ago
Show more results questions
0 Hello Everyone, Quick Question: How Can I Specify That I Want To Run My Task With

Thank you very much, didnt know about that πŸ™‚

2 years ago
0 Quick Question: Does Overriding A Task With Task.Init() Do A Proper Delete Of Debug Samples At An Fileserver Or S3 Host?

Or does MinIO delay deletion somehow? Deleting a task via the web interface also does not result in deletion of debug samples on MinIO

2 years ago
0 Here Are Two More Questions:

But this seems like something that is not related to clearml πŸ™‚ Anyways, thanks again for the explanations!

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

It is not explained there, but do you mean
CLEARML_API_ACCESS_KEY: ${CLEARML_API_ACCESS_KEY:-} CLEARML_API_SECRET_KEY: ${CLEARML_API_SECRET_KEY:-}?

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 Quick Question: Does Overriding A Task With Task.Init() Do A Proper Delete Of Debug Samples At An Fileserver Or S3 Host?

@<1523701087100473344:profile|SuccessfulKoala55> I just did the following (everything locally, not with clearml-agent)

  • Set my credentials and S3 endpoint to A
  • Run a task with Task.init() and save a debug sample to S3
  • Abort the task
  • Change my credentials and S3 endpoint to B
  • Restart the taskThe result are lingering files in A that seem not to be associated with the task. I would expect ClearML to instead error the task or to track the lingering files somewhere, so they can ma...
2 years ago
0 Also Is There A Way To Just Run A Dockerfile? So For Example My Project Includes A

Nvm. I forgot to start my agent with --docker . So here comes my follow up question: It seems like there is no way to define that a Task requires docker support from an agent, right?

4 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

I am also wondering how I integrate my (preexisting) main task in the pipeline. I start my main task like this: python my_script.py --myarg "myargs" . How are the arguments captured? I am very confused, how one integrates this correctly...

3 years ago
0 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 So How Do You Stop It/Restart It?

Okay, great! I just want to run the cleanup services, however I am running into ssh issues so I wanted to restart it to try to debug.

4 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

Maybe something like this is how it is intended to be used?

` # run_with_clearml.py

def get_main_task():
task = Task.create(project="my_project", name="my_experiment", script="main_script.py")
return task

def run_standalone(task_factory):
Task.enqueue(task_factory())

def run_in_pipeline(task_factory):
pipe = Pipelinecontroller()
pipe.add_step(preprocess, ...)
pipe.add_step(base_task_factory=task_factory, ...)
pipe.add_step(postprocess, ...)
pipe.start()

if...

3 years ago
0 Hey Everyone, I Have Another Question: Is It Possible To Change Agent Config For Each Task? E.G.

I mean if I do CLEARML_DOCKER_IMAGE=my_image clearml-task something something it will not work, right?

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

With remote_execution it is command="[...]" , but on local it is command='train' like it is supposed to be.

4 years ago
0 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 Run The Cleanup Service Script, Does It Debug Samples On S3?

Hi @<1523701087100473344:profile|SuccessfulKoala55> Thank you very much.
Is there some way to verify the server uses the correct configuration files? (E.g. see it in the logs/web ui). I Just tried it does not work.
At least I can see the async_delete service complains about a missing secret, so I can start debugging there. I am using the same config as for my agents, but somehow for async_delete it does not work...

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

Now the pip packages seems to ship with CUDA, so this does not seem to be a problem anymore.

4 years ago
0 Hello! Since Today I Get

Is ther a way to see the contents of /tmp/conda_envaz1ne897.yml ? Seems to be deleted after the task is finihsed

4 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

When is the base_task_factory called? At runtime or definition time?

3 years ago
3 years ago
0 I Found The Following Config Parameter (Related To Clearml-Data I Guess?):

I mean, could my hard drive not become full at some point? Can clearml-agent currently detect this?

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

What I get for args when I print it locally is not the same as what ClearML extracts from args .

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

Complete conda log

4 years ago
0 Hi Everyone, I Saw A New Entry In Docker-Compose:

Perfect, just what I always wanted. Looking forward to the MinIo version. Thank you:)

3 years ago
Show more results compactanswers