Jeremy Johnson
Results
2
comments of
Jeremy Johnson
UPDATE! The `pad_on_left` error occurred as I was using a latest build of PyTorch - `1.9.0a0+git0569f63` or whatever version Colab is using, if I use `torch==1.8.0` locally then it does...
> ``` > E ImportError: /tvm/torch_tvm/_torch_tvm.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN3c1021AutogradMetaInterfaceE > ``` I found this error aswell, and it looks like it is due to pytorch/pytorch#30315 (which affects PyTorch 1.4) so...