
Python
williamyi96
PhD Student on Machine Learning, Optimization, Federated Learning, and Data-Efficient Learning.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Python] Interator, Generator and Yield
https://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do 暂时搞明白了,有时间再来填坑原创 2019-02-27 10:07:54 · 335 阅读 · 0 评论 -
Windows + Anaconda 安装 pytorch
进入 pytorch 官网 选择 需要安装的 pytorch 版本,笔者需要采用的安装命令为 ·conda install pytorch torchvision cudatoolkit=10.0 -c pytorch· 在 Windows Anaconda 环境中输入上述命令,与 Ubuntu 下相同,根据指导,完成 torch 安装(torchvision 附带被安装)。 ...原创 2019-07-04 15:58:56 · 650 阅读 · 0 评论