摘要: import tensorflow as tf inputs = tf.random.normal([32, 10, 8]) lstm = tf.keras.layers.LSTM(4) output = lstm(inputs) print(output.shape) lstm = tf.kera 阅读全文
posted @ 2020-11-09 14:30 说分手后还能做炮友? 阅读(339) 评论(0) 推荐(0)