wang luo

Thinking and practice make progress.

PaddlePaddle安装

1. 环境准备 1.1 创建虚拟环境 1.1.1 安装环境 首先根据具体的Python版本创建Anaconda虚拟环境,PaddlePaddle的Anaconda安装支持3.8-3.12版本的Python安装环境。 conda create -n paddle_lw python=3.8 1.1.2 进入Anaconda虚拟环境 conda activate paddle_lw ...

SCI写作框架

1. Abstract 标准摘要是一篇SCI论文的重要组成部分,它是对研究内容的简要介绍 (相对独立的简介),一般包括五部分内容: 问题陈述(problem statement),为什么要进行本项研究,现状中本研究的缺失或者做了但是存在不足; 研究目的(research purpose),为了解决这个gap进而产生的作用或意义可以作为研究的目的; 研究方法(research m...

yolov5训练数据集-实践操作

使用yolov5训练自己的数据集,以SDGS数据集为例,参考12345步骤如下: yolov5源码下载 1.环境配置 使用Anaconda创建python环境,并安装yolov5所需的依赖包。 (1)创建虚拟环境并激活,要求python最低版本为3.7 conda create -n yolov5 python==3.8 conda activate yolov5 (2)安装依赖...

Solution to RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch version

解决方案 升级CUDA版本,然后安装与CUDA版本对应的PyTorch版本。 第一步,笔者先查询Linux系统中对应的显卡驱动器版本470.94,然后进入CUDA Toolkit官方文档界面,根据驱动器版本号与CUDA Toolkit 版本映射表,找到对应的CUDA Toolkit版本。CUDA 11.0(11.0.3)-CUDA 11.8.x可用 第二步,下载CUDA Tool...

Test

测试用例 Flow Diagram flowchart TD A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[f...

ChatGPT Prompts for Academic Writing

ChatGPT Prompts for Academic Writing In this repository, this list of writing prompts covers a range of topics and tasks, including brainstorming research ideas, improving language and style, cond...

SCI Plot Code

1.折线图 import matplotlib.pyplot as plt import seaborn as sns import numpy as np # 设置风格 sns.set(style="whitegrid") # 生成数据 x = np.linspace(0, 10, 100) y1 = np.sin(x) y2 = np.cos(x) # 创建图表 plt....

Risk Prediction of Freeway Weaving Area Based on Machine Learning

潜在冲突特征分析 冲突数值特征、冲突空间分布特征、冲突类别特征和冲突运动特征 冲突预测模型 基于交织区运行状态分析与潜在冲突特征研究,建立并解释冲突预测模型,其核心是特征选择和模型构建。

Github 使用笔记

Github 使用笔记 ​ ​ 1 Github hosts 由于国内网络封闭原因,在国内访问 Github 较慢或者无法访问,可通过修改 Hosts 方式改善 Github 网站访问效率 定期更新的 Github hosts 库: https://github.com/ineo6/hosts https://gitee.com/ineo6/hosts 2 Github 终端...

git 本地仓库关联远程仓库以及分支冲突处理

git 本地仓库关联远程仓库以及分支冲突处理 本地仓库初始化 git init 本地仓库关联远程仓库 git remote add origin remote_git_url eg: git remote add origin git@github.com:Flying9001/GitTest.git 将本地分支提交到远程分支 g...

Availability