摘要: 1.tf.nn.softplus https://blog.csdn.net/ai_lx/article/details/88953587 import tensorflow as tf a = tf.constant([-1.0, 12.0]) with tf.Session() as sess: 阅读全文
posted @ 2021-01-25 13:11 lypbendlf 阅读(224) 评论(0) 推荐(0) 编辑