Skip to content

Commit d8f00cd

Browse files
authored
Update decoder.py
1 parent beee7e1 commit d8f00cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow_tts/utils/decoder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15+
import tensorflow as tf
16+
1517
from tensorflow_addons.utils.types import Number
1618
from tensorflow_addons.utils.types import TensorLike
1719
from tensorflow_addons.seq2seq.decoder import (

0 commit comments

Comments
 (0)