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
Any Idea...?

Any idea...?

  
  
Posted one year ago
Votes Newest

Answers 8


bash: line 1: 1031 Aborted (core dumped) NVIDIA_VISIBLE_DEVICES=all $LOCAL_PYTHON -u -m clearml_agent execute --disable-monitoring --id b7af4abc3c174a32a5612c5c27a7b523
2023-05-24 17:10:00
Process failed, exit code 134

  
  
Posted one year ago

Hi @<1570583227918192640:profile|FloppySwallow46> , can you please elaborate on what you were doing, what happened?

  
  
Posted one year ago

bash: line 1: 1031 Aborted (core dumped)

@<1570583227918192640:profile|FloppySwallow46> seems like the processes crashed,

  
  
Posted one year ago

I cloned one of my task which was successfully completed, and I am trying to run it through the autoscaler by enqueing it. No idea why its been crashing again and again,

  
  
Posted one year ago

I can see my process being crashed, I need to know why..if this is the clone of a completed task, then why it produces such error?

  
  
Posted one year ago

Any who I solved by commenting my code and created bunch of clone task and uncomment the code line by line, the issue was related to task.connect being called multiple times I guess.

  
  
Posted one year ago

the issue was related to task.connect being called multiple times I guess.

This is odd?! how would that effect the crash?
Do notice that when you connect objects, each time you call connect you are basically deserializing the configuration from the backend into the code, maybe this somehow effected the object?

  
  
Posted one year ago

it's odd to me as well, what's strange is that, the error was messaged was related to Nvidia and that wasn't the case as well. Anywho, its solved I am happy!!

  
  
Posted one year ago
915 Views
8 Answers
one year ago
one year ago
Tags
Similar posts