Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Jirka Borovec c23e20d5d7
CI: add action check (#410)
* CI: add action check
* Azure: str
2021-08-02 12:32:45 +02:00
quancs fe03f3a9c8
audio metrics: SNR, SI_SDR, SI_SNR (#292)
* add snr, si_sdr, si_snr
* format
* add noqa: F401 to __init__.py
* remove types in doc, change estimate to preds, remove EPS
* update functional.rst
* update CHANGELOG.md
* switch preds and target
* switch preds and target in Example
* add SNR, SI_SNR, SI_SDR module implementation
* add test
* add module doc
* use _check_same_shape
* to alphabetical order
* update test
* move Base to the top of Audio
* add soundfile
* gcc
* fix mocking
* image
* doctest
* mypy
* fix requirements
* fix dtype
* something
* update
* adjust
* Apply suggestions from code review
* update test_snr
* update test_si_snr
* new snr: use torch.finfo(preds.dtype).eps
* update test_snr.py
* new si_sdr imp
* update test_si_sdr
* update test_si_snr
* remove pb_bss_eval
* add museval
* update test files
* remove museval
* add funcs update return None annotation
* add 'Setup ffmpeg'
* update "Setup ffmpeg"
* use setup-conda@v1
* multi-OS
* update atol to 1e-5
* Apply suggestions from code review
* change atol to 1e-2
* update
* fix 'Setup Linux' not activated
* add sudo
* reduce Time to 100 to reduce the test time
* increase timeoutInMinutes to 40
* install ffmpeg
* timeout-minutes to 55
* +git
* show-error-codes
* .detach().cpu().numpy() first
* add numpy
* numpy
* ignore_errors torchmetrics.audio.*
* solve mypy no-redef error
* remove --quiet
* pypesq
* apt
* add # type: ignore
* try without test_si_snr & test_si_sdr
* test_import_speechmetrics
* test_speechmetrics_si_sdr
* test_si_sdr_functional
* test audio only
* install libsndfile1
* add sisnr sisdr test
* test all & add quiet & remove test_speechmetrics
* remove sudo & install libsndfile1
* add test
* update
* fix tests
* typing
* fix typing
* fix bus error
* SRMRpy
* pesq
* gcc
* comment
-u root
cuda 10.2
whoami
* env

Co-authored-by: quancs <quancs@qq.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2021-06-22 17:39:22 +00:00
Nicki Skafte f54ccca545
Inception Score (#299)
* implementation and test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* changelog

* add example

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

* update to torch fidelity 0.3.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* 35min

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2021-06-17 23:20:45 +00:00
Jirka Borovec 26eae3967d
Add testing agains each feat PT version (#127)
* draft

* update

* clean
2021-03-25 20:44:26 +01:00
Jirka Borovec b168272eaf
separate tests/integrations (#131)
* separate tests/integrations

* seed

* tests
2021-03-25 12:34:39 +01:00
Jirka Borovec b429dbdb2e
Refactor requirements (#130)
* docs

* test

* integrate

* devel

* - tm
2021-03-25 08:51:38 +01:00
Jirka Borovec dfc85be4f6
CI: fix coverage config (#84)
* update coverage config

* Apply suggestions from code review
2021-03-15 13:01:39 +01:00
Jirka Borovec bb5ca011e1
CI: publish test results (#80)
* publish test results

* coverage

* ci
2021-03-14 22:51:16 +01:00
Jirka Borovec f5ae915210
CI: add multi-GPU @Azure (#22)
* add PL config

* badge

* prune

* PT

* cov

* .
2021-03-01 21:10:06 +00:00