Skip to content

Tags: keunwoochoi/kapre

Tags

Kapre-0.3.7

Toggle Kapre-0.3.7's commit message
add release note

Kapre-0.3.6

Toggle Kapre-0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kapre 0.3.6 (#132)

* Bugfix/pad end tflite (#131)

* update tensorflow requirements to have optional gpu version

* Update README.md

* Update README.md

* update CI

* remove extras requirement

* Add test for pad_end
Fix bug in tflite pad_end logic

* add missing arg

* comment

* better comment

* revert readme to master

* update travis

* Revert readme

* better readme

* test pad end

* Add tflite documentation

* with

* Add comment and formatting

Co-authored-by: Paul Kendrick <paul.kendrick@musictribe.com>

* bump version to 0.3.6

* reformat

* add release note

Co-authored-by: Paul Kendrick <kenders2000@gmail.com>
Co-authored-by: Paul Kendrick <paul.kendrick@musictribe.com>

Kapre-0.3.5

Toggle Kapre-0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kapre 0.3.5 (#122)

* Feat/tflite compatibility (#118)

* update tensorflow requirements to have optional gpu version

* Update README.md

* Update README.md

* update CI

* tflite compatible STFT layer

* tflite compatible STFT layer

* magnitude layer works out shape for itself.

* tflite phase support

* Approximate phase and tests

* undo some black modifications

* undo some black modifications

* undo some black modifications

* undo some black modifications

* remove batch index

* right padding only for stft, improved unit test

* update doc string

* update doc string

* remove extra requirement

* remove extra requirement

* add extra req

* remove extra req

* remove extra req

* remove extra req

* remove extra req

* remove extra req

* remove extra req

* remove extra req

* update readme

* update readme

* update docstring

* update docstrings

* tflite compatible layers as a subpackage

* Wrap comment in """

* Revert to simple modules

* Dont need to reinitialise

* Fix formatting

* Revert some `black` changes

* Docstring update

* docstring update

Co-authored-by: Paul Kendrick <paul.kendrick@musictribe.com>

* magnitude_to_decibel support for float16+float64 (#120)

* magnitude_to_decibel support for float16+float64

The function kapre.backend.magnitude_to_decibel with the default
arguments throws a TensorFlow type error if `x` is not `float32`.

We can fix this by casting `amin` to `x`'s dtype.

* Tests for magnitude_to_decibel dtype

Floating point errors with `float16` require use to assert
with a larger NumPy `rtol`, but otherwise it works.

* add _tflite to the doc

* update doc setup

* add doc utility script

* fix install requirement for docs

* rtd

* re-travis

Co-authored-by: Paul Kendrick <kenders2000@gmail.com>
Co-authored-by: Paul Kendrick <paul.kendrick@musictribe.com>
Co-authored-by: James Mishra <james.mishra@neocrym.com>

Kapre-0.3.4

Toggle Kapre-0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kapre 0.3.4 (#101)

* working on example

* fix window function in backend

* add release note; bump version

Co-authored-by: Keunwoo Choi <keunwoo.choi@bytedance.com>

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kapre 0.3.3 (#99)

* fix typo

WIP - Kapre 0.3.2 (#88)

* Add ReadTheDocs config and files (#87)

add napoleon

add readthedocs.yml

add version 2

fix readthedocs yaml

add setup_py_install

fix setup py install

diff doc

move rtd yml to docs/

add kapre source

add requirements.txt

ugh

mock the dependency

remove wrong line sys path add

add mock modules

rollback readthedocs.yaml;

fix pip path

gettinb back the mocks but ughhh

dd

update napoleon

fix recursive error at mocking

sdngfosdnfsdnf

remove unittest mocking

update doc

add more rsts

update

clean index

* add framing

* update doc and dostring

* update signal test;

* change testing python version

* more generous on numpy, upgrade pip at travis

* add ignore llvmlite

* black follow project config. py36 and 37 only

* remove black from travis

* update readme

* specify numpy to be >=1.19

* update readme

* update readme

* add references

* starting mu law

* add mu law backend

* done with mu law layers

* fix test. rename to LogmelToMFCC

* adding example. added alias at __init__ so that kapre.LAYERNAME could work

* all examples are added for layer classes

* fix docstring indentation

* fix more docs

* change to import directly

* fix typo

* fix docstrings more

* add examples for composed layer

* example format

* add custom css to be wider

Co-authored-by: forcecore <ssanzing@gmail.com>
Co-authored-by: Keunwoo Choi <keunwoo.choi@bytedance.com>

Make small spelling and formatting changes in docs (#91)

Fix doc typos (#94)

Fixed TypeError when loading model using "keras.models.load_model" (#95)

apply black

change dictionary to function; update docstrings

apply black

do not use window_fn, use windoe_name instead.

draft for augmentation

WIP: frequency aware conv layer. (#89)

* added basic frequency aware conv layer.

* clean up code

* switching to args

* clean up add channel function

* freq,time to time,freq in doc

* add concat layer

* update on my side

* merge conflict

Co-authored-by: khaled <khaledvic@gmail.com>
Co-authored-by: khaled <khaled.koutini@jku.at>
Co-authored-by: Keunwoo Choi <keunwoo.choi@bytedance.com>
Co-authored-by: Keunwoo Choi <gnuchoi+github@gmail.com>

fix after merging

apply black

add example for freq concat

refine example

* rebase with master

* fix typo

* update test with save format

* enable name in compose layer. add release note

* update release note

* fix index

* update link in index.rst

Co-authored-by: keunwoochoi <gnuchoi+github@gmail.com`>
Co-authored-by: Keunwoo Choi <keunwoo.choi@bytedance.com>

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
WIP - Kapre 0.3.2 (#88)

* Add ReadTheDocs config and files (#87)

add napoleon

add readthedocs.yml

add version 2

fix readthedocs yaml

add setup_py_install

fix setup py install

diff doc

move rtd yml to docs/

add kapre source

add requirements.txt

ugh

mock the dependency

remove wrong line sys path add

add mock modules

rollback readthedocs.yaml;

fix pip path

gettinb back the mocks but ughhh

dd

update napoleon

fix recursive error at mocking

sdngfosdnfsdnf

remove unittest mocking

update doc

add more rsts

update

clean index

* add framing

* update doc and dostring

* update signal test;

* change testing python version

* more generous on numpy, upgrade pip at travis

* add ignore llvmlite

* black follow project config. py36 and 37 only

* remove black from travis

* update readme

* specify numpy to be >=1.19

* update readme

* update readme

* add references

* starting mu law

* add mu law backend

* done with mu law layers

* fix test. rename to LogmelToMFCC

* adding example. added alias at __init__ so that kapre.LAYERNAME could work

* all examples are added for layer classes

* fix docstring indentation

* fix more docs

* change to import directly

* fix typo

* fix docstrings more

* add examples for composed layer

* example format

* add custom css to be wider

Co-authored-by: forcecore <ssanzing@gmail.com>
Co-authored-by: Keunwoo Choi <keunwoo.choi@bytedance.com>

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kapre 0.3.1 (#86)

* add magphase

* add test for magphase

* add pad_begin

* add istft, composed - PR stft + istft, their value test, etc

* remove redundant audio loading in test. add phase test doc.

* bump version

* update docstrings, add constant values for data format strings

* update readme

* update readme

Co-authored-by: keunwoochoi <gnuchoi+github@gmail.com`>

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kapre 0.3.0 (#81)

* draft is done. backend test is done

* more work on spectrogram test

* all works well except saving filterbank layer

* fixed filterbank issue, add more test

* update readme

* update readme

* update notebook

* fix code in readme

* add scripts

* add pip install on readme

Co-authored-by: Keunwoo Choi <keunwoochoi@KCs-qmul-mbp.local>
Co-authored-by: keunwoochoi <gnuchoi+github@gmail.com`>

v0.1.8

Toggle v0.1.8's commit message
fix typo in readme

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Keunwooc/remove py27 (#63)

* bump version to 0.1.7; update metadata

* add tox.ini

* remove py2.7 dependency, future

* black and other linting

* tox is local; pytest on travis

* update log

* update readme