Coder Social home page Coder Social logo

open-speech-recording's Introduction

Open Speech Recording is a small web application to collect short snippets of speech, and upload them to cloud storage. It's designed to help gather open speech data sets to train machine learning systems.

It's based around a small Flask app that will run on Google App Engine. This serves up a client-side Javascript app that prompts for a series of words, records the audio, and then POSTs the results back to the server.

Running

To get started, you'll need to edit app.yaml to point to your own storage bucket and update the session key. If you have the Google Cloud SDK set up, you should be able to run a local copy with this command:

dev_appserver.py app.yaml

I've often had trouble getting local copies of the app to work with cloud storage, so you may see errors on the final upload stage with this setup. To deploy it to an appspot instance, run this:

gcloud app deploy

Credits

Thanks to the Mozilla team for the Web Dictaphone sample application that I used as a starting point, Sole for the oscilloscope, and the Flask team for a lovely Python microframework!

Written by Pete Warden, [email protected].

open-speech-recording's People

Contributors

petewarden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

open-speech-recording's Issues

Error 403, while uploading the voice commands

Steps I followed:

  • Allowed browser to use Microphone
  • Pressed on record
  • It gave me 110 words, one after the other
  • Asked me if I wanna upload the clips, I said yes. Got 403.
  • Tried upload button couple of times, same 403 ..

Screenshot Attached
screen shot 2017-07-18 at 10 56 44 pm

Recording stopped too early

That's a common problem of such tools that the recording stops too early and parts of the word or sentence is missing. Just record a little longer than you normally would!

recordings.zip

Reshape Error

I am getting Reshape Error, while trying with custom wav files. The files are under each individual folders and folders are named after each label.

(tensorflow) root@ubuntuserver2:~/tensorflow/tensorflow# bazel run tensorflow/examples/speech_commands:train -- --data_dir=/root/ASR/classifierdata --wanted_words=oota,ninageyaavebannaishta,neevuhegidheera,mane,kempu --clip_duration_ms=3 --data_url=
WARNING: /root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/external/protobuf_archive/WORKSPACE:1: Workspace name in /root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/external/protobuf_archive/WORKSPACE (@com_google_protobuf) does not match the name given in the repository's definition (@protobuf_archive); this will cause a build error in future versions
WARNING: /root/tensorflow/tensorflow/tensorflow/core/BUILD:1928:1: in includes attribute of cc_library rule //tensorflow/core:framework_headers_lib: '../../external/nsync/public' resolves to 'external/nsync/public' not below the relative path of its package 'tensorflow/core'. This will be an error in the future. Since this rule was created by the macro 'cc_header_only_library', the error might have been caused by the macro implementation in /root/tensorflow/tensorflow/tensorflow/tensorflow.bzl:1179:30
WARNING: /root/tensorflow/tensorflow/tensorflow/core/BUILD:1928:1: in includes attribute of cc_library rule //tensorflow/core:framework_headers_lib: '../../external/nsync/public' resolves to 'external/nsync/public' not below the relative path of its package 'tensorflow/core'. This will be an error in the future. Since this rule was created by the macro 'cc_header_only_library', the error might have been caused by the macro implementation in /root/tensorflow/tensorflow/tensorflow/tensorflow.bzl:1179:30
WARNING: /root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/external/grpc/WORKSPACE:1: Workspace name in /root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/external/grpc/WORKSPACE (@com_github_grpc_grpc) does not match the name given in the repository's definition (@grpc); this will cause a build error in future versions
WARNING: /root/tensorflow/tensorflow/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundle:exporter': No longer supported. Switch to SavedModel immediately.
WARNING: /root/tensorflow/tensorflow/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundle:gc': No longer supported. Switch to SavedModel immediately.
INFO: Analysed target //tensorflow/examples/speech_commands:train (0 packages loaded).
INFO: Found 1 target...
Target //tensorflow/examples/speech_commands:train up-to-date:
bazel-bin/tensorflow/examples/speech_commands/train
INFO: Elapsed time: 0.750s, Critical Path: 0.01s
INFO: Build completed successfully, 1 total action

INFO: Running command line: bazel-bin/tensorflow/examples/speech_commands/train '--data_dir=/root/ASR/classifierdata' '--wanted_words=oota,ninageyaavebannaishta,neevuhegidheera,mane,kempu' '--clip_duration_ms=3' '--data_url='
WARNING:tensorflow:From /root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/contrib/learn/python/learn/datasets/base.py:198: retry (from tensorflow.contrib.learn.python.learn.datasets.base) is deprecated and will be removed in a future version.
Instructions for updating:
Use the retry module or similar alternatives.
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
2018-03-04 14:31:56.891781: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
INFO:tensorflow:Training from step: 1
Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1361, in _do_call
return fn(*args)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1340, in _run_fn
target_list, status, run_metadata)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/framework/errors_impl.py", line 516, in exit
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: Reshape cannot infer the missing input size for an empty tensor unless all specified input sizes are non-zero
[[Node: Reshape = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_fingerprint_input_0_1, Reshape/shape)]]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/examples/speech_commands/train.py", line 428, in
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/platform/app.py", line 126, in run
_sys.exit(main(argv))
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/examples/speech_commands/train.py", line 217, in main
dropout_prob: 0.5
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1137, in _run
feed_dict_tensor, options, run_metadata)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1355, in _do_run
options, run_metadata)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/client/session.py", line 1374, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Reshape cannot infer the missing input size for an empty tensor unless all specified input sizes are non-zero
[[Node: Reshape = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_fingerprint_input_0_1, Reshape/shape)]]

Caused by op 'Reshape', defined at:
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/examples/speech_commands/train.py", line 428, in
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/platform/app.py", line 126, in run
_sys.exit(main(argv))
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/examples/speech_commands/train.py", line 132, in main
is_training=True)
File "/root/tensorflow/tensorflow/tensorflow/examples/speech_commands/models.py", line 102, in create_model
return create_conv_model(fingerprint_input, model_settings, is_training)
File "/root/tensorflow/tensorflow/tensorflow/examples/speech_commands/models.py", line 218, in create_conv_model
[-1, input_time_size, input_frequency_size, 1])
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/ops/gen_array_ops.py", line 5826, in reshape
"Reshape", tensor=tensor, shape=shape, name=name)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/framework/op_def_library.py", line 787, in _apply_op_helper
op_def=op_def)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/framework/ops.py", line 3270, in create_op
op_def=op_def)
File "/root/.cache/bazel/_bazel_root/47957f66265b9974bb011d3451b03033/execroot/org_tensorflow/bazel-out/k8-opt/bin/tensorflow/examples/speech_commands/train.runfiles/org_tensorflow/tensorflow/python/framework/ops.py", line 1650, in init
self._traceback = self._graph._extract_stack() # pylint: disable=protected-access

InvalidArgumentError (see above for traceback): Reshape cannot infer the missing input size for an empty tensor unless all specified input sizes are non-zero
[[Node: Reshape = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_fingerprint_input_0_1, Reshape/shape)]]

ERROR: Non-zero return code '1' from command: Process exited with status 1
(tensorflow) root@ubuntuserver2:~/tensorflow/tensorflow#

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.