首页
学习
活动
专区
工具
TVP
发布

SnailTyan

专栏成员
717
文章
597606
阅读量
61
订阅数
Spring Boot 2.0.0参考手册_中英文对照_Part IV_23
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
3220
TensorFlow Introduction_中文版
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
1420
TensorFlow Introduction_中英文对照
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
3170
TensorFlow介绍_中英文对照
TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google’s Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.
Tyan
2022-05-09
4630
Docker理论与实践(一)
Mac上Docker安装,参考文档:https://docs.docker.com/docker-for-mac/
Tyan
2022-05-09
2450
Leetcode 791. Custom Sort String
**解析:**Version 1,Python3 3.6之后字典是有序的,因此先根据order构建一个有序字典,遍历str,将在order中的字符放到字典中,不存在的放到最终结果的前面,最后遍历字典,合并字符串。Version 2利用python自带的排序。
Tyan
2021-07-14
2630
Leetcode 1356. Sort Integers by The Number of 1 Bits
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2021-07-08
4140
PyTorch中的model.zero_grad() vs optimizer.zero_grad()
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-10-10
6K0
Python格式化字符串format
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-06-22
5280
Python的import vs from ... import
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-06-22
1.7K0
Python中list的append, extend, +=, +区别
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-06-19
2.4K0
玩转pytorch中的torchvision.transforms
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-06-16
2.9K0
Python中的list(), dict(), [], {}
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-06-04
1.3K0
Pytorch中requires_grad_(), detach(), torch.no_grad()的区别
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-06-02
5.6K0
Python的is None vs ==None
想要弄清楚is None和==None的区别,首先要清楚==和is的区别。==和is的区别如下:
Tyan
2020-05-26
2.1K0
U-Net - Convolutional Networks 论文翻译——中英文对照
翻译论文汇总:https://github.com/SnailTyan/deep-learning-papers-translation
Tyan
2020-04-24
4.3K0
Python调用C
文章作者:Tyan 博客:noahsnail.com | CSDN | 简书
Tyan
2020-03-20
1.7K0
SyntaxError: non-keyword arg after keyword arg
版权声明:博客文章都是作者辛苦整理的,转载请注明出处,谢谢! https://blog.csdn.net/Quincuntial/article/details/53743074
Tyan
2019-05-25
1.5K0
使用Docker搭建Anaconda Python3.6的练习环境
版权声明:博客文章都是作者辛苦整理的,转载请注明出处,谢谢! https://blog.csdn.net/Quincuntial/article/details/79292575
Tyan
2019-05-25
2.1K0
nohup python缓存问题
版权声明:博客文章都是作者辛苦整理的,转载请注明出处,谢谢! https://blog.csdn.net/Quincuntial/article/details/79286298
Tyan
2019-05-25
9550
点击加载更多
社区活动
【纪录片】中国数据库前世今生
穿越半个世纪,探寻中国数据库50年的发展历程
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档