
pytorch
bbzz2
这个作者很懒,什么都没留下…
展开
-
pytorch 学习
pytorch 学习笔记(一) pytorch是一个动态的建图的工具。不像Tensorflow那样,先建图,然后通过feed和run重复执行建好的图。相对来说,pytorch具有更好的灵活性。 编写一个深度网络需要关注的地方是: 1. 网络的参数应该由什么对象保存 2. 如何构建网络 3. 如何计算梯度和更新参数 数据放在什么对象中 pytorch中有两转载 2017-11-26 19:07:10 · 823 阅读 · 0 评论 -
Installing pytorch
Installing previous versions of PyTorch We’d prefer you install the latest version, but old binaries and installation instructions are provided below for your convenience. Via conda To install转载 2017-11-26 19:08:20 · 1014 阅读 · 0 评论 -
pytorch-yolov3 train 报错
UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool insteadhttps://github.com/eriklindernoren/PyTorch-YOLOv3/blob/master/models.py#L191 将model.py obj_mask转...原创 2019-09-19 14:53:59 · 5935 阅读 · 11 评论