- 26 Jan, 2019 1 commit
-
-
Gonzalo Gasca Meza authored
* Update README.md 1. Clarify instructions to avoid friction. https://github.com/tensorflow/tensorflow/issues/24136 2. If trying to run in Colab experienced issue entering Python path. https://medium.com/@cwcgchello/how-to-set-pythonpath-in-colab-bf8c239c7c29 * Update README.md
-
- 19 Jan, 2019 1 commit
-
-
MyungsungKwak authored
This file was re-located below the tensorflow/lite/g3doc/convert Signed-off-by:MyungSung Kwak <yesmung@gmail.com>
-
- 18 Jan, 2019 1 commit
-
-
Toby Boyd authored
* Change to gfile.Exists and deeper link to CIFAR-10 * fix lint and use tf.gfile
-
- 17 Jan, 2019 3 commits
-
-
Toby Boyd authored
-
Shining Sun authored
-
pkulzc authored
228203246 by Sergio Guadarrama: Add a write text graphdef option. -- 226110161 by Sergio Guadarrama: Add license to i3d/s3dg and tests. -- 226074013 by Sergio Guadarrama: Network definitions for I3D and S3D-G. -- 224394404 by Sergio Guadarrama: Add video model option for exported inference graphs. -- 224220779 by Sergio Guadarrama: Internal change 223589268 by Sergio Guadarrama: Internal change PiperOrigin-RevId: 228203246
-
- 16 Jan, 2019 1 commit
-
-
zora tung authored
-
- 15 Jan, 2019 3 commits
-
-
wangtz authored
It currently fails with TypeError: not all arguments converted during string formatting
-
Toby Boyd authored
* Added pass/fail and eager tests * Add eager multi-gpu test.
-
Nicolas Papernot authored
-
- 14 Jan, 2019 1 commit
-
-
Gonzalo Gasca Meza authored
Changes in Tensorflow contrib: https://github.com/tensorflow/tensorflow/commit/304faf0444260912b6996d39227417c09561c37e Causes tensortt.py to fail. ``` AttributeError: 'module' object has no attribute 'get_signature_def_by_key' ``` Replace `tf.contrib.saved_model.get_signature_def_by_key` with `meta_graph_def.signature_def`
-
- 12 Jan, 2019 1 commit
-
-
Toby Boyd authored
* Single timestamp list and return average_exp_per_second. * Add paren to subtract before division.
-
- 11 Jan, 2019 7 commits
-
-
Red Daly authored
* Remove duplicate elif case in _check_and_convert_legacy_input_config_key * Remove duplicate eval_input_path case.
-
Emanuele authored
-
Emanuele authored
-
Shining Sun authored
-
Shining Sun authored
* Add timestamp history for each batch in training * Resolve github comments * Change the batch start recording logic * Lint fix
-
Toby Boyd authored
* Add imagenet end-to-end accuracy test. * Comment why ['foo'] * remove development test example.
-
Toby Boyd authored
* Add end-to-end tests for Estimator. * comment from keras to estimator. * remove trailing new line
-
- 10 Jan, 2019 1 commit
-
-
Haoyu Zhang authored
* Set use_bias=False for conv layers in Keras ResNet model * Removed bias regularizer from Conv2D layers (which should have no effect after bias is removed) * Setting default data format based on available devices.
-
- 09 Jan, 2019 1 commit
-
-
Haoyu Zhang authored
* Handle data format in Keras ResNet model properly for better performance on GPU; Compile only the training graph when skip_eval flag is True * Added data format fix to Keras Cifar model; Removed unnecessary import * Add a comment to the skip_eval flag per Priya's request
-
- 08 Jan, 2019 7 commits
-
-
Taylor Robie authored
* rough pass at carving out existing NCF pipeline 2nd half of rough replacement pass fix dataset map functions reduce bias in sample selection cache pandas work on a daily basis cleanup and fix batch check for multi gpu multi device fix fix treatment of eval data padding print data producer replace epoch overlap with padding and masking move type and shape info into the producer class and update run.sh with larger batch size hyperparams remove xla for multi GPU more cleanup remove model runner altogether bug fixes address subtle pipeline hang and improve producer __repr__ fix crash fix assert use popen_helper to create pools add StreamingFilesDataset and abstract data storage to a separate class bug fix fix wait bug and add manual stack trace print more bug fixes and refactor valid point mask to work with TPU sharding misc bug fixes and adjust dtypes address crash from decoding bools fix remaining dtypes and change record writer pattern since it does not append fix synthetic data use TPUStrategy instead of TPUEstimator minor tweaks around moving to TPUStrategy cleanup some old code delint and simplify permutation generation remove low level tf layer definition, use single table with slice for keras, and misc fixes missed minor point on removing tf layer definition fix several bugs from recombinging layer definitions delint and add docstrings Update ncf_test.py. Section for identical inputs and different outputs was removed. update data test to run against the new producer class * remove 'deterministic' * delint * address PR comments * change eval_batch_size flag from a string to an int * Add bisection based producer for increased scalability, enable fully deterministic data production, and use the materialized and bisection producer to check each other (via expected output md5's) * remove references to hash pipeline * skip bisection when it is not needed * add unbuffer to run.sh as tee is causing issues * address PR comments * address more PR comments * fix lint errors * trim lines in resnet keras * remove mock to debug kokoro failures * Revert "remove mock to debug kokoro failures" This reverts commit 63f5827d. * remove match_mlperf from expected cache keys * fix test now that cache construction no longer uses match_mlperf * disable tests to debug test failure * disable more tests * completely disable data_test * restore data test * add versions to requirements.txt * update call to TPUStrategy
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-
- 07 Jan, 2019 12 commits
-
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
This reverts commit 63f5827d.
-
Taylor Robie authored
-
derekjchow authored
py3 compatibility
-
Taylor Robie authored
-
Shining Sun authored
Fix lint errors
-
Taylor Robie authored
-
Taylor Robie authored
-
Taylor Robie authored
-