上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 72 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-01-23 16:16 水木清扬 阅读(8) 评论(0) 推荐(0)
摘要: 读取图片数据集::# -*- coding: utf-8 -*-import torch as tfrom torch.utils import dataimport osfrom PIL import Imageimport numpy as npclass DogCat(data.Dataset 阅读全文
posted @ 2019-01-23 15:00 水木清扬 阅读(533) 评论(0) 推荐(0)
摘要: 2018年07月07日 17:30:40 __矮油不错哟 阅读数:221 2018年07月07日 17:30:40 __矮油不错哟 阅读数:221 1. 数据处理 数据加载 ImageFolder DataLoader加载数据 sampler:采样模块 1. 数据处理 数据加载 ImageFolde 阅读全文
posted @ 2019-01-23 14:52 水木清扬 阅读(2693) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-"""View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/My Youtube Channel: https://www.youtube.com/user/M 阅读全文
posted @ 2019-01-18 16:57 水木清扬 阅读(242) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-import torchimport matplotlib.pyplot as plt# torch.manual_seed(1) # reproducible# fake data从-1到1分成100分x = torch.unsqueeze(torch 阅读全文
posted @ 2019-01-18 16:46 水木清扬 阅读(201) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-"""View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/My Youtube Channel: https://www.youtube.com/user/M 阅读全文
posted @ 2019-01-18 15:39 水木清扬 阅读(296) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-01-17 13:52 水木清扬 阅读(6) 评论(0) 推荐(0)
摘要: 参考博文::https://blog.csdn.net/david_han008/article/details/53560736 https://blog.csdn.net/n66040927/article/details/79163496?utm_source=blogxgwz3 ICP是指, 阅读全文
posted @ 2019-01-16 20:21 水木清扬 阅读(214) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-01-16 15:37 水木清扬 阅读(6) 评论(0) 推荐(0)
摘要: 目录 Pytorch Leture 05: Linear Rregression in the Pytorch Way Logistic Regression 逻辑回归 - 二分类 Lecture07: How to make netural network wide and deep ? Lect 阅读全文
posted @ 2019-01-16 14:26 水木清扬 阅读(561) 评论(0) 推荐(0)
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 72 下一页