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 one year ago

Reputation

0

Badges 1

35 × Eureka!
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K 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...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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,...
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
one year ago
0 Hi All! I Have A Self-Hosted Clearml Instance Running On My Server. I See This In The Docs: """ - Or Manually Edit `~/Clearml.Conf` File, Making Sure The Server Settings (`Api_Server`, `Web_Server`, `File_Server`) Are Configured Correctly, For Example:

Hey @<1523701087100473344:profile|SuccessfulKoala55> thanks for the reply and apologies for the delayed response. I added an nginx webserver on top of the default open-source clearml to route requests from external clients to the host machine's ports 8080, 8008, and 8081. To browse to the UI, I use my personal domain (which resolves to the machines static IP), e.g. None I've redacted it here for privacy if you don't mind.

The only port exposed to the internet is p...

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.

2 years 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

Is there any information on how the ClearML python package authenticates itself with the ClearML server? I am almost certain that the endpoint I am using to check the token validity can only handle the browser session, and fails when the package tries to access files, i.e. the server isn't correctly setup to validate the JWT from the ClearML Python package.

2 years ago
0 Hello All! Does Anyone Know What That Specific Api Endpoint Is For Login Authentication? I Have Reffered To

Hi @<1523701070390366208:profile|CostlyOstrich36> , upon taking a closer look at the documentation, I think I should be using None . I'm going to take a deeper look into the dev tools to see whats up, thanks for the pointer.

2 years ago
Show more results compactanswers