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
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
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
one year ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K 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 ...
3 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
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hello everyone, I have a question about clearml-agent + ssh. I have valid ssh credentials in ~/.ssh but no .ssh/known_hosts yet. My clearml-agent fails to ex...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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 ...
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hello clearml community, does anyone have an idea how I could integrate/manager CARLA ( https://carla.org/ ) simulator servers with clearml? Usually, I just ...
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K 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 ...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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...
4 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
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
18 Answers
2K Views
0 Votes 18 Answers 2K 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?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi everyone, how can I check programmatically whether a task is running remotely and how can I get the hostname? Additionally, retrieving the user name that ...
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
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Anyone here with any idea why my service tasks get aborted when going to sleep?
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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...
4 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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
When an environment variable is tracked via TRAINS_LOG_ENVIRONMENT="MYENVVAR" will it then be used by the clearml-agent? My env variable is tracked in the GU...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone, is there any difference between the service agent that comes with the server and the normal clearml-agent in --services-mode ?
3 years 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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 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
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...
2 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
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 ...
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
Show more results questions
0 Here Are Two More Questions:

Yea, I don't do anything manually.

4 years ago
0 Hello! Since Today I Get

Quick question: Where again does clearml place the venv? I wanna take a look into it after the task has failed

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

Seems possible because I didn't know I had to specify an entrypoint somewhere. I will do some additional tests.

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

Installs CPU

4 years ago
0 Hello! Since Today I Get

I tried "~=", "==" and "="

4 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

For example in our case we do reinforcement learning and the we would call a script like this: python run_openai_gym.py some_ http://package.my _agent .

4 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

Yes. What do you mean by unconnected?

2 years ago
0 Hi Everyone, I Want To Clone A Git Repo With Clearml-Agent That Has To Following Url Format

Hey, that is unfortunately not possible as there are multiple projects from different users.

8 months 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?

4 years ago
0 I Suddenly Get

Here it is:

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
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

Specific step in the pipeline. The main step (the experiment) is currently just a file with a Task.init ` and then the experiment code. I am wondering how to modify this code such that it can be run in the pipeline or as standalone.

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

Thank you very much for the quick answer. Still so confusing to me that so many things are configured client side 😄

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

3 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/...

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

If you compare the two outputs it put at the top of this thread, the one being the output if executed locally and the other one being the output if executed remotely, it seems like command is different and wrong on remote.

4 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

These are the errors I get if I use file_servers without a bucket ( s3://my_minio_instance:9000 )

2022-11-16 17:13:28,852 - clearml.storage - ERROR - Failed creating storage object Reason: Missing key and secret for S3 storage access ( ) 2022-11-16 17:13:28,853 - clearml.metrics - WARNING - Failed uploading to ('NoneType' object has no attribute 'upload_from_stream') 2022-11-16 17:13:28,854 - clearml.storage - ERROR - Failed creating storage object ` Reason: Missing key...

2 years ago
0 I Suddenly Get

Yea, the one script that is preinstalled.

4 years ago
0 I Suddenly Get

Restart did not fix it, but somehow looking at tasks works again.

4 years ago
0 Hello! Since Today I Get

Mhhm, now conda env creation takes forever since it probably resolves conflicts. At least that is what is happening when I tried to manually install my environment

4 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

3 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
Show more results compactanswers