城乡建设网站投稿,wordpress 侧边栏主题,跨境支付互联互通,1688黄页网生产企业这是因为在torch新版本中删除了load_lua
解决办法:首先命令行运行pip install torchfile安装torchfile,然后将utils.py第7行中的from torch.utils.serialization import load_lua改为import torchfile,最后将utils.py第90行中的load_lua改为torchfile.load这是因为在torch新版本中删除了load_lua
解决办法:首先命令行运行pip install torchfile安装torchfile,然后将utils.py第7行中的from torch.utils.serialization import load_lua改为import torchfile,最后将utils.py第90行中的load_lua改为torchfile.load