悲凉煎蛋

文章
3
资源
0
加入时间
2年10月21天

CNN经典网络模型 参考:

CNN经典网络模型摘要--AlexNet、ZFnet、GoogleNet、VGG、ResNetCNN的经典结构始于1998年的LeNet,成于2012年历史性的AlexNet,从此大盛于图像相关领域,主要包括:  1、LeNet,1998年  2、AlexNet,2012年  3、ZF-net,2013年  4、GoogleNet,2014年  5、

windows server使用nginx、flup部署django

1. 安装nginx下载地址:http://nginx.org/en/docs/windows.html2. 安装flup通过pip安装即可3. 配置nginx.conf配置文件文件路径在nginx主目录conf文件夹下,在nginx.conf server字段下添加location ~ ^/ { fastcgi_pass 127.0.0.1:8051; fastcgi_param...