摘要: # 安装命令 1. 通过命令安装 fcitx5 ```bash sudo apt install -y fcitx5 fcitx5-chinese-addons fcitx5-frontend-gtk4 sudo apt remove ibus sudo apt autoremove ``` 2. 阅读全文
posted @ 2023-05-19 22:30 憶藝 阅读(4233) 评论(0) 推荐(0) 编辑
摘要: CUDA C++ Programming Guide CUDA C++ Programming Guide 《CUDA C Programming Guide》(《CUDA C 编程指南》)导读 Tutorial 01: Say Hello to CUDA An Easy Introduction 阅读全文
posted @ 2023-04-17 17:29 憶藝 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 备份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 阅读全文
posted @ 2023-04-17 08:49 憶藝 阅读(5745) 评论(0) 推荐(1) 编辑
摘要: 图片说明 多媒体快捷键 Win系统Mac系统 Win系统Mac系统 FN+F1 我的电脑 屏幕亮度+ FN+F7 播放/暂停 上一首 FN+F2 浏览器 屏幕亮度- FN+F8 停止 播放/暂停 FN+F3 邮件 多任务切换 FN+F9 音量+ 下一首 FN+F4 播放 所有任务 FN+F10 音量 阅读全文
posted @ 2023-04-07 11:28 憶藝 阅读(8095) 评论(0) 推荐(0) 编辑
摘要: GPU CUDA Nvidia GPU架构 - Cuda Core,SM,SP等等傻傻分不清? GPU编程1--GPU中的基本概念 NVIDIA GPU SM和CUDA编程理解 Basic Concepts in GPU Computing 阅读全文
posted @ 2023-03-09 18:54 憶藝 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Python基本概念 PYTHONPATH python装饰器 __init__.py 软件包管理 Miniconda conda的配置文件 $ cat ~/.condarc ssl_verify: false show_channel_urls: true channels: - https:// 阅读全文
posted @ 2023-03-04 15:12 憶藝 阅读(15) 评论(0) 推荐(0) 编辑
摘要: PyTorch查看CUDA和CUDNN版本 >>> import torch >>> print(torch) <module 'torch' from '/home/torch/code_pytorch/pytorch.master/torch/__init__.py'> >>> torch.__ 阅读全文
posted @ 2023-02-27 18:39 憶藝 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 反向传播算法(过程及公式推导) Principles of training multi-layer neural network using backpropagation BP神经网络的Matlab实现——人工智能算法 如何直观地解释 backpropagation 算法? A Neural N 阅读全文
posted @ 2023-02-12 00:47 憶藝 阅读(30) 评论(0) 推荐(0) 编辑
摘要: Pytorch 搭建 LeNet-5 网络 PyTorch实战:经典模型LeNet5实现手写体识别 https://github.com/chuanqi305/LeNet5 https://github.com/IQ250/LeNet-by-Numpy https://github.com/harr 阅读全文
posted @ 2023-02-09 21:47 憶藝 阅读(23) 评论(0) 推荐(0) 编辑
摘要: C Programming 原文链接:https://linuxhint.com/using_mmap_function_linux/ How to use mmap function in C language? 3 years ago by Bamdeb Ghosh The mmap() fun 阅读全文
posted @ 2023-02-03 22:14 憶藝 阅读(121) 评论(0) 推荐(0) 编辑