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
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
0 Votes
10 Answers
972 Views
0 Votes 10 Answers 972 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
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
17 Answers
1K Views
0 Votes 17 Answers 1K 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
2 Answers
956 Views
0 Votes 2 Answers 956 Views
one year 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
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years 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
2 Answers
844 Views
0 Votes 2 Answers 844 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
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
28 Answers
1K Views
0 Votes 28 Answers 1K 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 ...
2 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
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hi everyone, I have a quick question: When I use api.files_server : s3://my_minio_instance:9000 in the clearml.conf without a bucket, I get the errors Failed...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year 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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
I am back with another question: Is there a file similar to the .clearml.conf that is project specific (for example in the top-level dir of the project-repos...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
22 Answers
1K Views
0 Votes 22 Answers 1K 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 ...
3 years 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?
2 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K 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
10 Answers
1K Views
0 Votes 10 Answers 1K 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 ...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
2 years ago
0 Votes
3 Answers
953 Views
0 Votes 3 Answers 953 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
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
161 Answers
22K Views
0 Votes 161 Answers 22K Views
Hello! Since today I get AssertionError: Torch not compiled with CUDA enabled for PyTorch 1.8. Tasks that I submitted yesterday to the queue are also not wor...
3 years ago
0 Votes
4 Answers
998 Views
0 Votes 4 Answers 998 Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K 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
Show more results questions
0 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 Are Relatively Small.

Very nice!
Maybe for the long-term future you could look into how to make better use of vertical space. Currently, there are 7 (5 in fullscreen mode)= different sections from content to top of the page. Maybe a compact mode would be nice or less space for content headlines.

3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Not for the logger, I just tested it.

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Now trying changing the default file server.

2 years ago
0 Here Are Two More Questions:

clearml does everything for me 😄

3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Is this really working for you guys? I have no clue what's wrong. Seems so unlikely that my code works with artifacts, datasets, but not logging...

2 years ago
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.

Sounds good. I think it is obvious that immutability has to be managed by the user then, but this is not different from not using clearml-data, so not a disadvantage in my opinion.

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

Seems more like a bug or something is not properly configured on my side.

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

` # Connecting ClearML with the current process,

from here on everything is logged automatically

task = Task.init(project_name="examples", task_name="artifacts example")
task.set_base_docker(
"my_docker",
docker_arguments="--memory=60g --shm-size=60g -e NVIDIA_DRIVER_CAPABILITIES=all",
)

if not running_remotely():
task.execute_remotely("docker", clone=False, exit_process=True)

timer = Timer()
with timer:
# add and upload Numpy Object (stored as .npz file)
task.upload_a...

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

I think in the paid version there is this configuration vault, so that the user can pass their own credentials securely to the agent.

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

@<1576381444509405184:profile|ManiacalLizard2> Just so I understand correctly:
You are saying that in your local, user-specific, clearml.conf you set the api.files_server , but in your remote, clearml-agent, clearml.conf you left it empty?

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

@<1576381444509405184:profile|ManiacalLizard2> Yes, exactly. I just didn't know how, but now it is all working 🙂
And yes, I have multiple credentials in the clearml.conf of the agents. It's not a good solution, but since I am currently limited to the free version of ClearML, it is the best I could do.

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

Thanks a lot, now I think I understand.

Debug samples can only be controlled via api.file_server (or programatically)

Could you guide me how to approach this programmatically? Can I implement my own storage adapter for debug samples with ClearML interfaces or am I on my own?

one year ago
0 Hey, Somehow

Depends on how you start the task afaik. I think clearml-task uses requirements.txt by default, but otherwise clearml will parse your files dependencies or if you changed in clearml.conf it will use your conda/pip environment to generate the requirements.

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Setting the api.files_server: s3://myhost:9000/clearml in clearml.conf works!

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

@<1576381444509405184:profile|ManiacalLizard2> Thank you, but afaik this only works locally and not if you run your task on a clearml-agent!

one year 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
0 I Have A Self-Hosted Clearm-Server And And Clearml-Agent Started With

When I add the file the to repo it works fine just like you said.

3 years ago
0 I Have A Problem That Might Not Directly Be Clearml Related, But Maybe Someone Here Has An Idea: I Run A Clearml-Server On A Machine With 128Gb Ram, 32 Cores And 2 Gpus. On The Same Machine I Run 2 Clearml-Agent Each With Access To 1 Gpu, 12 Cores, An 48G

Yes, I am also talking about agents on different machines. I had two agents on the server machine, which also seem to have been killed. The ones on different machines kept working until 1 or 2 minutes after the clearml-server restarted.

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

3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Thank you. I am still having the issue. I verified that output_uri of Task.init works and also clearml-data with MinIO storage works, but the logger still throws errors

2 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 Hi, Is It Intented Behavior That Models That Are Saved By A Clearml-Agent Will Have The Clearml-Agents User (So The User Of Which Generated The Api Credentials For The Agent) In The "User" Field Of The Model Instead Of The User Who Started The Task?

There is no way to create an artifact/model/dataset without a task, right? Just always inherit from the parent task. And if cloned change the user to the user who did the clone.

(just for my own interest: how much does the enterprise version divert from the open source version? It it just extended or are there core changes to the enterprise version)

2 years ago
0 Hi, Is It Intented Behavior That Models That Are Saved By A Clearml-Agent Will Have The Clearml-Agents User (So The User Of Which Generated The Api Credentials For The Agent) In The "User" Field Of The Model Instead Of The User Who Started The Task?

It is weird though. The task is submitted by the original user and then run on the agent. The task however is still registered by the original user, since it is created by the original user.

Makes more sense to just inherit the user from the task than from the agent?

2 years ago
3 years ago
Show more results compactanswers