摘要:
# 安装命令 1. 通过命令安装 fcitx5 ```bash sudo apt install -y fcitx5 fcitx5-chinese-addons fcitx5-frontend-gtk4 sudo apt remove ibus sudo apt autoremove ``` 2. 阅读全文
摘要:
CUDA C++ Programming Guide CUDA C++ Programming Guide 《CUDA C Programming Guide》(《CUDA C 编程指南》)导读 Tutorial 01: Say Hello to CUDA An Easy Introduction 阅读全文
摘要:
备份bios AfuEfix64 <Output BIOS ROM File Name> /O 查询当前bios ROM ID AfuEfix64 /S 查询指定bios ROM ID AfuEfix64 <Input BIOS ROM File Name> /U 更新bios AfuEfix64 阅读全文
摘要:
图片说明 多媒体快捷键 Win系统Mac系统 Win系统Mac系统 FN+F1 我的电脑 屏幕亮度+ FN+F7 播放/暂停 上一首 FN+F2 浏览器 屏幕亮度- FN+F8 停止 播放/暂停 FN+F3 邮件 多任务切换 FN+F9 音量+ 下一首 FN+F4 播放 所有任务 FN+F10 音量 阅读全文
摘要:
GPU CUDA Nvidia GPU架构 - Cuda Core,SM,SP等等傻傻分不清? GPU编程1--GPU中的基本概念 NVIDIA GPU SM和CUDA编程理解 Basic Concepts in GPU Computing 阅读全文
摘要:
Python基本概念 PYTHONPATH python装饰器 __init__.py 软件包管理 Miniconda conda的配置文件 $ cat ~/.condarc ssl_verify: false show_channel_urls: true channels: - https:// 阅读全文
摘要:
PyTorch查看CUDA和CUDNN版本 >>> import torch >>> print(torch) <module 'torch' from '/home/torch/code_pytorch/pytorch.master/torch/__init__.py'> >>> torch.__ 阅读全文
摘要:
反向传播算法(过程及公式推导) Principles of training multi-layer neural network using backpropagation BP神经网络的Matlab实现——人工智能算法 如何直观地解释 backpropagation 算法? A Neural N 阅读全文
摘要:
Pytorch 搭建 LeNet-5 网络 PyTorch实战:经典模型LeNet5实现手写体识别 https://github.com/chuanqi305/LeNet5 https://github.com/IQ250/LeNet-by-Numpy https://github.com/harr 阅读全文