老哥,你安装pytorch时候遇到的那个TypeError('not all arguments converted during string formatting')问题解决了吗?我和你是同样的问题,不知道解决方法
这个是参数不对应的问题,在用%传递参数时出现。解决办法:将%用.format()代替。