我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 46 下一页
摘要: 深度卷积网络除了准确度,计算复杂度也是考虑的重要指标。本文列出了近年主流的轻量级网络,简单地阐述了它们的思想。由于本人水平有限,对这部分的理解还不够深入,还需要继续学习和完善。 最后我参考部分列出来的文章都写的非常棒,建议继续阅读。 复杂度分析 理论计算量(FLOPs):浮点运算次数(FLoatin 阅读全文
posted @ 2019-09-18 15:32 Michael云擎 阅读(1496) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/u011995719/article/details/79100582一 引言二 轻量化模型2.1 SqueezeNet2.2 MobileN 阅读全文
posted @ 2019-09-18 15:31 Michael云擎 阅读(680) 评论(0) 推荐(0)
摘要: 向 AWS Elastic Beanstalk 部署 Flask 应用程序 Flask 是一种适用于 Python 的开源 Web 应用程序框架。本教程将演练生成 Flask 应用程序并将其部署到 AWS Elastic Beanstalk 环境的过程。 小节目录 先决条件 通过 Flask 设置 阅读全文
posted @ 2019-09-17 20:27 Michael云擎 阅读(641) 评论(0) 推荐(0)
摘要: https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html Installing the AWS Toolkit for Visual Studio Code This section describes 阅读全文
posted @ 2019-09-16 17:39 Michael云擎 阅读(404) 评论(0) 推荐(0)
摘要: Installing the AWS SAM CLI on macOS https://docs.aws.amazon.com/zh_cn/serverless-application-model/latest/developerguide/serverless-sam-cli-install-ma 阅读全文
posted @ 2019-09-16 12:59 Michael云擎 阅读(512) 评论(0) 推荐(0)
摘要: 下面我们介绍当需要用到树莓派的显示屏作为演示或监视器的时候,禁止长时间无响应屏幕休眠的方法。区分两种情况: 一、禁止屏幕在图形界面下休眠 在 /etc/profile.d 路径下新建一个文件,如Screen.sh,并将下面两条命令写入该文件,即可以实现永久禁用。 1 2 xsetdpms 0 0 0 阅读全文
posted @ 2019-09-10 11:21 Michael云擎 阅读(561) 评论(0) 推荐(0)
摘要: Installing libgtk-x11-2.0.so.0 in Amazon Linux AMI 2017.03.1 Encountered an error when “import cv2″ in Jupyterhub. This is a memo to solve it. Amazon 阅读全文
posted @ 2019-09-09 19:20 Michael云擎 阅读(526) 评论(0) 推荐(0)
摘要: https://software.intel.com/en-us/articles/get-started-with-the-openvino-toolkit-and-aws-greengrass Hardware-Accelerated Function-as-a-Service Using AW 阅读全文
posted @ 2019-09-07 23:01 Michael云擎 阅读(210) 评论(0) 推荐(0)
摘要: https://software.intel.com/en-us/articles/get-started-with-the-openvino-toolkit-and-aws-greengrass Hardware-Accelerated Function-as-a-Service Using AW 阅读全文
posted @ 2019-09-07 19:36 Michael云擎 阅读(204) 评论(0) 推荐(0)
摘要: 如果有任何物体在移动,树莓派的摄像头就会抓拍,并保存到/home/pi/picam文件夹,在pc机上,就可以远程用VNC查看这些照片。 https://blog.csdn.net/u013162035/article/details/78580486 #!/usr/bin/python # orig 阅读全文
posted @ 2019-09-07 19:21 Michael云擎 阅读(847) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers