poptorch icon indicating copy to clipboard operation
poptorch copied to clipboard

PyTorch interface for the IPU

Results 11 poptorch issues
Sort by recently updated
recently updated
newest added

您好,我是在一篇SCNN中查看到这个代码中使用了poptorch,但是我在您这里好像没有看到windows环境下如何安装的步骤,想请教下您这个在Windows环境下可以配置吗?

when I transfer a pytorch model with `torchvision.roi_align` operation, the inference procedure failed with following Error: ``` poptorch.poptorch_core.Error: In poptorch/source/LowerToPopart.cpp:913: 'poptorch_cpp_error': Couldn't find a registered operation for node Error raised...

I think it is .keys() line 22 because a method is not iterable.

Hello, In the poptorch documentation i read about the `poptorch.identity_loss()` function, should be an equivalent to the `backward()` funciton if pytorch. Is there a way to access the gradient on...

Bumps [setuptools](https://github.com/pypa/setuptools) from 58.0.4 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Bumps [transformers](https://github.com/huggingface/transformers) from 4.12.2 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies

I got the following out of the blue while testing some code on free pod4 machines. After restarting machine, the same loading code seemed to run fine, being stable and...

Is there an explanation of this error? ``` /usr/local/lib/python3.8/dist-packages/poptorch/experimental.py in __exit__(self, exc_type, value, traceback) 253 if self._compile_using == enums.Compiler.PopART: 254 # Compile the captured graph using PopART. --> 255 self._executable...

Hey, I am trying to run a simple text classification on IPUs with PopTorch and Optimum. When I initilize the training by; ``` trainer.train() ``` I get the following error:...