Arseny

Results 10 comments of Arseny

Hi, I'm using Cython and loguru works but I can't manage (disable) logging: ```python from loguru import logger logger.disable() ``` the above code works for source distribution and doesn't work...

https://github.com/ENOT-AutoDL/onnx2torch/pull/206

> I am also using `return torch.sum(input_tensor, dim=self._axes, keepdim=bool(self._keepdims))` but I am now getting issues in `onnx2torch/node_converters/gather.py` in the slicing I am not sure why > > ``` > return...

hi @karalinkw, Could you clarify what this PR for? - 3122e05a6f7c8afe533afd77178aed29fbf5de22

Hi, @jan-haug! I can't reproduce: ```bash ❯ docker run --rm --gpus all -ti -v $(pwd):/io pytorch/pytorch:1.13.1-cuda11.6-cudnn8-runtime bash root@7c0263e9a633:/workspace# cd /io root@7c0263e9a633:/io# pip3 install onnx2torch Collecting onnx2torch Downloading onnx2torch-1.5.6-py3-none-any.whl (115 kB)...

I have reproduced the problem. Thanks for your report, I think the problem is in the C++ code, I'll try to debug it.

@jan-haug We think that the problem is in the export mechanism of PyTorch, we are unlikely to be able to do something about it now. Maybe in 2.0. export is...

Implemented: https://github.com/ENOT-AutoDL/onnx2torch/releases/tag/v1.5.15