摘要:
http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/ The academic Deep Learning research community has largely stay 阅读全文
posted @ 2018-07-09 20:53
Django's blog
阅读(1051)评论(0)推荐(0)
摘要:
OSError: Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so 解决: sudo vim /etc/ld.so.conf 添加:/opt/source/geos-3 阅读全文
posted @ 2018-07-02 14:20
Django's blog
阅读(3281)评论(0)推荐(0)
摘要:
先看代码: #命名空间函数tf.variable_scope()和tf.name_scope()函数区别于使用 import tensorflow as tf with tf.variable_scope("foo"): a = tf.get_variable("bar", [1]) print(a 阅读全文
posted @ 2018-06-27 17:21
Django's blog
阅读(609)评论(0)推荐(0)