-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Thanks for an excellent and well thought out framework.
It looks like from a model evaluation perspective - freeze/unfreeze have no role to play . To predict on a held out set it is enough to set torch.no_grad() and model.eval()
After all, all trainable parameters including those of the posterior distributions rho and mu are not affected by freeze/unfreeze (unless we call model.eval())
Is that correct?
Metadata
Metadata
Assignees
Labels
No labels