StarGANv2-VC icon indicating copy to clipboard operation
StarGANv2-VC copied to clipboard

Eval mode for ASR model and compatibility with PyTorch > 1.7

Open mayank-git-hub opened this issue 1 year ago • 1 comments

  • 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 avatar May 16 '23 12:05 mayank-git-hub