Skip to content

Eval mode for ASR model and compatibility with PyTorch > 1.7#86

Open
mayank-git-hub wants to merge 2 commits intoyl4579:mainfrom
mayank-git-hub:main
Open

Eval mode for ASR model and compatibility with PyTorch > 1.7#86
mayank-git-hub wants to merge 2 commits intoyl4579:mainfrom
mayank-git-hub:main

Conversation

@mayank-git-hub
Copy link
Copy Markdown

  • Removed the inplace operation in Residual connection by replacing x+=res with x = x + res to make the repository compatible with torch > 1.7
  • Modified the dropout to be 0 in ASR to put it in eval mode

@mayank-git-hub
Copy link
Copy Markdown
Author

This is linked to the issue #72

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