Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample always = True in forward method of the BBBConv2D class? #68

Open
rahulrathnakumar opened this issue Aug 30, 2021 · 0 comments
Open

Comments

@rahulrathnakumar
Copy link

I am trying to replicate the results of the paper, and also extend it for segmentation.
Why is "sample" always true for both training and validation passes in the forward method of the network modules? Shouldn't validation just use the acquired weights from the training phase? Also, I am unable to understand why the validation run uses "net.train()" instead of "net.eval()".
Any clarifications would be super helpful. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant