陶醉雪碧

文章
13
资源
0
加入时间
3年0月28天

Mxnet-Python API 学习——Module API

一些说明本文中总结的内容来自mxnet 的官方网站:https://mxnet.incubator.apache.org/api/python/index.html这里不是通篇翻译,而是自己在学习过程中的总结,主要方便自己以后经常查阅。Mxnet-Python API中包含了什么?包含了两个主要的高层库:Gluon API和Module API。这两个高层包的基础是NDArray(命令式)...

ubuntu安装uwsgi、nginxuwsgiNginx

uwsgi1.安装依赖 sudo apt-get install libpython3.5-dev # libpython3.5-dev对应python3.5,版本号要一致2.安装uwsgi sudo pip3 install uwsgiNginx安装nginx sudo apt-get install nginx如果出现无法定位nginx包,进行如下操作: sudo...