Skip to content

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

Description

@rahulrathnakumar

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions