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
HighCoyote66
Moderator
13 Questions, 36 Answers
  Active since 11 August 2023
  Last activity 6 months ago

Reputation

0

Badges 1

35 × Eureka!
0 Votes
6 Answers
724 Views
0 Votes 6 Answers 724 Views
11 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
2 Answers
569 Views
0 Votes 2 Answers 569 Views
8 months ago
0 Votes
6 Answers
721 Views
0 Votes 6 Answers 721 Views
6 months ago
0 Votes
4 Answers
698 Views
0 Votes 4 Answers 698 Views
Hi all, I am using ClearML explicit task execution to run tasks on a self-hosted ClearML server. I have clearml-agent installed in a conda environment (pytho...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hello all! Does anyone know what that specific API endpoint is for login authentication? I have reffered to this documentation and I am trying to curl ClearM...
one year ago
0 Votes
13 Answers
644 Views
0 Votes 13 Answers 644 Views
Hi all, I am using a self-hosted clearml instance. I'm exploring the report feature and ran into a bug. Steps to reproduce: - Have self-hosted ClearML instan...
8 months ago
0 Votes
3 Answers
563 Views
0 Votes 3 Answers 563 Views
Hi all! I've been using the self-hosted ClearML for a while and it's amazing, thank you guys for the excellent work. I recently discovered the ClearML agent,...
7 months ago
0 Votes
3 Answers
941 Views
0 Votes 3 Answers 941 Views
Hey everyone! I've deployed the open-source ClearML service under my university's network, however I am now having some difficulties accessing the service, a...
one year ago
0 Votes
4 Answers
967 Views
0 Votes 4 Answers 967 Views
one year ago
0 Votes
3 Answers
876 Views
0 Votes 3 Answers 876 Views
Hey all! I am trying to use the clearml-agent to execute tasks scheduled in the ClearML WebUI, however I have some issues and I was wondering how the Agent w...
one year ago
0 Votes
3 Answers
879 Views
0 Votes 3 Answers 879 Views
Regarding the open source, self-hosted version of the ClearML Server, I was wondering what the agent-services is doing in this docker-compose. Isn't the agen...
one year ago
0 Votes
13 Answers
837 Views
0 Votes 13 Answers 837 Views
one year ago
0 Hi Everyone, I'M Using A Self-Hosted Clearml Server And I Added A Small Nginx-Reverse Proxy To Sit In Front Of The Fileserver So At Least There'S Some Level Of Security To The Files. I'M Trying To Test It Now Using A Small Experiment, And I"M Running Into

It works fine in the browser when you try to access None , it gets blocked when you haven't logged in via the /login page first. I didn't forsee how the package may need to access this endpoint, meaning it'll also need a valid JWT in it's header.

one year ago
0 Hi Everyone, I'M Using A Self-Hosted Clearml Server And I Added A Small Nginx-Reverse Proxy To Sit In Front Of The Fileserver So At Least There'S Some Level Of Security To The Files. I'M Trying To Test It Now Using A Small Experiment, And I"M Running Into

Everything works fine when I access the /files endpoint from a browser after logging in via the webserver. However, when I run an experiment using the ClearML Python package and it tries to upload the artifacts to the /files endpoint, it gets blocked with a 401 Unauthorized error.

I’ve checked the ClearML Python package and it seems to be attaching the auth headers correctly. However, the JWT token it’s using is different from the one used by the browser, and it’s not being accepted by the s...

one year ago
0 Hi Everyone, I'M Using A Self-Hosted Clearml Server And I Added A Small Nginx-Reverse Proxy To Sit In Front Of The Fileserver So At Least There'S Some Level Of Security To The Files. I'M Trying To Test It Now Using A Small Experiment, And I"M Running Into

Yes @<1523701087100473344:profile|SuccessfulKoala55> , I'm using a Lua script which makes a light api call to /users.get_current_user to check the validity of the JWT, not just its existence, before access the /files endpoint. This way, trying to access before logging in (no presence of token/invalid token) gets blocked, and logging in (presence of valid token in request header) grants access to the files. Works all fine and dandy in the browser, but I'm now realizing the application itself ...

one year ago
Show more results compactanswers