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
HollowKangaroo53
Moderator
3 Questions, 19 Answers
  Active since 22 January 2025
  Last activity 2 months ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
4 Answers
319 Views
0 Votes 4 Answers 319 Views
2 months ago
0 Votes
24 Answers
719 Views
0 Votes 24 Answers 719 Views
7 months ago
0 Votes
12 Answers
503 Views
0 Votes 12 Answers 503 Views
I was giving a look to the TriggerSchedule and I noticed it doesn’t work (at least for me) when I use start_remotely(). The Schedule tasks gets correctly cre...
7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

I only used the env variables I mentioned (I also checked inside the docker-compose.yaml and noticed that only CLEARML_HOST_IP hasn’t a default value, so I tried to set only that env variable, but the result didn’t change). I haven’t any other configuration other than apiserver.conf in /opt/clearml/config with the users. I definitely haven’t seen any configuration.json file for now. Ps: the docker-compose.yaml is just the one inside the repo, without any change to it.

7 months ago
0 I have a problem: I’m upload my model weight on a self hosted clearml server, using the update_wights method. I was thinking that would delete the old weights from the file server once they get updated, since I can only downloaded the latest one from the

Yeah, but it doesn’t make sense to the file name of the file to be uploaded to have any sort of influence over the process, since the models have specifically a name to identify them. Moreover, if those files remain present on the server, but inaccessibile through the api, it’s a bug in any case, I’d say

2 months ago
0 I have a problem: I’m upload my model weight on a self hosted clearml server, using the update_wights method. I was thinking that would delete the old weights from the file server once they get updated, since I can only downloaded the latest one from the

I don’t thinks it’s possible : the checkpoints are output models, and such can be accessed from the task, but from the model class I can get only the url of the last version (as I expected from using update weights, as it does sound like it replaces the old weights with the new ones). Also, even if I could get the urls of the old checkpoints, how can I delete them from the file server? StorageManager doesn’t seem to have any method to delete remote files

2 months ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

The container is still running and doesn’t show any log entry when I start the trigger scheduler remotely

7 months ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

This is the log of the remote run (the local one is just a bunch of “Sleeping until the next pool instead 1.5 minutes” plus the logs of my schedule function as expected). The version of the sdk is 1.17.1

7 months ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

The log of the “clearml-agent-services” only contained this:

7 months ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

Do I maybe need to do something more that I wasn’t aware to start the trigger schedule on the service queue? Or is it better at this point to just manually run a script on the machine and do “start()” instead of “start_remotely()”?

7 months ago
0 I Was Giving A Look To The Triggerschedule And I Noticed It

Exactly, I guess that is exactly the problem probably caused by start_remotely() terminating the process accidentally. The server is 2.0.0-613

7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

I set this in the webserver section of the docker-compose, but it didn’t helped (the double quotes are because a problem in the parsing of the arguments , it has been already reported on GitHub where a read about this fix):

environment:
      WEBSERVER__fileBaseUrl: '"http://192.168.1.83:8081"'
      WEBSERVER__useFilesProxy: 'true'

7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

I noticed th e problem in the preview section of the dataset files: they cannot be shown because they point to localhost, but, if I click on “open image” and then replace localhost with the server ip everything works as expected
image
image
![image](https://clearml-web-assets.s3.amazonaws.com/scoold/i...

7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

Using the webserver ? In the pc where I’m accessing the server from I don’t even have a clearml.conf file in my home, nor I would expect it to be used anyway … Is there any other instance of such configuration file in the server that I’m not aware of?

7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

I just checked and indeed the clearml.conf file that of the user that I used to upload the dataset has indeed set the various servers host as localhost (since for this testing that user was on the same machine as the server). Is this an expected behavior ? I would have thought that such a config only influences the the connection between the cli/ask of the user and the server, but once the data is uploaded it’s duty of the server to provide the right url for whoever is accessing the data

7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

I see as this can be a problem at least when someone wants to migrate the machine on a new domain/ip. In any case, a warning in the documentation would be useful, as the default deploy shown is for localhost, but would brake as soon as someone tries to access those data from the local network instead

7 months ago
0 Helllo, I’Ve A Problem Setting Up Clearml Locally: I Want To Use The Single Up/Domain Configuration, But When I Access The Webui From Another Device It Still Uses Localhost:8081 As Host For The Fileserver, That Is Obviously Not Accessible From Other Devic

Yes, in fact, if I take the urls of the files that the webserver provides me and I replace the localhost part with that ip I can clearly view the underlying data from my browser

7 months ago