VDCNN icon indicating copy to clipboard operation
VDCNN copied to clipboard

correction to self.logits assignment in VDCNN

Open samyuktsriram opened this issue 2 years ago • 0 comments

in init(), self.logits was =True, which is incorrect. Should be =logits, which takes in the required Boolean value (logits) from the function arguments instead of being set to True always.

samyuktsriram avatar Jun 28 '22 07:06 samyuktsriram