
Pytorch
jidushanzhu
小菜鸟
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pytorch MNIST数据集简单神经网络简单构建
参考的https://github.com/pytorch/examples/blob/master/mnist/main.py CPU,舍弃命令行,Pycharm运行,python3.5,pytorch0.4 最开始下载数据集可能有点慢 输出的是计算的损失 # -*- coding: utf-8 -*- from torch.autograd import Variable ...原创 2018-08-02 17:01:03 · 969 阅读 · 0 评论 -
git代码出现的问题
问题描述: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 解决参考: https://blog.youkuaiyun.com/yemo...转载 2018-09-18 14:40:01 · 237 阅读 · 0 评论