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
Answered
Hey Everyone. I Have Been Using A Self Hosted Clearml Server For The Past Year. And I’Ve Recently Came Across This Issue:

Hey everyone. I have been using a self hosted clearml server for the past year. And I’ve recently came across this issue:

None

I have a client that is uploading data and experiments outside of our company. But even if we apply the path substitution settings as suggested there there, the debug files are not made available to the client unless he manually changes the address.

After debugging I see that the path substitutions are being correctly mapped at some point in the StorageHelper, but when the code is uploading the figures or files, it still using the original link.

Is it something we can do to fix this?

Thank you for your help!

  
  
Posted 16 days ago
Votes Newest

Answers 5


Thank you so much @<1523701087100473344:profile|SuccessfulKoala55> 😃

  
  
Posted 14 days ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> is there an estimate for when this is going to be released? I tested this PR locally but it did not change the result…

None

  
  
Posted one day ago

Hey @<1523701087100473344:profile|SuccessfulKoala55> Thanks for answering.

I have my path substitution in the format of

{
registered_prefix = “ None
local_prefix = “ None
},

But even though in the Storage helper the replacement is done correctly in the task init, afterwards the paths of the files (model checkpoints, figures, etc) still go over to “ None ……..”

So if the replacement happens I am not sure why it fails to apply it afterward…

  
  
Posted 14 days ago

@<1696331945367048192:profile|SharpClams58> I've pushed a fix to the SDK which will probably be released at the start of next week which should solve this

  
  
Posted 14 days ago

Hi @<1696331945367048192:profile|SharpClams58> , this looks like a bug the makes the SDK not perform substitutions when registering the link. However, please note that if you've correctly applied the substitutions, the URL to which the file will actually get uploaded should be the substituted one - is that what happens?

  
  
Posted 16 days ago