
人工智能
临街的小孩
永远不要高估自己的能力
展开
-
transformer在图像领域中的应用
transformer在图像领域中的应用原创 2022-10-08 23:33:50 · 1265 阅读 · 0 评论 -
tansformer的优点和缺点
tansformer的优点和缺点原创 2022-10-08 22:26:41 · 561 阅读 · 0 评论 -
Layer Normalization层归一化 (图像 batch normalization)
Layer Normalization原创 2022-10-08 21:46:14 · 1253 阅读 · 0 评论 -
残差块解决的问题
残差块解决的问题原创 2022-10-08 21:28:49 · 232 阅读 · 0 评论 -
深度神经网络 RESNET 层次越多越好?
dnn原创 2022-10-08 14:54:59 · 971 阅读 · 0 评论 -
wechat
ubuntu wechat原创 2022-10-05 23:53:36 · 235 阅读 · 0 评论 -
ubuntu安装nvidia驱动 apt
ubuntu安装nvidia驱动原创 2022-10-05 16:56:35 · 731 阅读 · 0 评论 -
cuda torch torchvision 版本对应
cuda torch torchvision 版本对应原创 2022-10-02 21:37:56 · 3732 阅读 · 0 评论 -
cuda 换源 ubuntu 就他了 速度很快
conda换源原创 2022-09-30 20:04:57 · 716 阅读 · 0 评论 -
pip 设置华为云源
pip 换源 华为云源原创 2022-09-21 00:19:01 · 10247 阅读 · 2 评论 -
Collecting psycopg2==2.9.2 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/33/ed/79434011d
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/33/ed/79434011d773e5ea4c51262f6ebfb86680c2908d7677f31ebccd5aa9f1b3/psycopg2-2.9.2.tar.gz (380 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error原创 2022-07-11 19:47:18 · 1139 阅读 · 0 评论 -
ubuntu error symbol ‘grub_calloc‘ not fount
grub rescure原创 2022-07-06 13:23:25 · 10396 阅读 · 0 评论 -
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
gcc -pthread -B /home/zhongke/anaconda3/envs/python38/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip-build-env-89ev211j/overlay/lib/python3.8/site-packages/numpy/core/include -I./common -原创 2022-07-03 17:19:24 · 1257 阅读 · 0 评论 -
ubuntu22.04 耳机没声音 [已解决]
ubuntu22.04 耳机没声音原创 2022-06-28 14:09:40 · 3109 阅读 · 5 评论 -
ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accurately
ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.原创 2022-06-28 11:24:15 · 247 阅读 · 0 评论 -
wget: 无法解析主机地址 “cuda_11.7.0_515.43.04_linux.run”
duo shi ji ci原创 2022-06-22 17:01:53 · 1035 阅读 · 1 评论 -
福建工程学院更名通知程序 python Congratulations
福建理工大学更名 邮件通知程序原创 2022-05-17 16:30:40 · 754 阅读 · 1 评论 -
获取当地天气发送邮件给girlfriend并显示恋爱天数
整个代码 github 链接linjie111/sendEmailWithWeather (github.com)https://github.com/linjie111/sendEmailWithWeather#readmemain.pyimport smtplibfrom email.mime.text import MIMETextfrom email.header import Headerdef send(text): # 这里使用的是163.com ma.原创 2022-05-12 16:24:00 · 1414 阅读 · 0 评论 -
pytorch 核心 autograd 自动求导
Autograd:自动求导PyTorch中,所有神经网络的核心是autograd包。先简单介绍一下这个包,然后训练我们的第一个的神经网络。autograd包为张量上的所有操作提供了自动求导机制。它是一个在运行时定义(define-by-run)的框架,这意味着反向传播是根据代码如何运行来决定的,并且每次迭代可以是不同的.让我们用一些简单的例子来看看吧。张量torch.Tensor是这个包的核心类。如果设置它的属性.requires_grad为True,那么它将会追踪对于该张...原创 2022-04-28 16:35:23 · 240 阅读 · 0 评论 -
pytorch 环境准备
工具目录python 3.7 + anaconda 可以最新 CUDA 10.0 英伟达显卡 pycharm community 社区版工具介绍anaconda python 的包管理工具 自动的下载管理第三方的软件库的管理工具 cuda 针对英伟达显卡的并行计算库 pycharm community 免费社区版 python 代码的编辑工具安装图解anaconda官方地址Anaconda | Anaconda Distribution安装 a...原创 2022-04-20 18:58:57 · 1554 阅读 · 0 评论