VDCNN
VDCNN copied to clipboard
correction to self.logits assignment in VDCNN
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.