我会尽力描述我所面临的挑战。我想用D3做两件事:
logits = tf.constant([[[10.0, 10.0, 20.0, 20.0],
[11.0, 10.0, 10.0, 30.0]],
[[15.0, 11.0, 11.0, 21.0],
[17.0, 11.0, 11.0, 21.0]]])
他们在不同的div上。可以1 .js,但最好2分开。
期望的互动:
tf.gather(logits, indices)
如何实现这样的目标?