摘要:
转自:https://zhuanlan.zhihu.com/p/119400472 https://zhuanlan.zhihu.com/p/187463036 1.相关函数 #include <sys/epoll.h> int epoll_create(int size); int epoll_c 阅读全文
posted @ 2021-05-27 13:34
lypbendlf
阅读(66)
评论(0)
推荐(0)
摘要:
1.作图 https://www.cnblogs.com/zpc1001/p/13322902.html # 每一个epoch,记录各层权重、梯度 for name, param in net.named_parameters(): # 返回网络的 writer.add_histogram(name 阅读全文
posted @ 2021-05-27 12:35
lypbendlf
阅读(4301)
评论(0)
推荐(0)
摘要:
转自:https://www.jianshu.com/p/4818a1a4b5bd 1.介绍 Dataset类是为torch.utils.data.DataLoader做准备,支持两种类型的访问 * map-style datasets #__getitem__() * iterable-style 阅读全文
posted @ 2021-05-27 12:22
lypbendlf
阅读(678)
评论(0)
推荐(0)
摘要:
1.UMAP降维 https://zhuanlan.zhihu.com/p/150788883 在使用UMAP时不需要像t-sne那样先通过AE/PCA降到一定的维度再去第二次降维, https://zhuanlan.zhihu.com/p/109584077 阅读全文
posted @ 2021-05-27 01:33
lypbendlf
阅读(1054)
评论(0)
推荐(0)
浙公网安备 33010602011771号