TobyatLarge
Results
2
comments of
TobyatLarge
trafficstars
其实这个就是torch版本的问题, specify torchvision==0.4.0就可以解决 ``` pip uninstall torchvision pip uninstall torch pip install torchvision==0.4.0 ``` torchvision==0.4.0会自动安装1.2版本的pytorch,安装好之后重启一下environment就可以运行了
I have a similar problem with local dynamoDB and I use python. Initially table was all right, i created it, put items in it, and was able to scan() or...