logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

在Ubuntu上配置ssh与github连接

今天在实验室电脑新装的Ubuntu系统上第一次git clone代码出了这个报错,才想起来还没有在这个系统上配置ssh连接我的github。这里记录一下过程,方便之后再新电脑上再配置时方便参考。

#ubuntu#ssh#github
ROS学习笔记(1)ROS安装(推荐使用鱼香ROS安装工具,少走很多弯路)

使用鱼香ROS快速安装,让你少走弯路系统:Ubuntu 18.04安装ROS版本:melodic

文章图片
#ubuntu
overleaf以bibtex方式批量引用参考文献

使用overleaf以bibtex方式批量引用参考文献,简单又好用!

文章图片
Atlas 200I DK A2(小藤) 开箱

华为昇腾Atlas200DK A2开箱与初体验,为昇腾打call!!!

文章图片
#人工智能#计算机视觉
PPO算法实现的37个实现细节(1/3)13 core implementation details

翻译PPO算法实现的37个细节博客,原文标题The 37 Implementation Details of Proximal Policy Optimization。

文章图片
#深度学习#人工智能#神经网络
PPO算法实现的37个实现细节(1/3)13 core implementation details

翻译PPO算法实现的37个细节博客,原文标题The 37 Implementation Details of Proximal Policy Optimization。

文章图片
#深度学习#人工智能#神经网络
acwing.872.最大公因数

最大公因数给定n对正整数ai,bi,请你求出每对数的最大公约数。输入格式第一行包含整数n。接下来n行,每行包含一个整数对ai,bi。输出格式输出共n行,每行输出一个整数对的最大公约数。数据范围1≤n≤105,1≤ai,bi≤2∗109#include<iostream>using namespace std;int gcd(int a,int b){return b?gcd(b,a%b

#算法
为什么Creating a tensor from a list of numpy.ndarrays is extremely slow

1.问题简介今天运行一个DQN的代码时出现了如下图的warning:UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() befor

文章图片
#python#深度学习
强化学习实验绘图(使用seaborn)

seaborn可以说是matplotlib的升级版,使用seaborn绘制折线图时参数数据可以传递ndarray或者pandas。

文章图片
#python
暂无文章信息