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
Clearml-Session Not Working For Me.. Agent Also There.. Its Showimg Clearml-Session Not Found

clearml-session not working for me.. agent also there.. its showimg clearml-session not found

  
  
Posted 11 months ago
Votes Newest

Answers 10


is this enough??

  
  
Posted 11 months ago

@<1561885921379356672:profile|GorgeousPuppy74> currently (again, due to security reasons), clearml-session uses localhost, and that cannot be changed. I suppose you can set up another SSH tunnelling session on the machine, but I've never tried that...

  
  
Posted 11 months ago

yeah.. but i am running clearml-session in aws.. its showing localhost.. how can i change to anywhere IP.

  
  
Posted 11 months ago

Did you install clearml-session?

  
  
Posted 11 months ago

okay cool.. i will try that

  
  
Posted 11 months ago

@<1561885921379356672:profile|GorgeousPuppy74> the clearml-session client is designed to run on your local machine and provide you with an SSH connection to the remote machine running the session, that's the reason it's setting up the SSH tunnel to a local port on the machine it's running on. You can of course try to play around with it, but opening it on a public IP or host is really not recommended since you're providing anyone an open connection to your remote session

  
  
Posted 11 months ago

I'm not sure what you mean - what's showing localhost? Can you share some logs?

  
  
Posted 11 months ago

little worried..

  
  
Posted 11 months ago

this localhost i need it as ip .. like example.. aws public ip.. how can i do that..?? now this is not accessible.. i mean jupyter ..
image

  
  
Posted 11 months ago

yes.. if from clearml side.. there is no option then its fine.. i want this option .. to play with public ip

  
  
Posted 11 months ago