Commit Graph

210 Commits

Author SHA1 Message Date
Moussallam
abda77661b Merge pull request #395 from deezer/contributing
update contributing instruction set
2020-05-24 23:40:50 +02:00
mmoussallam
a6dbe9cd7e update contributing instruction set 2020-05-24 23:06:25 +02:00
romi1502
7630f2966a modified musdb training config so that it provides decent results 2020-05-22 14:40:32 +02:00
romi1502
bd9cd3e006 Added ISR for demucs 2020-05-22 14:23:46 +02:00
romi1502
096d9ce193 Added SIR and SAR for Demucs 2020-05-20 14:22:18 +02:00
mmoussallam
4b8b9236d0 Add Changelog file 2020-05-15 17:06:58 +02:00
Romain Hennequin
231c164cd4 Merge pull request #375 from deezer/avoid_multiple_restore_librosa
Fix some issues with librosa stft backend: avoid multiple checkpoint restoration + one tf.graph per Separator. Version bumped to 1.5.2.
2020-05-15 16:11:45 +02:00
romi1502
bf3baf69c0 Increased version number 2020-05-15 15:53:20 +02:00
Félix Voituret
a2e8f11061 Merge pull request #362 from Martin1994/np-tf-fix
Use tf.abs in compute_spectrogram_tf
2020-05-15 15:43:41 +02:00
romi1502
0f89b712ed Avoid multiple checkpoint restauration and add a specific tf graph for each Separator which makes it possible to instanciate several ones 2020-05-12 21:48:41 +02:00
Moussallam
1c1ff80c0b Update README.md
Added a disclaimer line to avoid questions on forked initiatives
2020-05-10 15:34:48 +02:00
Félix Voituret
e2a68f2e37 docs: add JOSS badge 2020-05-07 15:11:30 +02:00
Félix Voituret
9a3fec07f9 Merge pull request #352 from marshalium/cleanup_tempfile
Cleanup model archive tempfile
2020-05-07 15:06:44 +02:00
Martin Chloride
9513380c76 Use tf.abs in compute_spectrogram_tf
To avoid the following error: `Cannot convert a symbolic Tensor (transpose_1:0) to a numpy array`
2020-05-07 02:00:31 -07:00
Marshall Scorcio
ba9999ac22 Remove temp model archive after extraction
Without this change every time a model is downloaded
it leaks a file in the temp directory.
2020-04-25 22:06:17 -07:00
Marshall Scorcio
0366a4c83d Use with statement to auto-close tarfile 2020-04-25 22:00:32 -07:00
Romain Hennequin
ca938960f4 Merge pull request #328 from deezer/1.5.1
1.5.1
2020-04-15 09:16:53 +02:00
romi1502
5085c901af update to version 1.5.1 2020-04-15 09:02:14 +02:00
romi1502
87225b9001 Put back save_to_file as a public method of Separator 2020-04-14 22:33:35 +02:00
Romain Hennequin
77546e42e2 Merge pull request #319 from deezer/fix_multiple_call_to_separate
Fix multiple call to Separator.separate by instantiating the tensorflow graph only once in the methods.
2020-04-12 21:20:23 +02:00
romi1502
1ba8b37146 Fix multiple call to Separator.separate by instantiating tensorflow graphs only once 2020-04-10 18:06:37 +02:00
romi1502
a23a66e683 Cleaning: updated docstring and unexposed some internal methods 2020-04-10 17:17:35 +02:00
Moussallam
1287ef85d1 Merge pull request #305 from alreadytaikeune/fix_librosa_mono
Fix librosa mono
2020-04-03 16:15:59 +02:00
Romain Hennequin
b3d43700ae Update README.md 2020-04-01 22:29:46 +02:00
Romain Hennequin
5ab40b2ea6 Update README.md 2020-04-01 17:09:42 +02:00
Moussallam
648b308609 Update README.md 2020-03-31 01:00:21 +02:00
mmoussallam
7ef2e44a19 update README 2020-03-31 00:56:14 +02:00
akhlif
ae6ed9f306 Tensorflow 1.15.2 2020-03-27 16:29:10 +01:00
akhlif
f8c728a67b Hack so that multichannel doesn't crash with librosa 2020-03-27 16:15:14 +01:00
akhlif
38bfff833e Fixing tests when running in single process 2020-03-27 11:12:05 +01:00
akhlif
4e16e0fe23 correct fixtures 2020-03-26 14:27:19 +01:00
akhlif
5d18b7855c Adding support for mono files with librosa backend 2020-03-26 14:23:41 +01:00
Moussallam
89d78bf31f Merge pull request #247 from deezer/tensorflow-1.15
feat: upgrade tensorflow version
2020-03-21 00:32:21 +01:00
Moussallam
938ebf4c72 Merge branch 'master' into tensorflow-1.15 2020-03-21 00:00:41 +01:00
alreadytaikeune
243b3236ad Merge pull request #282 from alreadytaikeune/librosa_backend
Librosa backend
2020-03-20 17:10:41 +01:00
akhlif
6539bf779b Bumping tensorflow version to do 1 PR merge instead of two 2020-03-20 15:40:55 +01:00
akhlif
2365a9b37f Removing duplicate logs 2020-03-20 15:39:11 +01:00
romi1502
6b713edfb9 Added paper for JOSS submission 2020-03-06 18:11:36 +01:00
akhlif
3cba6985f4 Updating tests to test for librosa backend 2020-02-27 15:38:46 +01:00
akhlif
922fcd85bb add librosa dependency 2020-02-27 14:37:02 +01:00
akhlif
d177525ea7 Moving get_backend to separator 2020-02-27 14:13:59 +01:00
akhlif
6001ae12a9 Fixing the stft/istft computations 2020-02-27 11:05:06 +01:00
akhlif
31f823aaa4 removing useless code 2020-02-26 17:51:28 +01:00
akhlif
fe4634afa6 Adding option to use librosa backend.
Changes in the EstimatorBuilder to set attributes instead of returning tensors for the _build methods.
InputProvider classes to handle the different backend cases.
New method in Separator.
2020-02-26 16:59:21 +01:00
akhlif
aa7c208b39 First draft implementing correct reconstruction 2020-02-20 09:42:16 +01:00
akhlif
f93dfbc235 Adding a new argument to support chunked inference 2020-02-19 10:55:48 +01:00
Félix Voituret
d5d372dd0f Merge pull request #251 from valrus/allow-use-without-multiprocessing
Add an option allowing use without a multiprocessing pool...
2020-01-30 12:01:16 +01:00
Félix Voituret
dde9bc610e Merge pull request #249 from deezer/write_race_cond
fixing possible race condition in output writing
2020-01-30 11:55:21 +01:00
mmoussallam
a23a41a380 fixing possible race condition in output writing 2020-01-27 15:10:34 +01:00
Félix Voituret
4f60b44e57 Merge pull request #248 from robert-moore/patch-1
fix(config.yml): docker run 4 and 5 stem containers
2020-01-27 14:36:02 +01:00