Open seanshpark opened 2 weeks ago
With using pipe like
onnx-dump.py model.onnx | more
and then cancel with q key shows unnecessary pipe error.
q
BrokenPipeError: [Errno 32] Broken pipe Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe
Let's silent this.
With using pipe like
and then cancel with
q
key shows unnecessary pipe error.Let's silent this.