
pytorch
文章平均质量分 55
深度学习模型框架pytorch
luer9
假如我年少有为。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BiLSTM
今天BiLSTM的学习记录照着大牛的博客学习的,详细的内容可以看该大牛的介绍。'''BiLSTM 模型学习与实现luer 2021-04-13'''# 导库import torchimport numpy as npimport torch.nn as nnimport torch.optim as optimimport torch.utils.data as Data# dtype = torch.FloatTensor tensor默认类型不就是float?# 准原创 2021-04-13 22:36:42 · 401 阅读 · 0 评论 -
Pytorch-Torch
Torchpytorch深度学习框架最重要的包torch相关介绍torch 官方文档说明如下:The torch package contains data structures for multi-dimensional tensors and defines mathematical operations over these tensors. Additionally, it provides many utilities for efficient serializing of Tens原创 2021-04-11 13:57:10 · 786 阅读 · 0 评论 -
python_爬虫 (爬图片)
最近对python很感兴趣 看着人家的代码爬了网页的图片其中类似正则表达式的都还没有学习还有 python 2 跟 python 3 差别真的蛮大的 本来是python2 的代码 一点一点改成 python3# coding:utf-8import urllibimport refrom urllib import requestdef get_html(url): page =...原创 2018-07-14 23:43:47 · 480 阅读 · 0 评论