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
I Deployed The Clearml Server To An Ec2 Instance And Created

I deployed the clearml server to an EC2 instance and created https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#using-hashed-passwords .
Now I could login to the web UI and generate app credentials in order to configure my clearml agent.
But finally the following error keeps happening when I try to submit a task to my clearml server 🤔 .
Any ideas?
Thanks.
Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fae2fbf1a60>, 'Connection to <My server IP address> timed out. (conn ect timeout=3.0)')': /auth.login
Edit: never mind, the problem is solved by editing the EC2's security policy to allow access for TCP at port 8008 (the API server).

  
  
Posted 2 years ago
Votes Newest

Answers


Nice work :) PunyBee36

  
  
Posted 2 years ago
506 Views
1 Answer
2 years ago
one year ago
Tags
Similar posts