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
MotionlessCoral18
Moderator
7 Questions, 40 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

40 × Eureka!
0 Votes
5 Answers
660 Views
0 Votes 5 Answers 660 Views
Hi all. I was using clearml server hosted on a box that i reach behind traefik using alias for web, file and api. After migration It works perfect for new ex...
2 years ago
0 Votes
9 Answers
710 Views
0 Votes 9 Answers 710 Views
How can i modify the line executed by the agent at the beginning Executing: ['docker', 'run', '-t', '--gpus', 'all', '-l', 'clearml-worker-id=islin-hdplnod05...
2 years ago
0 Votes
30 Answers
767 Views
0 Votes 30 Answers 767 Views
2 years ago
0 Votes
14 Answers
774 Views
0 Votes 14 Answers 774 Views
Hi there. I have my own clearml server working on http://clearml.10.68.0.250.nip.io , i try to push my artefact on a minio server hosted at the http://minio....
aws
2 years ago
0 Votes
7 Answers
782 Views
0 Votes 7 Answers 782 Views
Hello. I'm running some pytorch-ignite code inside a docker clearml-agent. At some point, i have a checkpoint that should upload information from inside the ...
2 years ago
0 Votes
8 Answers
798 Views
0 Votes 8 Answers 798 Views
2 years ago
0 Votes
10 Answers
843 Views
0 Votes 10 Answers 843 Views
Hi there. When trying to launch my specific docker, it fails launching clientml-agent inside the container due to this... cp: failed to access '/root/default...
2 years ago
0 Hi There. I Have My Own Clearml Server Working On

Ok, it works i need to specify :80 also in the output_uri from my python file !

2 years ago
0 Hi There. When Trying To Launch My Specific Docker, It Fails Launching Clientml-Agent Inside The Container Due To This...

I saw this part of the configuration file but i don't know exactly which key is used as mount point for configuration file ?

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

The addresses seems strange, is this the hostname?

I use the nip services to have subdomains: clearml.domain api.domain and file.domain that points to the same host.

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

i tried so far but it was not so easy, because there is a python executable "update_from_env" that empties the configuration.json file. So i create a file in /mnt/external_files/configs and my configuration.json was read.

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

sudo docker logs clearml-fileserver

This gives no info at all. May be i should increase the log level to debug. The only message i got is about "werkzeug" the default server module of flash that shouldn't be use as production deployement (by the way, why not use gunicorn as entrypoint in docker-compose ?)

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

I take a look a src/app/webapp-common/shared/entity-page/entity-delete/base-delete-dialog.effects.ts.

I see that an error is raised in the mergeMap at line 125, but i'm not familiar enough with Typescript to find why.

2 years ago
0 Hi There. When Trying To Launch My Specific Docker, It Fails Launching Clientml-Agent Inside The Container Due To This...

But after all these modifications, i succeeded in using the clearml-agent. 👍 Great job ! Thank to the clearml team.

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

In docker-compose, image was latest allegroai/clearml:latest when i pull docker images. When i launch it, after installation i have in WebApp following informations : "WebApp: 1.3.1-169 • Server: 1.3.1-169 • API: 2.17"

2 years ago
0 Hi There. When Trying To Launch My Specific Docker, It Fails Launching Clientml-Agent Inside The Container Due To This...

I don't undestand why after specifying /root/clearml.conf , a copy is required to /root/default_clearml.conf . I modified in the code this copy by one that takes a user mounting point and copies it to home directory ~/clearml.conf

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

My files (fs) are deleted but i have the same issue as reported by SuperiorPanda77 , with some undefined value that is said not to be deleted. I guess that as my command deleteFileServerSources works but exit with some strange return value, other commands in the row addFaieldDeletedFiles and deleteProjectFromRoot are not executed (file src/app/webapp-common/shared/entity-page/entity-delete/base-delete-dialog.effects.ts )

2 years ago
0 Hi There. I Have My Own Clearml Server Working On

I define the HOST ( ENDPOINT) like this but it doesn't change anything

2 years ago
0 Hello. I'M Running Some Pytorch-Ignite Code Inside A Docker Clearml-Agent. At Some Point, I Have A Checkpoint That Should Upload Information From Inside The Docker Container To My Minio Server. But I Get A Broken Pipe.

As far i know, a server get a SIG_PIPE event on a socket when a client died too soon or is closed by user, but i don't know who get the broken pipe ? Is it the clearml file server ( who masters the upload, i guess) ? Is it due to my minio server ? Who is the client that died before upload is finished ?

2 years ago
0 How Can I Modify The Line Executed By The Agent At The Beginning

Hello. I think an Issue should at least be opened. Modifications in my code need to be generalized before creating a pull request.

2 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

I was unable to define FILE_BASE_URL inside the docker container. I modify the HTTP constant in app.constants.ts with hard code values, compile the webapp again (npm) and replace it in my docker container and now it works....

2 years ago
0 Hi There. I Have My Own Clearml Server Working On

By default, i put nothing in the task but when i use a ClearMLSaver like this
ClearMLSaver(logger, output_uri=" ")where clearml is my bucket.

one year ago
0 Hi There. I Have My Own Clearml Server Working On

i use a proxy and the port is 80, i need to write it ?

2 years ago
0 Hi There. When Trying To Launch My Specific Docker, It Fails Launching Clientml-Agent Inside The Container Due To This...

I tried to modify all docker_internal_mounts point but the mount point for clearm.conf file still remains the same. May be it is defined on server side ?

2 years ago
Show more results compactanswers