mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Get rid of tf.contrib
This commit is contained in:
@@ -8,7 +8,7 @@ import importlib
|
||||
# pylint: disable=import-error
|
||||
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
|
||||
|
||||
from ..utils.tensor import pad_and_partition, pad_and_reshape
|
||||
|
||||
Reference in New Issue
Block a user