博客目录 Blog directory
Linux 常用命令 -- Linux command lines
Linux ssh 免密登陆/快捷登陆 --SSH password-free login / quick login
Linux/Mac 挂载远程服务器目录到本地 --Mount remote server directory to local PC
远程连接服务器端Jupyter Notebook --Remote connection to server-side Jupyter Notebook
Linux Screen 命令(创建作业/分屏)--Linux Screen command
Linux 下上传代码到Github --Linux uploads code to Github
在 Git Bash 下使用 conda 命令 --Windows uses the conda command under git bash
图像数据增强 Data Augmentation --Data Augmentation in Computer Vision
torchvision 批量可视化图片 --Batch Visualization of Images using torchvision
nn.Conv2d 参数及输入输出详解 --Detailed Description of nn.Conv2d Parameters
Keras Con1d 参数及输入输出详解 --Detailed Description of Keras Conv1d Parameters
Keras 实现 Self-Attention -- Keras implementation of Self-Attention
Python中 list, numpy.array, torch.Tensor 格式相互转化 --List, numpy.array, torch.Tensor formats in Python
Python写入训练日志文件并在控制台输出 --Python writes the training log file
Python Multiprocessing 多进程,并用tqdm显示进度条 --Python Multiprocessing and progress bar with tqdm
Python 使用 docopt 解析 json 参数文件 -- Python parses the json parameter file with docopt
Python sorted 函数用法 --Python sorted function usage
Python 中 plt 画柱状图和折线图 --Plt draws a histogram and a line chart in Python
Anaconda 查看、创建、管理环境 -- Anaconda View, create, manage the environment
Anaconda 安装第三方库遇到 PackageNotFoundError: "Package missing in current channel" 完美解决
使用cd-hit对蛋白质或核酸序列进行聚类 -- Clustering of protein or nucleic acid sequences using cd-hit
使用Aspera (ascp 命令) 从NCBI高速下载数据 -- Use aspera (ASCP command) to download data from NCBI
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 大模型 Token 究竟是啥:图解大模型Token
· 35岁程序员的中年求职记:四次碰壁后的深度反思
· 继承的思维:从思维模式到架构设计的深度解析
· 如何在 .NET 中 使用 ANTLR4
· 后端思维之高并发处理方案
· BotSharp + MCP 三步实现智能体开发
· AI团队比单打独斗强!CrewAI多智能体协作系统开发踩坑全解析
· 动物智能之数据标注员——狗篇
· 5. RabbitMQ 消息队列中 Exchanges(交换机) 的详细说明
· 「硬核实战」回调函数到底是个啥?一文带你从原理到实战彻底掌握C/C++回调函数