我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 46 下一页
摘要: 直接使用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云擎 阅读(2300) 评论(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云擎 阅读(1126) 评论(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云擎 阅读(3169) 评论(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云擎 阅读(309) 评论(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云擎 阅读(310) 评论(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云擎 阅读(511) 评论(0) 推荐(0)
摘要: ###################[准备 Jetson Nano 系统环境]################### sudo groupadd --system ggc_group sudo useradd --system ggc_user sudo apt install openjdk-8 阅读全文
posted @ 2020-01-04 15:08 Michael云擎 阅读(294) 评论(0) 推荐(0)
摘要: 1, Crawler.py 获取网络视频的弹幕json文件 2,DataPrepare.py 提取json文件中的弹幕到txt文本文件中 3,ComprehendAgency.py 调用Comprehend分析文本格式的弹幕 4,ConvertCompToESformat.py 将Comprehen 阅读全文
posted @ 2020-01-02 22:56 Michael云擎 阅读(145) 评论(0) 推荐(0)
摘要: 官方示例链接 https://mxnet.apache.org/api/python/docs/tutorials/performance/backend/tensorrt/tensorrt.html Optimizing Deep Learning Computation Graphs with 阅读全文
posted @ 2020-01-01 20:03 Michael云擎 阅读(966) 评论(0) 推荐(0)
摘要: 环境:ubuntu16.04 tensorrt版本:5.1.5.0 cuda版本:9.0 GPU:1080Ti Mxnet版本:1.3.1 cudnn:7.3.1 1、tensorrt安装: https://github.com/NVIDIA/TensorRT tensorrt的不同版本: http 阅读全文
posted @ 2020-01-01 19:50 Michael云擎 阅读(1030) 评论(1) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers