我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 46 下一页
摘要: Below are pre-built PyTorch pip wheel installers for Python 2.7 and Python 3.6 on Jetson Nano, Jetson TX2, and Jetson Xavier with JetPack >= 4.2.1 not 阅读全文
posted @ 2020-01-25 22:54 Michael云擎 阅读(1940) 评论(0) 推荐(0) 编辑
摘要: 1,先安装一些依赖 sudo apt install nodejs npm 2,安装pip3包管理器 sudo apt install python3-pipsudo pip3 install pillow==6.2.2 -i https://pypi.tuna.tsinghua.edu.cn/si 阅读全文
posted @ 2020-01-25 21:40 Michael云擎 阅读(2838) 评论(0) 推荐(0) 编辑
摘要: 1. Install Docker and Nvidia-Docker Docker: https://docs.docker.com/install/ Nvidia-Docker: https://github.com/NVIDIA/nvidia-docker 1.1 Install the re 阅读全文
posted @ 2020-01-25 13:12 Michael云擎 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: pyenv和pipenv简单使用 一、安装pyenv# 安装pyenv Copy $ git clone git://github.com/yyuu/pyenv.git ~/.pyenv $ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc $ 阅读全文
posted @ 2020-01-19 20:40 Michael云擎 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 直接使用pyenv install命令安装Python时,默认从python.org下载指定版本,会非常的慢。 [root@localhost ~]# pyenv install 3.5.2 Downloading Python-3.5.2.tar.xz... -> https://www.pyth 阅读全文
posted @ 2020-01-19 19:47 Michael云擎 阅读(1922) 评论(0) 推荐(0) 编辑
摘要: 1. 安装依赖软件包 sudo apt-get install python3-pip 执行一下命令,修改文件中内容,如果不修改,后面依赖包无法安装 python3 -m pip install --upgrade pip sudo vim /usr/bin/pip3 源文件 from pip im 阅读全文
posted @ 2020-01-14 15:19 Michael云擎 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 1,使用aws dlami 启动一个实例 2,source activate tensorflow_p36 3,下载TensorRT 的 tar 安装文件,参考 https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-5 阅读全文
posted @ 2020-01-12 19:05 Michael云擎 阅读(3129) 评论(0) 推荐(0) 编辑
摘要: https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-515/tensorrt-install-guide/index.html#installing-tar 4.3. Tar File Installation No 阅读全文
posted @ 2020-01-11 21:58 Michael云擎 阅读(284) 评论(0) 推荐(0) 编辑
摘要: https://docs.aws.amazon.com/zh_cn/dlami/latest/devguide/tutorial-onnx-mxnet-cntk.html import numpy as np import mxnet as mx from mxnet.contrib import 阅读全文
posted @ 2020-01-05 22:13 Michael云擎 阅读(275) 评论(0) 推荐(0) 编辑
摘要: https://mxnet.incubator.apache.org/api/python/docs/tutorials/deploy/export/onnx.html Open Neural Network Exchange (ONNX) provides an open source forma 阅读全文
posted @ 2020-01-05 16:19 Michael云擎 阅读(479) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers