摘要: 阳性比例 mysql CASE UNION ALL 阅读全文
posted @ 2018-05-10 22:55 papering 阅读(274) 评论(0) 推荐(0)
摘要: [root@myv xiaole_dl_img]# cp upfc/mainDEBUGmysqllogTEST.py online_package_test_/tmp/ cp: overwrite ‘online_package_test_/tmp/mainDEBUGmysqllogTEST.py’? y [root@myv xiaole_dl_img]# cp -f upfc/main... 阅读全文
posted @ 2018-05-10 17:45 papering 阅读(175) 评论(0) 推荐(0)
摘要: import matplotlib.pyplot as plt import tensorflow as tf sess = tf.Session() x_vals = tf.linspace(-1., 1., 500) target = tf.constant(0.) l2_y_vals = tf.square(target - x_vals) l2_y_o... 阅读全文
posted @ 2018-05-10 07:38 papering 阅读(642) 评论(0) 推荐(0)