predictions = model(x_train[:1]).numpy() predictions ... tf.nn.softmax(predictions).numpy() ... loss_fn(y_train[:1], predictions).numpy().
確定! 回上一頁