01 2020 档案

摘要:在Loss function后面加上高次项参数θn,限制该参数过大,防止Overfitting 阅读全文
posted @ 2020-01-21 09:59 Junzhao 阅读(97) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/bigbennyguo/article/details/87956434 from torch.utils.tensorborad import SummaryWriter from tensorboardX import SummaryWriter 阅读全文
posted @ 2020-01-12 14:17 Junzhao 阅读(607) 评论(0) 推荐(0)
摘要:利用torchvision.transforms 阅读全文
posted @ 2020-01-07 19:34 Junzhao 阅读(477) 评论(0) 推荐(0)
摘要:import matplotlib.image as img import os from shutil import copyfile path = 'D:\_Data\GTC_t1' savePath = 'D:\_Data\GTC_t1_selected' img_list = os.list 阅读全文
posted @ 2020-01-03 14:33 Junzhao 阅读(3853) 评论(0) 推荐(0)
摘要:import requests import webbrowser import matplotlib.pyplot as plot from urllib.request import urlopen with open('t1.txt','r')as f: x=f.read().split('\ 阅读全文
posted @ 2020-01-01 23:14 Junzhao 阅读(104) 评论(0) 推荐(0)