tf.layers.conv1d( inputs, filters, kernel_size, strides=1, ... import tensorflow as tf x = tf.get_variable(name="x", shape=[32, 512, 1024], ...
確定! 回上一頁