如何在没有模型的情况下提供Keras InputLayer?

时间:2020-10-01 10:05:25

标签: tensorflow keras

让我们以以下代码为例:

inputs = keras.layers.InputLayer(1).output
output = tf.random.uniform((1, )) * inputs

我想为inputs提供值,并使其在不使用Keras模型的情况下通过层传播。

怎么办?

0 个答案:

没有答案