Skip to content

Kapre-0.3.3

Compare
Choose a tag to compare
@keunwoochoi keunwoochoi released this 15 Sep 03:15
· 11 commits to master since this release
ea31331
  • kapre.augmentation is added
  • kapre.time_frequency.ConcatenateFrequencyMap is added
  • kapre.composed.get_frequency_aware_conv2d is added
  • In STFT and InverseSTFT, keyword arg window_fn is renamed to window_name and it expects string value, not function.
    • With this update, models with Kapre layers can be loaded with h5 file format.
  • kapre.backend.get_window_fn is added