Skip to content

correction to self.logits assignment in VDCNN#19

Open
samyuktsriram wants to merge 1 commit intocjiang2:mainfrom
samyuktsriram:patch-2
Open

correction to self.logits assignment in VDCNN#19
samyuktsriram wants to merge 1 commit intocjiang2:mainfrom
samyuktsriram:patch-2

Conversation

@samyuktsriram
Copy link

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.

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.
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

Successfully merging this pull request may close these issues.

1 participant