A. Unique TensorFlower
985ad0276a
PY2 removal cleanup
...
PiperOrigin-RevId: 352907145
Change-Id: I82de30d92dc9c2b53215d6d5732c67afe339c23d
2021-01-20 17:11:44 -08:00
A. Unique TensorFlower
034633f23b
PY2 removal cleanup
...
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
A. Unique TensorFlower
f5236aa296
BUILD file cleanup
...
PiperOrigin-RevId: 334697600
Change-Id: I4f22e8c9a3dcd073f037847c8fde99e5ec1f3a35
2020-09-30 16:03:47 -07:00
Pete Warden
314b503bd2
Add SavedModel support to speech commands training
...
PiperOrigin-RevId: 307691321
Change-Id: Ib52d1bf5537835ce56db11b074a0f3df9c3f9206
2020-04-21 15:24:55 -07:00
TensorFlower Gardener
fa3451c646
Merge pull request #36655 from foldl:fix-float-wav-data
...
PiperOrigin-RevId: 302427524
Change-Id: I3d9201bce1f454e855a23553a6a1b1223cb398e0
2020-03-23 07:22:24 -07:00
Meghna Natraj
3fd71fca2c
Update speech_commands example: Code cleanup by resolving warnings and errors.
...
PiperOrigin-RevId: 296559221
Change-Id: I07442f9296dd02f2a6ef46969a3efc475c2235e5
2020-02-21 20:07:46 -08:00
TensorFlower Gardener
23b4405ace
Merge pull request #36743 from foldl:make-speech-command-v2-compat
...
PiperOrigin-RevId: 296056103
Change-Id: Ibee2e8731ff7e8ebf19e5fa4e53f62d95634e4b8
2020-02-19 14:23:08 -08:00
Meghna Natraj
d9c9c92c7c
Fix bug in dropout.
...
PiperOrigin-RevId: 295776879
Change-Id: Ic25abd0fe0e442f37a32c7f68307e43728658b71
2020-02-18 11:57:30 -08:00
Judd
e390647355
Update accuracy_utils.py
...
fix pylint warning/errors.
2020-02-14 16:06:02 +08:00
Judd
8e3fc97982
Update test_streaming_accuracy.py
...
fix v2 compatibility.
2020-02-14 14:36:43 +08:00
Judd
19ecdb017a
Update accuracy_utils.py
...
fix v2 compatibility.
2020-02-14 14:33:34 +08:00
Meghna Natraj
9b8390678f
Automated rollback of commit 3d6df0985d
...
PiperOrigin-RevId: 294940942
Change-Id: I31c21b47627016e8d037b30da552ef40c6ec508d
2020-02-13 10:10:10 -08:00
Meghna Natraj
615b6c01dc
Fix warnings and minor refactoring.
...
PiperOrigin-RevId: 294698198
Change-Id: I82951719bfa8d069f56792cfd9caf3a27a9f6215
2020-02-12 10:30:28 -08:00
Judd
d666b1bba5
Update wav_to_features.py
...
Remove the leading comma in the generated float array. Withi this leading comma, the generated C code can't be compiled.
2020-02-11 18:32:03 +08:00
Meghna Natraj
3d6df0985d
Fix import path issues when running tensorflow/examples/speech_commands/test_streaming_accuracy.py
...
PiperOrigin-RevId: 294345902
Change-Id: Ib8a1d489275bc2ed5c0044f4aabe21fdb373b4e0
2020-02-10 17:52:11 -08:00
Judd
0912612197
update error checking on TensorFlow 2.0
...
change ImportError to AttributeError.
2020-01-28 23:20:53 +08:00
TensorFlower Gardener
f04ae382e8
Merge pull request #35287 from kiszk:spelling_tweaks_tf
...
PiperOrigin-RevId: 290650352
Change-Id: I7035782c1c55848bb71460964874aa89a3c85454
2020-01-20 14:45:04 -08:00
Kazuaki Ishizaki
27643b326c
minor spelling tweaks
2020-01-16 14:36:52 +09:00
Brian Atkinson
4ca6bb5c34
Move additional_deps to deps for tf_py_test.
...
PiperOrigin-RevId: 285307780
Change-Id: Id556a146ba01afa1138454153ae6568e073ace41
2019-12-12 17:38:47 -08:00
Hye Soo Yang
d710569548
PY3 migration - Set py targets to "PY3" in third_party/tensorflow/...
...
PiperOrigin-RevId: 284874116
Change-Id: I65a79643242b127f014f5eb5f175ac2b28602ce7
2019-12-10 16:30:21 -08:00
TensorFlower Gardener
697c8b47f3
Merge pull request #28985 from zhizunbao-y:master
...
PiperOrigin-RevId: 279673223
Change-Id: I45bf42e58641bc09337b90358e153a309c079cf6
2019-11-10 22:55:59 -08:00
Adrian Kuegel
78844fa978
internal BUILD file cleanup
...
PiperOrigin-RevId: 278833682
Change-Id: I43390b8edf4596477b6231a8462c06e9199fc0bc
2019-11-06 05:05:40 -08:00
Adrian Kuegel
35f8f8abab
Let cc_proto_library create proto libraries with _protogen instead of _cc_protogen suffix.
...
This is motivated by making this more similar to the internal build system.
PiperOrigin-RevId: 278584449
Change-Id: I0545dbb8c0b03af44eac7dc0f90acba8eb036710
2019-11-05 03:09:35 -08:00
A. Unique TensorFlower
b4c72f0d5e
PR #32792 : Add momentum optimizer option to speech_commands
...
Imported from GitHub PR #32792
- Add command line argument to choose momentum optimizer option to speech_commands.
- Default optimizer for speech commands is unchanged to still use GradientDescentOptimizer.
- Default values for momentum optimizer are to use a momentum of .9 and use_nesterov=True.
Copybara import of the project:
- 6a2c6007fff318ba9f6f8e4ff335c3089335c774 Add momentum optimizer option to speech_commands by Michael Wang <michael@companionlabs.ai>
- ffdebcfa55fb9b82fba3add6884b6da0bf9cbde0 Use compat.v1.MomentumOptimizer by Mark Daoust <markdaoust@google.com>
- 0168e4a6ab93596d2010caa458eb715d16a2a24a Fix formatting by Michael Wang <michael@companionlabs.ai>
- 19b930f7d42a327bed9cb560b5577f50532a76d7 Merge 0168e4a6ab93596d2010caa458eb715d16a2a24a into b5c48... by mswang12 <40969844+mswang12@users.noreply.github.com>
COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/32792 from Companion-Labs:momentum_speech_commands 0168e4a6ab93596d2010caa458eb715d16a2a24a
PiperOrigin-RevId: 274079593
2019-10-10 20:54:48 -07:00
TensorFlower Gardener
3f79c060c3
Merge pull request #31183 from fwcore:master
...
PiperOrigin-RevId: 272906309
2019-10-04 14:44:27 -07:00
Gunhan Gulsoy
ffc25308ce
[2.0] rm -rf tensorflow/contrib
...
PiperOrigin-RevId: 269816906
2019-09-18 09:05:58 -07:00
yuan
0050570723
try to fix ubuntu sanity check error
2019-09-18 09:03:40 +08:00
Yuan Mingshuai
f30ffc2993
Merge pull request #3 from tensorflow/master
...
update
2019-09-18 08:59:08 +08:00
Anna R
290f1571a5
Fixing / disabling a few tests failing when we run with TF v2. This change is
...
mostly the same as
#31386/commits/4de05d7afdce730c3fee0ec4aa031caa52fa82c2
but the latter also removes contrib from pip_smoke_test which has already been
done.
PiperOrigin-RevId: 269683160
2019-09-17 16:53:41 -07:00
Mark Daoust
44849a55f1
Only the --quantize flag needs contrib.
...
Throw a clear error message (or skip the test) if contrib is not available.
There's no build dependency, so this won't cause a build failure.
PiperOrigin-RevId: 269646511
2019-09-17 14:05:25 -07:00
yuan
0a1c1b96bd
try to fix pylint and ubuntu sanity check error
2019-09-16 15:22:50 +08:00
yuan
c469212443
try to fix Ubuntu Sanity Check error
2019-09-16 11:31:39 +08:00
TensorFlower Gardener
2129598a1a
Merge pull request #30812 from sungkhum:master
...
PiperOrigin-RevId: 269004224
2019-09-13 20:02:41 -07:00
Mark Daoust
05712d4690
Merge branch 'master' into master
2019-09-11 10:46:40 -07:00
Pete Warden
5e9e3dc1a6
Update logging level for final speech training accuracy
...
PiperOrigin-RevId: 268335374
2019-09-10 16:32:24 -07:00
yuan
d4e50e0eda
fix code style
2019-09-05 17:43:27 +08:00
yuan
f59eb10a2d
fix usage guide
2019-09-01 11:39:46 +08:00
yuan
f0b7c7660f
update bazel BUILD
2019-08-31 17:31:34 +08:00
yuan
daa8ee0e56
follow google code style
2019-08-31 17:14:47 +08:00
Yuan Mingshuai
f15ca60067
Merge pull request #1 from tensorflow/master
...
update
2019-08-31 16:38:01 +08:00
Dero Gharibian
f05a57eefe
Updated examples/ to use tstring.
...
This is a part of a larger migration effort for tensorflow::tstring.
See: https://github.com/tensorflow/community/pull/91
PiperOrigin-RevId: 263055479
2019-08-12 19:53:00 -07:00
Daniel Situnayake
91bcbd6922
Port TensorFlow Lite micro_speech example to Arduino and add Colab for training
...
PiperOrigin-RevId: 261360597
2019-08-02 12:21:50 -07:00
fwcore
da5091bf50
fix changes during last commit
...
mistakenly removed proposed change during resolving merge conflict
2019-08-02 11:53:51 +08:00
A. Unique TensorFlower
5ce7964458
Run tf_upgrade_v2 on these to get the tests passing in v2 builds.
...
PiperOrigin-RevId: 261211849
2019-08-01 17:14:11 -07:00
Frank Chen
57e0d1acc2
Mechanical replacement of download.tensorflow.org with https equivalent.
...
PiperOrigin-RevId: 259862509
2019-07-24 18:49:22 -07:00
Nathan Wells
4380f1c762
Updated speech_commands example to work with TensorFlow 2.0+
2019-07-17 09:00:50 -07:00
Siju Samuel
ceaed427bd
Deprecated tf.Session removed in label_wav_test.py
2019-07-10 16:33:09 +05:30
Siju Samuel
1d13491083
Deprecated tf.Session removed in label_wav_dir.py
2019-07-10 16:32:56 +05:30
Siju Samuel
7c2661fcfa
Deprecated tf.Session removed in label_wav.py
2019-07-10 16:32:40 +05:30
Siju Samuel
5ef5f683ca
Deprecated tf.Session removed in input_data.py
2019-07-10 16:32:30 +05:30