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
Is It Possible To Merge

Is it possible to merge None please? It’s blocking us from using ClearML sessions. Thank you 🙂

  
  
Posted one year ago
Votes Newest

Answers 26


screenshot in the PR: None

  
  
Posted one year ago

run how? by using a queue monitored by the autoscaler when running the clearml-session command line tool?

  
  
Posted one year ago

We were just trying to run a plain clearml-session on the AWS autoscaler.

  
  
Posted one year ago

It was a debugging session. We haven’t yet tried a “Standard” non-debugging clearml session.

  
  
Posted one year ago

replied there 🙂

  
  
Posted one year ago

keep in mind this is not a file that can import other modules since its entire contents (and the contents of other files, tcp_proxy.py for example) is being injected into the session

  
  
Posted one year ago

Tagging @<1529271085315395584:profile|AmusedCat74> my colleague with whom we ran into this issue.

  
  
Posted one year ago

I ran again without the debug mode option and got this error:

> 
> Starting Task Execution:
> 
> 
> Traceback (most recent call last):
>   File "/root/.clearml/venvs-builds/3.6/code/interactive_session.py", line 377, in <module>
>     from tcp_proxy import TcpProxy
> ModuleNotFoundError: No module named 'tcp_proxy'
> 
> Process failed, exit code 1
  
  
Posted one year ago

No particular reason. This was our first time trying it and it seemed the quickest way to get off the ground. When I try without I have a similar error trying to connect although that could be due to the instance.

  
  
Posted one year ago

no, quite the opposite. I think the issue is with using the debugging session option - why did you use that?

  
  
Posted one year ago

Should we have run it from the git repo?

  
  
Posted one year ago

I think there's a bug with debugging_session, I'll take a look at it

  
  
Posted one year ago

Cheers 👍

  
  
Posted one year ago

No problem 🙂 Once you’ve merged it, what do we need to do to get the updated version please?

  
  
Posted one year ago

I'll try to release an RC as soon as possible

  
  
Posted one year ago

@<1546665634195050496:profile|SolidGoose91> can you share a way to reproduce that? From what I see this should be working...

  
  
Posted one year ago

@<1546665634195050496:profile|SolidGoose91> commented there again, but just to make this discussion quicker - did you call Task.init() somewhere? Did you modify the interactive session code in any way? (I saw edits in the uncommitted changes)?

  
  
Posted one year ago

I did not touch the interactive session code at all.

I installed clearml-session using pip and ran the above command with a task id from a task I'd already run.

  
  
Posted one year ago

I did not run clearml-session from within the git repo.

  
  
Posted one year ago

Screenshot incoming

  
  
Posted one year ago

Yes

  
  
Posted one year ago

(apologies for delay @<1523701087100473344:profile|SuccessfulKoala55> , we got called into meetings. Really appreciate your reactivity!)

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> I think you’ve been tagged in the PR 🙂

  
  
Posted one year ago

@<1546665634195050496:profile|SolidGoose91> this is actually not trivial (I'll check it out now and explain in the PR)

  
  
Posted one year ago

I have managed to connect. Our EC2 instances run in a private subnet so the ssh connection was not working for that reason I believe. Once I connected to my VPN it now worked.

  
  
Posted one year ago

Thanks for the ping, for some reason I didn't see the email 😞

  
  
Posted one year ago
594 Views
26 Answers
one year ago
one year ago
Tags