mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-02-20 16:32:03 +01:00
Update inference.py
importing StringLookup for cnn-rnn inference
This commit is contained in:
parent
ed034aa8ce
commit
2ee8d8e050
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from keras.models import Model, load_model
|
|||
from keras import backend as K
|
||||
import click
|
||||
from tensorflow.python.keras import backend as tensorflow_backend
|
||||
from tensorflow.python.keras.layers import StringLookup
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
from .gt_gen_utils import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue