I don't understand the argument num_units
in TensorFlow's BahdanauAttention. It's defined as:
num_units: The depth of the query mechanism.
which is unclear to me.
I don't understand the argument num_units
in TensorFlow's BahdanauAttention. It's defined as:
num_units: The depth of the query mechanism.
which is unclear to me.