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
Hello Everyone, Can You Help Me With An Issue I Faces Recently? Namely I'Ve Got This Message In Console While Training My Neural Net With Pytorch Lightning (+Clearml): "Traceback (Most Recent Call Last): File "/Home/Ubuntu/Anaconda3/Envs/Recsys-Kf/Lib/P

Hello everyone, can you help me with an issue I faces recently? Namely I've got this message in console while training my neural net with pytorch lightning (+clearml):
"Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/recsys-kf/lib/python3.9/multiprocessing/queues.py", line 251, in _feed
send_bytes(obj)
File "/home/ubuntu/anaconda3/envs/recsys-kf/lib/python3.9/multiprocessing/connection.py", line 205, in send_bytes
self._send_bytes(m[offset:offset + size])
File "/home/ubuntu/anaconda3/envs/recsys-kf/lib/python3.9/multiprocessing/connection.py", line 416, in _send_bytes
self._send(header + buf)
File "/home/ubuntu/anaconda3/envs/recsys-kf/lib/python3.9/multiprocessing/connection.py", line 373, in _send
n = write(self._handle, buf)
BrokenPipeError: [Errno 32] Broken pipe".

I need to say that all the training process comes to an end successfully and at the end I have trained model but still I would prefer not to see this kind of messages 🙂 I was googling about it but nothing really helped me. Setting num_workers=0 makes this message disappear but nothing else happens - I still don't know how to fix this "broken pipe".

Do you have any idea what is happening here? Thanks in advance 😉

  
  
Posted 7 months ago
Votes Newest

Answers 6


@<1554638160548335616:profile|AverageSealion33> , what if you just run a very simple piece of code that includes Task.init() ? One of the examples in the repository, does this issue reproduce?

  
  
Posted 7 months ago

@<1523701070390366208:profile|CostlyOstrich36> Do you have any thoughts on this?

  
  
Posted 7 months ago

hey @<1523701070390366208:profile|CostlyOstrich36> , I run this example ( None ) with changed num_workers to >1 and pin_memory=True in dataloader and again I got this brokenpipe issue :<

  
  
Posted 7 months ago

yes

  
  
Posted 7 months ago

  • it all worked perfectly fine before applying clearml
  
  
Posted 7 months ago

Hi @<1554638160548335616:profile|AverageSealion33> , so if you remove the Task.init() everything goes back to working fine?

  
  
Posted 7 months ago
508 Views
6 Answers
7 months ago
7 months ago
Tags