上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 62 下一页
摘要: 一方面可以用tensorboard来可视化,更方便的是用如下网址: https://lutzroeder.github.io/netron/ 阅读全文
posted @ 2019-05-24 09:01 牧马人夏峥 阅读(451) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013617144/article/details/44807333 阅读全文
posted @ 2019-05-21 17:46 牧马人夏峥 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 1、MobilenetV3是通过NAS得到的,结合了v1,v2和MnasNet的结构,包括v1的dw,v2的linear bottleneck和逆残差结构, MnasNet的se结构(接在部分linear bottleneck之后)。 SEnet中,se模块及其在resnet中的放置位置如下 htt 阅读全文
posted @ 2019-05-20 16:34 牧马人夏峥 阅读(6600) 评论(0) 推荐(0) 编辑
摘要: pip install mxnet-cu90 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 安装sklearn时总报错 ERROR: scikit-learn requires Python '>=3.5' but t 阅读全文
posted @ 2019-05-13 19:12 牧马人夏峥 阅读(369) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/61605124 阅读全文
posted @ 2019-05-07 09:16 牧马人夏峥 阅读(101) 评论(0) 推荐(0) 编辑
摘要: conda安装时一直报错,换源什么的都不好使,折腾了半天,直到看到https://blog.csdn.net/u013383596/article/details/87718472 将https改为http即可。 阅读全文
posted @ 2019-05-06 16:09 牧马人夏峥 阅读(21651) 评论(0) 推荐(1) 编辑
摘要: 1、keras 与 tensorboard 终端 tensorboard --logdir="./log" http://localhost:6006(如果访问的是服务器,别忘记修改ip) https://stackoverflow.com/questions/42112260/how-do-i-u 阅读全文
posted @ 2019-05-06 13:38 牧马人夏峥 阅读(480) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/42517760 阅读全文
posted @ 2019-05-06 10:53 牧马人夏峥 阅读(183) 评论(0) 推荐(0) 编辑
摘要: import ssl ssl._create_default_https_context = ssl._create_unverified_contexthttps://stackoverflow.com/questions/47231408/downloading-resnet50-in-kera 阅读全文
posted @ 2019-05-05 16:47 牧马人夏峥 阅读(1738) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/shouhuxianjian/p/9789243.html 阅读全文
posted @ 2019-04-26 09:23 牧马人夏峥 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 62 下一页