-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
I have a very small dataset, so I was trying to implement Leave One Group Out cross-validation. When I do this, pytorch gives a user warning related to the computation of batch standard deviation in the forward method (my prediction set is just one bag).
I am not sure the best way to resolve this, but I think this is affecting inference. I think one way to do this is to set the unbiased kwarg to false, but I don't know how performance will change either when this is done.
Happy to share some of my code snippets if that is helpful.
Best,
Mike
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels