一、安装Tensorflow9=(cpu版) 在cmd(命令行窗口win+R+输入cmd)或者Anaconda里,进入虚拟环境(conda activate + 虚拟环境名(不加,默认Base)),直接conda install tensorflow,然后自动下载相关依赖包 二、安装Theano 1 ...
When we redirect to a different route from within our component's code using the Router.navigate or from within a component template via a [routerLink ...
分类:
其他好文 时间:
2020-02-16 23:28:08
阅读次数:
119
install sudo apt install python3.7 python3-venv python3.7-venv python3.7 -m venv py37-venv . py37-venv/bin/activate sudo apt install build-essential l ...
分类:
编程语言 时间:
2020-02-14 14:49:13
阅读次数:
87
=========进入和退出虚拟环境=================== deactive 退出虚拟环境 进入到虚拟环境的script目录下 activate activate.bat 即可进入该虚拟环境 ==========安装环境依赖================ 进入虚拟环境后执行: pi ...
"帮助目录" "检查conda版本" "升级当前版本的conda" "创建一个新环境" "激活新环境" "Linux,Mac:" "Windows:" "列出所有的环境" "切换环境(activate/deactivate)" "Linux,OS X:" "Windows:" "从当前工作环境的路径 ...
分类:
其他好文 时间:
2020-02-08 11:28:19
阅读次数:
114
一、编辑网卡文件 vi /etc/network/interfaces二、修改网卡文件 # This file describes the network interfaces available on your system# and how to activate them. For more ...
分类:
其他好文 时间:
2020-02-06 01:38:49
阅读次数:
133
一、双网卡双IP。 eth0为电信,eth1为联通。 # cd /etc/network/ #vi interfaces # This file describes the network interfaces available on your system # and how to activa ...
分类:
系统相关 时间:
2020-02-06 01:15:41
阅读次数:
162
记录,自用 1、安装Anaconda(这里安装的是python3.6版本) 2、创建tensorflow的conda环境 1 conda create -n tensorflow python=3.6 3、切换到上一步创建的名为“tensorflow”的python解释器环境 1 activate ...
STM32CubeMX-CAN总线的配置配置好后生成代码关于HAL库中相关文件代码1、HAL库滤波器设置c文件#include "bsp_can.h"#include "main.h"extern CAN_HandleTypeDef hcan1;extern CAN_HandleTypeDef hc... ...
分类:
其他好文 时间:
2020-02-02 01:49:50
阅读次数:
403
python 3 创建虚拟环境(Win10) ①为什么要用虚拟环境? 为了解决一个环境多个项目的版本冲突问题 ②如何创建虚拟环境? 1. 用窗口键+R来打开win10的运行窗口,然后在运行输入框输入cmd,确认将会弹出一个终端界面。 2. 创建一个目录,比如我起名为myproject,则在终端窗口输 ...
分类:
编程语言 时间:
2020-01-31 10:27:43
阅读次数:
100