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
ComfortableHorse5
Moderator
4 Questions, 14 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
7 Answers
519 Views
0 Votes 7 Answers 519 Views
hello, this is the following python code i had saved as main.py. from clearml import Task from clearml.automation.controller import PipelineController task =...
2 years ago
0 Votes
3 Answers
556 Views
0 Votes 3 Answers 556 Views
2 years ago
0 Votes
17 Answers
520 Views
0 Votes 17 Answers 520 Views
As mentioned above, i’m poking around the self-hosted version on AWS. Have question about this part of the documentation https://allegro.ai/clearml/docs/docs...
2 years ago
0 Votes
3 Answers
485 Views
0 Votes 3 Answers 485 Views
am reading through the new docs…. how do i go about creating the cron jobs in the UI https://clear.ml/docs/latest/docs/getting_started/mlops/mlops_best_pract...
2 years ago
0 Hello, This Is The Following Python Code I Had Saved As Main.Py.

hm… after much digging around. I found the problem. A missed configured routing of http://api.testclearml.com to a wrong targetgroup in my ELB .

Once i’ve rerouted to the correct target-group. All is resolved.

Apologies on making a fuss about problem faced. … it’s a bit of a face-palm moment to myself …:)

2 years ago
0 Hello, This Is The Following Python Code I Had Saved As Main.Py.

i tried to run
clearml-inithowever i can’t seem to complete the process, it keeps telling me it could not verify credentials. the following is the example i copy and pasted from the credentials generated via the web ui
api { web_server: api_server: files_server: credentials { "access_key" = ** "secret_key" = ** } }reading from the forums here, i came across past users had this problem, and i decided to manually create the ~/clearm...

2 years ago
0 Hello, This Is The Following Python Code I Had Saved As Main.Py.

curl
results in this error:
` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<title>405 Method Not Allowed</title> <h1>Method Not Allowed</h1> <p>The method is not allowed for the requested URL.</p> `

2 years ago
0 Am Reading Through The New Docs…. How Do I Go About Creating The Cron Jobs In The Ui

Next release ? …. Can’t wait …
Scheduled training is what I’m looking forward to

2 years ago
0 As Mentioned Above, I’M Poking Around The Self-Hosted Version On Aws. Have Question About This Part Of The Documentation

oh yeah, you’re right, i didn’t even check the home directory … my bad..

2 years ago
0 As Mentioned Above, I’M Poking Around The Self-Hosted Version On Aws. Have Question About This Part Of The Documentation

sorry for not being clear. Let me detailed that as much as i can:

  1. Refering to https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_aws_ec2_ami.html . I launch my own EC2 using this “ap-northeast-2 : ami-049f5d9fc4f64d0a8” as my AMI
  2. After EC2 is launched, browsing to it directly via IPADDRESS:8080 is alright for my end.
  3. I then wanted to customize/configure the ClearML Server to use sub-domains instead of ip address. Hence, i’m following this instructions here https...
2 years ago
0 Hello, This Is The Following Python Code I Had Saved As Main.Py.

yeah, i configured using this documentation https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_config.html#sub-domains-and-load-balancers
auth { cookies { httponly: true secure: true domain: ".testclearml.com" max_age: 99999999999 } }

2 years ago
0 As Mentioned Above, I’M Poking Around The Self-Hosted Version On Aws. Have Question About This Part Of The Documentation

sudo docker-compose down sudo docker-compose up -ddon’t think it works that way with this AWS EC2 AMI image, there is no docker.compose.yml file to begin with.

2 years ago
0 As Mentioned Above, I’M Poking Around The Self-Hosted Version On Aws. Have Question About This Part Of The Documentation

ic, when you say shutting down the server, you’re refering to the dockers
clearml-webserver clearml-apiserver clearml-fileserver?
I’ll just stop them and create those *.conf files accordingly and start the dockers again ?

2 years ago