
技术文档
文章平均质量分 90
森涅斯
https://senyang-ml.github.io/ -
https://github.com/yangsenius
展开
-
Bipartite Matching and Hungarian Algorithm (二分图匹配与匈牙利算法)
title: Bipartite Matching and Hungarian Algorithm author: yangsenius original link: https://senyang-ml.github.io/2020/06/01/Bipartite-Matching-and-Hungarian-Algorithm/ mathjax: true date: 2020-06-02 18:01:23 tags: Algorithm 引言 二分图匹配和匈牙利算法(Bipartite Mat.原创 2020-06-02 18:05:19 · 3088 阅读 · 0 评论 -
解决了PyTorch 使用torch.nn.DataParallel 进行多GPU训练的一个BUG:模型(参数)和数据不在相同设备上
解决了PyTorch 使用torch.nn.DataParallel 进行多GPU训练的一个BUG:模型(参数)和数据不在相同设备上 使用torch.nn.DataParallel进行多GPU训练时出现了一个BUG, 困扰许久: RuntimeError: Expected tensor for argument #1 'input' to have the same device as tens...原创 2019-07-20 16:34:15 · 32636 阅读 · 13 评论