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:
@@ -13,7 +13,7 @@ from os.path import exists
|
||||
import numpy as np
|
||||
import tensorflow as tf
|
||||
|
||||
from tensorflow.contrib.signal import stft, hann_window
|
||||
from tensorflow.signal import stft, hann_window
|
||||
# pylint: enable=import-error
|
||||
|
||||
from .. import SpleeterError
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
import numpy as np
|
||||
import tensorflow as tf
|
||||
|
||||
from tensorflow.contrib.signal import stft, hann_window
|
||||
from tensorflow.signal import stft, hann_window
|
||||
# pylint: enable=import-error
|
||||
|
||||
__email__ = 'research@deezer.com'
|
||||
|
||||
Reference in New Issue
Block a user