Get rid of tf.contrib

This commit is contained in:
romi1502
2020-07-01 15:48:02 +02:00
parent 4756d4de9a
commit 4d67121d24
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'