Automated rollback of commit 3d6df0985d
PiperOrigin-RevId: 294940942 Change-Id: I31c21b47627016e8d037b30da552ef40c6ec508d
This commit is contained in:
parent
c02cfb57d4
commit
9b8390678f
@ -45,8 +45,8 @@ import sys
|
|||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
from tensorflow.python.ops import gen_audio_ops as audio_ops
|
from tensorflow.python.ops import gen_audio_ops as audio_ops
|
||||||
import tensorflow.examples.speech_commands.input_data as input_data
|
import input_data
|
||||||
import tensorflow.examples.speech_commands.models as models
|
import models
|
||||||
from tensorflow.python.framework import graph_util
|
from tensorflow.python.framework import graph_util
|
||||||
|
|
||||||
# If it's available, load the specialized feature generator. If this doesn't
|
# If it's available, load the specialized feature generator. If this doesn't
|
||||||
|
@ -46,8 +46,8 @@ import sys
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
import tensorflow.examples.speech_commands.input_data as input_data
|
import input_data
|
||||||
import tensorflow.examples.speech_commands.models as models
|
import models
|
||||||
|
|
||||||
FLAGS = None
|
FLAGS = None
|
||||||
|
|
||||||
|
@ -78,8 +78,8 @@ import numpy as np
|
|||||||
from six.moves import xrange # pylint: disable=redefined-builtin
|
from six.moves import xrange # pylint: disable=redefined-builtin
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
import tensorflow.examples.speech_commands.input_data as input_data
|
import input_data
|
||||||
import tensorflow.examples.speech_commands.models as models
|
import models
|
||||||
from tensorflow.python.platform import gfile
|
from tensorflow.python.platform import gfile
|
||||||
|
|
||||||
FLAGS = None
|
FLAGS = None
|
||||||
|
@ -37,8 +37,8 @@ import sys
|
|||||||
|
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
import tensorflow.examples.speech_commands.input_data as input_data
|
import input_data
|
||||||
import tensorflow.examples.speech_commands.models as models
|
import models
|
||||||
from tensorflow.python.platform import gfile
|
from tensorflow.python.platform import gfile
|
||||||
|
|
||||||
FLAGS = None
|
FLAGS = None
|
||||||
|
Loading…
Reference in New Issue
Block a user