- 14 Sep, 2018 1 commit
-
-
Reed authored
Sometimes it takes longer than 15 seconds, and even longer than 1 minute, to spawn and create the alive file.
-
- 11 Sep, 2018 5 commits
-
-
Reed authored
-
https://arxiv.org/abs/1805.06066Arsalan Mousavian authored
* adding implementation of https://arxiv.org/abs/1805.06066 * fixing typos and sentences in README
-
Prathyush authored
General guidelines for Google Python Style Guide links to a deprecated style guide from google
-
Jon Shlens authored
Fix several Markdown links in slim README
-
Martin Mauch authored
-
- 10 Sep, 2018 1 commit
-
-
Lukasz Kaiser authored
Updating fivo codebase
-
- 07 Sep, 2018 4 commits
-
-
Dieterich Lawson authored
-
Dieterich Lawson authored
-
Dieterich Lawson authored
-
Dieterich Lawson authored
-
- 05 Sep, 2018 5 commits
-
-
Toby Boyd authored
Move tf.cast to tf.float16 in input pipeline
-
Reed authored
* Fix spurious "did not start correctly" error. The error "Generation subprocess did not start correctly" would occur if the async process started up after the main process checked for the subproc_alive file. * Add error message
-
Toby Boyd authored
-
Toby Boyd authored
-
Reed authored
When constructing the evaluation records, data_async_generation.py would copy the records into the final directory. The main process would wait until the eval records existed. However, the main process would sometimes read the eval records before they were fully copied, causing a DataLossError.
-
- 04 Sep, 2018 3 commits
-
-
Toby Boyd authored
Update resnet defaults v1
-
Toby Boyd authored
ResNet synthetic data performance enhancement.
-
Yanhui Liang authored
-
- 02 Sep, 2018 4 commits
-
-
Joel Shor authored
Added fused_batch_norm parameter
-
Mikael Souza authored
-
Toby Boyd authored
-
Toby Boyd authored
-
- 01 Sep, 2018 2 commits
- 30 Aug, 2018 6 commits
-
-
Aman Gupta authored
Bypassing Export model step, if training on TPU's. As this need inference to be supported on TPU's. Remove this check once inference is supported. (#5209)
-
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.
-