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
DepravedSheep68
Moderator
2 Questions, 16 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
19 Answers
534 Views
0 Votes 19 Answers 534 Views
I am doing port forwarding of ports from localhost clearml server in EC2 instance to the ports in laptop locally. I am able to login to the server and genera...
one year ago
0 Votes
12 Answers
665 Views
0 Votes 12 Answers 665 Views
How can I start the clearml server after creating ec2 instance from AMI? Running https://:8080 does not open web ui How can I launch web ui and get credentia...
one year ago
0 I Am Doing Port Forwarding Of Ports From Localhost Clearml Server In Ec2 Instance To The Ports In Laptop Locally. I Am Able To Login To The Server And Generate The Credentials But I Am Not Able To Create Task

DeterminedCrab71 does the artifacts and results send to clearml ec2 server accessible to anyone or it would be perfectly private and confidential??

also it would be great if you could direct me to relevant documentation, where all of the atifacts and plots displayed in cleaml-server are stored to particular s3 bucket and all of the information displayed in the server comes from s3 bucket!!

one year ago
0 I Am Doing Port Forwarding Of Ports From Localhost Clearml Server In Ec2 Instance To The Ports In Laptop Locally. I Am Able To Login To The Server And Generate The Credentials But I Am Not Able To Create Task

If I am doing port forwarding then I just need to add s3 bucket name right?? credentials and everything related to aws will be taken automatically!?

one year ago
0 How Can I Start The Clearml Server After Creating Ec2 Instance From Ami? Running

[ec2-user@ip-10-0-3-229 ~]$ curl `

<!DOCTYPE html><html lang="en"><head>

<meta charset="utf-8"> <title>ClearML</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="icon" type="image/x-icon" href="favicon.ico?v=7"> <script> if (global === undefined) { var global = window; } </script> <script src="env.js"></script> <style>@-webkit-keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(...

one year ago
one year ago
0 How Can I Start The Clearml Server After Creating Ec2 Instance From Ami? Running

It is showing some content on localhost:8080 but if I put public IP address of ec2 instance then terminal is not responding anything!!!

curl http://x.xxx.xx.xxx:8080

one year ago
0 How Can I Start The Clearml Server After Creating Ec2 Instance From Ami? Running

DeterminedCrab71 what will curl command do??? I have self hosted server on ec2 so do I need to change localhost to public IP address?

one year ago