Skip to content

v1.0.2 Newer torch version, improved support for dt argument

Latest
Compare
Choose a tag to compare
@dajes dajes released this 21 Nov 01:02
· 2 commits to main since this release

The model is re-exported with torch 2.1.1

Includes minor fixes:

  • Fix UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created
  • Now it doesn't ignore dt argument thanks to @niqodea (however it seems that authors of the model recommend to stick with .5)
  • Supports batched inference