autoregressive icon indicating copy to clipboard operation
autoregressive copied to clipboard

would embedding layers be preferable to one-hot encodings for conditions?

Open cheind opened this issue 4 years ago • 0 comments

drawback: all conditions would have to be embeddable (i.e integers) - except the embedding layer is not part of the model, but lives outside.

cheind avatar Dec 09 '21 18:12 cheind