240 发简信
IP属地:北京
  • 整理下2020年python常用的镜像

    http://pypi.douban.com/simple/[http://pypi.douban.com/simple/] 豆瓣 http:/...

  • Resize,w 360,h 240
    安装imgaug时,出现ERROR: Command errored out with exit status 1: python setup.py egg_info Check the log...

    安装imgaug包时,直接用下述命令会报错 经过查找资料,使用下述办法能解决问题1.先下载安装Shapely-1.6.4.post2-cp37-...

  • Resize,w 360,h 240
    Pytorch出现RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) sh...

    最近开始学习pytorch,在训练时出现标题所示问题。浏览了很多方法后,总结出出现这个问题的主要原因是输入的数据类型与网络参数的类型不符。 In...