Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 639 Bytes

tensorflow-examples

tensorflow build

bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-msse4.2 //tensorflow/tools/pip_package:build_pip_package
!pip install tensorflow-gpu==1.4.1 python_speech_features
!git clone https://github.com/kevinan1/tensorflow-examples.git
%cd ./tensorflow-examples/speech
!python ./run.py

感谢