We currently pass around conditional information (cond_info) as dicts where side information is stored under certain keys, and the model eventually receives just the encoding. It would be relevant to standardize this, and in doing so generalize things like thermometer encoding, or to- and from-list operations on minibatches of conditional information.
We currently pass around conditional information (
cond_info) as dicts where side information is stored under certain keys, and the model eventually receives just theencoding. It would be relevant to standardize this, and in doing so generalize things like thermometer encoding, or to- and from-list operations on minibatches of conditional information.