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
ThickSeaurchin47
Moderator
6 Questions, 41 Answers
  Active since 20 February 2023
  Last activity 2 years ago

Reputation

0

Badges 1

41 × Eureka!
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
C..
C an you report a plotly+dash graph in clearml? Alternatively d3.js?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
The GitHub mentions arm. Is there a arm distribution of the server containers?
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Regarding my prior message https://clearml.slack.com/archives/CTK20V944/p1676835003941689 It seems the Linux docker containers are causing my server to not b...
2 years ago
0 Votes
31 Answers
161K Views
0 Votes 31 Answers 161K Views
aws
2 years ago
0 Separate Problem From The Above. I Cannot Get The Clearml-Init Command To Accept Credentials Made By My Clearml Self-Hosted Web App. I Am Running The Web App Docker Container On A Rhel Server With The Ports As Described By Clearml’S Docs Open To Tcp I

clearml-init
ClearML SDK setup process

Please create new clearml credentials through the settings page in your clearml-server web app (e.g. None )
Or create a free account at None

In settings page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuration here:
api {
web_server: http://:8080
api_server: http://
:8008
file...

2 years ago
0 Hello, I Have A Self-Hosted Clearml Instance. I Want To Save All Recorded Artifacts & Models On Onedrive Instead Of S3/Gstore/Local. I Have A Rclone Mount Of Onedrive On My Clearml Server, And I’M Running The Linux Docker Container For Clearml. I’Ve Loo

As I’ve used it, rsync is akin to scp, but provides more control.

There are two things I want to accomplish with this:

  • I want a reliable location to store my tasks without needing to worry about running out of space.
  • I want to be able to access these stored tasks in the clearml ui when they are in this storage
    While rsync would let me backup the file server contents, like cp’ing them into a rclone of onedrive. I don’t think it would let me view tasks that I have put on onedrive.
2 years ago
0 Hello, I Have A Self-Hosted Clearml Instance. I Want To Save All Recorded Artifacts & Models On Onedrive Instead Of S3/Gstore/Local. I Have A Rclone Mount Of Onedrive On My Clearml Server, And I’M Running The Linux Docker Container For Clearml. I’Ve Loo

Thank you!

I wasn’t getting my hopes up on storing tasks elsewhere :)

For the models & artifacts is there a parameter to change the default directory of saving and loading to something else?

2 years ago
0 Hello, I Have A Self-Hosted Clearml Instance. I Want To Save All Recorded Artifacts & Models On Onedrive Instead Of S3/Gstore/Local. I Have A Rclone Mount Of Onedrive On My Clearml Server, And I’M Running The Linux Docker Container For Clearml. I’Ve Loo

If a external storage is not specified it will use internal correct?

So if I give up on having specific folder paths for each project within onedrive I could just treat it as a alternative path for internal artifact storage.

2 years ago
0 The Github Mentions Arm. Is There A Arm Distribution Of The Server Containers?

And I’m still having my other issues I mentioned. I’m just ignoring the unreachable machines for the moment.

2 years ago
0 Hello, I Have A Self-Hosted Clearml Instance. I Want To Save All Recorded Artifacts & Models On Onedrive Instead Of S3/Gstore/Local. I Have A Rclone Mount Of Onedrive On My Clearml Server, And I’M Running The Linux Docker Container For Clearml. I’Ve Loo

This answered my question, I ended up setting up minio running off of a external hard drive which backups to onedrive.

Though I am still having some problems getting the client to connect to minio (see recent thread)

2 years ago
0 The Github Mentions Arm. Is There A Arm Distribution Of The Server Containers?

I’m going to give QEMU a try and see if it performs well enough for me

2 years ago
0 Separate Problem From The Above. I Cannot Get The Clearml-Init Command To Accept Credentials Made By My Clearml Self-Hosted Web App. I Am Running The Web App Docker Container On A Rhel Server With The Ports As Described By Clearml’S Docs Open To Tcp I

From running it with the credentials I got with the non-self-hosted clearml instance

clearml-init
ClearML SDK setup process

Please create new clearml credentials through the settings page in your clearml-server web app (e.g. None )
Or create a free account at None

In settings page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuratio...

2 years ago
0 I’M Trying To Use Minio With Clearml As A External Storage. I Am Having Problems With The Configuration File For The Clearml Client When I Use The Output_Uri Parameter Of Task.Init What Do I Put There? I Am Currently Doing Task.Init(… Output_Uri=“S3://I

This error is thrown by a failed .get() function call on the StorageHandler object I looked at the ._ _ dict _ _.keys() parameter list of the StorageHandler, and I don't see anyway to access the dictionary directly.

2 years ago
0 I’M Trying To Use Minio With Clearml As A External Storage. I Am Having Problems With The Configuration File For The Clearml Client When I Use The Output_Uri Parameter Of Task.Init What Do I Put There? I Am Currently Doing Task.Init(… Output_Uri=“S3://I
>>> print(json.dumps(config_obj.get("sdk"), indent=2))
{
  "storage": {
    "cache": {
      "default_base_dir": "~/.clearml/cache"
    },
    "direct_access": [
      {
        "url": "file://*"
      }
    ]
  },
  "metrics": {
    "file_history_size": 100,
    "matplotlib_untitled_history_size": 100,
    "images": {
      "format": "JPEG",
      "quality": 87,
      "subsampling": 0
    },
    "tensorboard_single_series_per_graph": false
  },
  "network": {
    "file_upload_retries":...
2 years ago
0 I’M Trying To Use Minio With Clearml As A External Storage. I Am Having Problems With The Configuration File For The Clearml Client When I Use The Output_Uri Parameter Of Task.Init What Do I Put There? I Am Currently Doing Task.Init(… Output_Uri=“S3://I

It gave no import error, and I'm still having problems. I returned to my original script and it shows some file transfer print statements, but I don't see the files appearing in minio

2 years ago
0 Regarding My Prior Message

With only those docker containers running I’m having this issue. In a few hours I’m going to test on a additional machine to confirm

2 years ago
Show more results compactanswers