logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用Ubuntu 18.04 安装Tensorflow

一、实现环境二、创建虚拟机三、安装 ubuntu 系统四、安装增强工具五、安装 Anaconda3下载安装六、安装 TensorFlow创建 TensorFlow 环境激活 TensorFlow 环境开始安装 TensorFlow测试参考本实验在 VMware 虚拟机上的 ubuntu-18.04 系统中使用 Anaconda 方式安装仅CPU模式的 T...

#linux#ubuntu#python +2
WinSCP下载安装及使用

一、简介WinSCP是一款在Windows上运行的软件,可以实现Windows和Linux两个操作系统的文件互传。二、下载下载链接:https://pan.baidu.com/s/1KQH85pVE2I_gZ8i4S_AGAg提取码:ghgo三、安装及使用安装推荐设置环境变量。安装完成后界面输入连接的IP、用户名及密码即可点击登录!问题1:查询虚拟机(ubu...

#linux#ubuntu#python +2
Java图片处理之google开源工具Thumbnailator

Thumbnailator 是一个优秀的图片处理的Google开源Java类库。处理效果远比Java API的好。支持的处理操作:图片缩放,区域裁剪,水印,旋转,保持比例。一、引入jar包/依赖<!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator --><dependency>...

#android#java#css +1
Python3安装Matplotlib模块

Matplotlib 是 Python 的绘图库。 它可与 NumPy 一起使用,提供了一种有效的 MatLab 开源替代方案。 它也可以和图形工具包一起使用,如 PyQt 和 wxPython。1、Windows 系统安装 Matplotlib打开cmd,输入语句:python -m pip install -U pip setuptoolspython -m pip install...

#python#windows#git +1
Git激活conda环境报错

错误描述:'CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.To initialize your shell, run$ conda init <SHELL_NAME>Currently supported shells are:bashf...

#java#linux#python +2
到底了