"vscode:/vscode.git/clone" did not exist on "a41d2163933a55ea34ea517454b1d27f7a052037"
- 30 Aug, 2018 5 commits
-
-
Mark Daoust authored
minor bug fix
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
Fix list format and typos in save and restore tutorial.
-
Don Kirkby authored
-
- 29 Aug, 2018 1 commit
-
-
Yanhui Liang authored
* Add distribution strategy to keras benchmark * Fix comments * Fix lints
-
- 28 Aug, 2018 2 commits
-
-
Jaeman authored
* Fix bug on distributed training in mnist using MirroredStrategy API * Remove unnecessary codes and chagne distribution strategy source - Remove multi-gpu - Remove TowerOptimizer - Change from MirroredStrategy to distribution_utils.get_distribution_strategy
-
Josh Gordon authored
-
- 27 Aug, 2018 5 commits
-
-
Taylor Robie authored
* Make ResNet robust to the case that epochs_between_evals does not divide train_epochs, and add an --eval_only option * add some comments to make the control flow easier to follow * address PR comments
-
Toby Boyd authored
* Add 5 epoch warmup * get_lr with warm_up only for imagenet * Add base_lr, remove fp16 unittest arg validation * Remove validation check stopping v1 and FP16
-
Rutger Roffel authored
* Fixed TensorFlow version check in object_detection_tutorial_ipynb * Changed the minimum version to 1.9.0 for the object detection notebook
-
Mark Daoust authored
Stub moved notebooks.
-
Mark Daoust authored
-
- 25 Aug, 2018 1 commit
-
-
Toby Boyd authored
* Add top_5 to to eval. * labels shape to [?] from [?,1] matches unittest.
-
- 24 Aug, 2018 2 commits
-
-
Billy Lamberta authored
Typo fix
-
Steven Schmatz authored
-
- 23 Aug, 2018 3 commits
-
-
pkulzc authored
Update the runtime version in bash script
-
Wentao Xu authored
The bash script to submit training job for pets detection has runtime-version of 1.8. This will trigger `TypeError: non_max_suppression() got an unexpected keyword argument 'score_threshold'` on the Google Cloud since 1.8 and older does not support this keyword argument. Therefore, update this runtime version to 1.9, which is the most recent runtime version that is published on June 27, 2018. See https://github.com/tensorflow/models/issues/5056 https://cloud.google.com/ml-engine/docs/tensorflow/runtime-version-list
-
Cameron Rudnick authored
Updated model_lib to use min_score_threshold and max_num_boxes_to_visualize from the eval config.
-
- 22 Aug, 2018 3 commits
-
-
bananabowl authored
Text classification tutorial clarification
-
bananabowl authored
Rename "num_examples" to "num_reviews" to be consistent with the "one-hot-encode" size description: "num_words * num_reviews".
-
Reed authored
* Fix convergence issues for MLPerf. Thank you to @robieta for helping me find these issues, and for providng an algorithm for the `get_hit_rate_and_ndcg_mlperf` function. This change causes every forked process to set a new seed, so that forked processes do not generate the same set of random numbers. This improves evaluation hit rates. Additionally, it adds a flag, --ml_perf, that makes further changes so that the evaluation hit rate can match the MLPerf reference implementation. I ran 4 times with --ml_perf and 4 times without. Without --ml_perf, the highest hit rates achieved by each run were 0.6278, 0.6287, 0.6289, and 0.6241. With --ml_perf, the highest hit rates were 0.6353, 0.6356, 0.6367, and 0.6353. * fix lint error * Fix failing test * Address @robieta's feedback * Address more feedback
-
- 21 Aug, 2018 7 commits
-
-
Mark Daoust authored
These have all moved to https://github.com/tensorflow/docs/tree/master/site/en
-
Billy Lamberta authored
Basic_Regression notebook: Python2 compatibility
-
Billy Lamberta authored
-
Billy Lamberta authored
-
Billy Lamberta authored
Docs: Grammar fix
-
Stafford Williams authored
-
Stafford Williams authored
-
- 20 Aug, 2018 3 commits
-
-
Taylor Robie authored
* perform a codecs check and remove unicode \ufeff if utf-8 is not present * delint
-
Mark Daoust authored
Docs: fix iteration count
-
Stafford Williams authored
Update the epoc/iteration count noted to match the code.
-
- 19 Aug, 2018 2 commits
-
-
ChrisDEV authored
-
Mark Daoust authored
Update plt.grid args to avoid deprecation message
-
- 18 Aug, 2018 2 commits
- 17 Aug, 2018 1 commit
-
-
Niru Maheswaranathan authored
Modify flag name for the checkpoint path
-
- 16 Aug, 2018 3 commits
-
-
Jules Gagnon-Marchand authored
* Deterministic dataset order fix In order for the order of the files to be deterministic, in `tf.data.Dataset.list_files(..., shuffle)`, shuffle needs to be True, otherwise different iterator inits will yield different file orders * removed unnecessary shuffle of filenames * Removed the `_FILE_SHUFFLE_BUFFER` definition
-
Mark Daoust authored
Adding illustrative charts to basic classification tutorial
-
Taylor Robie authored
-