Closed nec4 closed 4 years ago
Now that we are using BatchNorm1d (a layer that behaves differently in eval and train modes), we should add this as an option for the dataset_loss function.
BatchNorm1d
eval
train
dataset_loss
Done in #158
Now that we are using
BatchNorm1d
(a layer that behaves differently ineval
andtrain
modes), we should add this as an option for thedataset_loss
function.