Hi all (maybe a basic question) but I would like to construct a BinomialDistributionLoss() for my TemporalFusionTransformer
But such a loss requires both the output of the network and the total_counts
.
I can provide the total_counts
(and do) within the TimeSeriesDataSet
via the time_varying_known_reals
variable, but how can I access that value in the loss?
Does the dataloader return each covariate and could I pass it in?
Thanks!