Kapre-0.3.3
kapre.augmentation
is addedkapre.time_frequency.ConcatenateFrequencyMap
is addedkapre.composed.get_frequency_aware_conv2d
is added- In
STFT
andInverseSTFT
, keyword argwindow_fn
is renamed towindow_name
and it expects string value, not function.- With this update, models with Kapre layers can be loaded with
h5
file format.
- With this update, models with Kapre layers can be loaded with
kapre.backend.get_window_fn
is added