mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
Get rid of tf.contrib
This commit is contained in:
@@ -8,7 +8,7 @@ import importlib
|
|||||||
# pylint: disable=import-error
|
# pylint: disable=import-error
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
from tensorflow.contrib.signal import stft, inverse_stft, hann_window
|
from tensorflow.signal import stft, inverse_stft, hann_window
|
||||||
# pylint: enable=import-error
|
# pylint: enable=import-error
|
||||||
|
|
||||||
from ..utils.tensor import pad_and_partition, pad_and_reshape
|
from ..utils.tensor import pad_and_partition, pad_and_reshape
|
||||||
|
|||||||
Reference in New Issue
Block a user