摘要:
一方面可以用tensorboard来可视化,更方便的是用如下网址: https://lutzroeder.github.io/netron/ 阅读全文
摘要:
https://blog.csdn.net/u013617144/article/details/44807333 阅读全文
摘要:
1、MobilenetV3是通过NAS得到的,结合了v1,v2和MnasNet的结构,包括v1的dw,v2的linear bottleneck和逆残差结构, MnasNet的se结构(接在部分linear bottleneck之后)。 SEnet中,se模块及其在resnet中的放置位置如下 htt 阅读全文
摘要:
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 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/61605124 阅读全文
摘要:
conda安装时一直报错,换源什么的都不好使,折腾了半天,直到看到https://blog.csdn.net/u013383596/article/details/87718472 将https改为http即可。 阅读全文
摘要:
1、keras 与 tensorboard 终端 tensorboard --logdir="./log" http://localhost:6006(如果访问的是服务器,别忘记修改ip) https://stackoverflow.com/questions/42112260/how-do-i-u 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/42517760 阅读全文
摘要:
import ssl ssl._create_default_https_context = ssl._create_unverified_contexthttps://stackoverflow.com/questions/47231408/downloading-resnet50-in-kera 阅读全文
摘要:
http://www.cnblogs.com/shouhuxianjian/p/9789243.html 阅读全文