上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 52 下一页
摘要: sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update sudo apt-get upgrade 阅读全文
posted @ 2019-12-14 10:17 CloudRivers 阅读(733) 评论(0) 推荐(0)
摘要: 1 备份原来的更新源 cp /etc/apt/sources.list /etc/apt/sources.list.backup 如果提示权限不够就输入下面两行,先进入到超级用户,再备份 sudo -s cp /etc/apt/sources.list /etc/apt/sources.list.b 阅读全文
posted @ 2019-12-14 10:01 CloudRivers 阅读(1559) 评论(0) 推荐(0)
摘要: Optimizing Deep Learning Computation Graphs with TensorRT NVIDIA’s TensorRT is a deep learning library that has been shown to provide large speedups w 阅读全文
posted @ 2019-12-11 11:18 CloudRivers 阅读(354) 评论(0) 推荐(0)
摘要: Need for runtime MXNet-TensorRT integration TensorRT provides significant acceleration of model inference on NVIDIA GPUs compared to running the full 阅读全文
posted @ 2019-12-11 11:17 CloudRivers 阅读(419) 评论(0) 推荐(0)
摘要: Skip to end of metadata Created by Hagay Lupesko, last modified by Kellen Sunderland on Dec 05, 2018 Go to start of metadata This document provides a 阅读全文
posted @ 2019-12-11 11:15 CloudRivers 阅读(290) 评论(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 @ 2019-12-10 23:24 CloudRivers 阅读(1538) 评论(0) 推荐(0)
摘要: https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/tensorflow_bring_your_own/tensorflow_bring_your_own.ipynb Buil 阅读全文
posted @ 2019-11-25 22:09 CloudRivers 阅读(193) 评论(0) 推荐(0)
摘要: https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/pytorch_extending_our_containers/pytorch_extending_our_contain 阅读全文
posted @ 2019-11-25 22:06 CloudRivers 阅读(174) 评论(0) 推荐(0)
摘要: https://github.com/aws/sagemaker-tensorflow-container SageMaker TensorFlow Containers SageMaker TensorFlow Containers is an open source library for ma 阅读全文
posted @ 2019-11-25 22:04 CloudRivers 阅读(149) 评论(0) 推荐(0)
摘要: Amazon SageMaker Python 开发工具包提供了开源 API 和容器,使您可在 Amazon SageMaker 中,轻松使用多种不同的机器学习和深度学习框架来训练和部署模型。有关 Amazon SageMaker Python 开发工具包的一般信息,请参阅 https://gith 阅读全文
posted @ 2019-11-25 22:03 CloudRivers 阅读(436) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 52 下一页