logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu 18.04 安装 docker

上官网一查:https://docs.docker.com/install/linux/docker-ce/ubuntu/

docker 中安装 java

下载 ubuntu 镜像$ docker pull ubuntu:18.0418.04: Pulling from library/ubuntu5bed26d33875: Pull completef11b29a9c730: Pull complete930bda195c84: Pull complete78bf9a5ad49e: Pull completeDigest: ...

#docker#java
win10 家庭版安装 docker for windows

通过修改注册表,在win10 家庭版安装 docker for windows,而不是 toolbox

#docker
tensorflow 使用 TFRecord 读取图片(一)

将数据集转化成 tfrecord, 读取 tfrecord,生成批量数据

tensorflow 使用 TFRecord 读取图片(二)

将大数据集保存成多个 TFRecord 碎片

tensorflow 在 checkpoint 中记录 global_step

tensorflow 在 checkpoint 中记录 global_step

tensorflow 自定义向量外积

貌似在当前 tensorflow 版本中没有定义外积操作dim = 6template1 = np.zeros([dim,dim*dim])for i in range(dim):for j in range(dim):template1[i,dim*i+j] = 1log_info(template1)'''dim = 4[[1. 1. 1. 1. ...

#tensorflow
win10 手动设置 DNS 地址

文章目录网络和共享中心网络和Internet更改适配器选项找到连上的wifi打开TCP/IPv4的属性使用下面的 DNS 服务器地址最近总是 DNS 地址被改没了,可能是 VPN 的问题记录一下手动配置 DNS 地址:网络和共享中心网络和Internet更改适配器选项找到连上的wifi更改此连接的设置打开TCP/IPv4的属性使用下面的 DNS 服务器地址8.8.8.8114.114.114.11

求最大李雅普诺夫指数(Largest Lyapunov Exponents,LLE)的 Rosenstein 算法

文章目录原始论文原始论文M.T. Rosenstein, J.J. Collins, and C.J. De Luca. A practical method for calculating largest Lyapunov exponents from small data sets. Physica D, 65:117-134, 1993.下载地址:https://www.physionet.

CARLA 轨道跟踪

轨道形状每个轨道点的巡航速度要求longitudinal controller 控制油门和刹车,用了 PI 控制器lateral controller 控制方向盘,用了 PD 控制器#!/usr/bin/env python3"""2D Controller Class to be used for the CARLA waypoint follower demo."""...

    共 13 条
  • 1
  • 2
  • 请选择