摘要:$ python -c "import tensorflow as tf; tf.test.is_gpu_available(); print('version :' + tf.__version__)"
阅读全文
摘要:https://github.com/lutzroeder/netron https://github.com/lutzroeder/netron/releases/tag/v5.5.6
阅读全文
摘要:SOTA model 也就是state-of-the-art model的意思
阅读全文
摘要:https://github.com/fizyr/keras-retinanet
阅读全文
摘要:https://developer.nvidia.com/blog/tensorrt-integration-speeds-tensorflow-inference/
阅读全文
摘要:https://www.zybuluo.com/Team/note/1175689
阅读全文
摘要:https://blog.ddlee.cn/posts/7845fb62/
阅读全文
摘要:Deep Learning for Generic Object Detection: A Survey https://blog.csdn.net/AliceLeeHX/article/details/82726792 (Chinese) https://arxiv.org/pdf/1809.02
阅读全文
摘要:Interpretation: You can see the cost decreasing. It shows that the parameters are being learned. However, you see that you could train the model even
阅读全文
摘要:http://blog.csdn.net/ws_20100/article/details/49184037 http://blog.csdn.net/langb2014/article/details/50988275 (good !) https://www.cnblogs.com/yinhey
阅读全文
摘要:http://wentaoma.com/2016/08/10/caffe-python-common-api-reference/
阅读全文
摘要:http://blog.csdn.net/u014380165/article/details/76946339
阅读全文
摘要:From http://blog.csdn.net/czp0322/article/details/52161759 solver.prototxt sovler的主要作用就是交替调用前向传导和反向传导 (forward & backward) 来更新神经网络的连接权值,从而达到最小化loss,实际
阅读全文
摘要:内容都为转载. From https://blog.argcv.com/articles/1036.c From http://blog.csdn.net/Relocy/article/details/51453950 Case: 假如某个班级有男生80人,女生20人,共计100人.目标是找出所有女
阅读全文
摘要:白话深度学习与TensorFlow https://item.jd.com/12228460.html 第1章 机器学习是什么 2 1.1 聚类 4 1.2 回归 5 1.3 分类 8 1.4 综合应用 10 1.5 小结 14 第2章 深度学习是什么 15 2.1 神经网络是什么 15 2.1.1
阅读全文
摘要:http://blog.csdn.net/qq_27923041/article/category/6668316
阅读全文
摘要:Refer to https://www.jiqizhixin.com/articles/2017-01-02-7 https://www.leiphone.com/news/201702/T5e31Y2ZpeG1ZtaN.html 1. TensorFlow 是一个使用数据流图(data flow
阅读全文
摘要:https://www.jiqizhixin.com/articles/2017-01-02-7 http://blog.csdn.net/u012162613/article/details/45397033 https://keras.io/ 1. Keras is a high-level n
阅读全文