- 11 May, 2018 1 commit
-
-
Amit Patankar authored
Update mobilenet_v1.md
-
- 10 May, 2018 2 commits
-
-
Qianli Scott Zhu authored
The final BN and ReLU layer is only need for v2 model since it was doing preactivation in each block.
-
Ilya Mironov authored
Addressing reviewers' comments. Added correct handling of order=np.inf.
-
- 09 May, 2018 3 commits
-
-
Ilya Mironov authored
-
Qianli Scott Zhu authored
* Add benchmark logging for wide_deep. * Fix lint error.
-
Tobias Hinz authored
Update mnist_eager.py to use GPU if available and not specified otherwise. At the moment it uses the CPU even if a GPU is available, since "if flags_obj.no_gpu or tf.test.is_gpu_available():" in "def run_mnist_eager(flags_obj):" evaluates to True if a GPU is available.
-
- 08 May, 2018 4 commits
-
-
Taylor Robie authored
* forbid resnet v1 fp16 * address PR comments
-
Ilya Mironov authored
Updates to differential_privacy/pate following the Banff workshop.
-
Ilya Mironov authored
-
Ilya Mironov authored
-
- 07 May, 2018 7 commits
-
-
Ilya Mironov authored
-
Ilya Mironov authored
-
-
Ilya Mironov authored
-
Ilya Mironov authored
-
Mark Daoust authored
Collapse license cell
-
Mark Daoust authored
Fix typo in iris_data.py
-
- 05 May, 2018 1 commit
-
-
BMDan authored
-
- 04 May, 2018 5 commits
-
-
Billy Lamberta authored
-
Billy Lamberta authored
-
Anya Petrova authored
-
Yanhui Liang authored
* Add run individual step only option * Fix comments and update readme * Add valiation argument * Address comments * Make code shorter * Fix more lints
-
Taylor Robie authored
* rename --version flag and fix tests to correctly specify version rather than verbosity * rename version to resnet_version throughout * fix bugs * delint * missed layer_test * fix indent
-
- 03 May, 2018 7 commits
-
-
Qianli Scott Zhu authored
* Add dataset info and hyper parameter logging for benchmark. * Address review comments. * Address the view comment for data schema name. * Fix test cases. * Lint fix.
-
Jonathan Huang authored
Internal changes to object detection
-
Zhichao Lu authored
195269567 by Zhichao Lu: Removing image summaries during train mode. -- 195147413 by Zhichao Lu: SSDLite config for mobilenet v2. -- 194883585 by Zhichao Lu: Simplify TPU compatible nearest neighbor upsampling using reshape and broadcasting. -- 194851009 by Zhichao Lu: Include ava v2.1 detection models in model zoo. -- 194292198 by Zhichao Lu: Add option to evaluate any checkpoint (without requiring write access to that directory and overwriting any existing logs there). -- 194122420 by Zhichao Lu: num_gt_boxes_per_image and num_det_boxes_per_image value incorrect. Should be not the expand dim. -- 193974479 by Zhichao Lu: Fixing a bug in the coco evaluator. -- 193959861 by Zhichao Lu: Read the default batch size from config file. -- 193737238 by Zhichao Lu: Fix data augmentation functions. -- 193576336 by Zhichao Lu: Add support for training keypoints. -- 193409179 by Zhichao Lu: Up... -
Taylor Robie authored
* Revert 823da318. This restores distribution strategies for resnet. This commit is not a direct revert due to significant merge conflict resolution. * fix flags test * npc is no longer used in resnet
-
Qianli Scott Zhu authored
-
Taylor Robie authored
* fix treatment of main() and absl flags * add mnist_eager, and delint * add mnist_eager docstring
-
Taylor Robie authored
* squash of modular absl usage commits * delint * address PR comments * change hooks to comma separated list, as absl behavior for space separated lists is not as expected
-
- 02 May, 2018 5 commits
-
-
Mark Daoust authored
Add buttons and enable TOC
-
Billy Lamberta authored
-
Katherine Wu authored
-
Asim Shankar authored
official/mnist: Updates with the release of TensorFlow 1.8.
-
Asim Shankar authored
-
- 01 May, 2018 5 commits
-
-
pkulzc authored
* Adding option for one_box_for_all_classes to the box_predictor PiperOrigin-RevId: 192813444 * Extend to accept different ratios of conv channels. PiperOrigin-RevId: 192837477 * Remove inaccurate caveat from proto file. PiperOrigin-RevId: 192850747 * Add option to set dropout for classification net in weight shared box predictor. PiperOrigin-RevId: 192922089 * fix flakiness in testSSDRandomCropWithMultiClassScores due to randomness. PiperOrigin-RevId: 193067658 * Post-process now works again in train mode. PiperOrigin-RevId: 193087707 * Adding support for reading in logits as groundtruth labels and applying an optional temperature (scaling) before softmax in support of distillation. PiperOrigin-RevId: 193119411 * Add a util function to visualize value histogram as a tf.summary.image. PiperOrigin-RevId: 193137342 * Do not add batch norm parameters to final conv2d ops that predict boxes encodings and class...
-
Mark Daoust authored
-
Taylor Robie authored
* catch cpuinfo ImportError * add psutil import catch * fix typo
-
Mark Daoust authored
[samples/core/get_starter/eager]: Update with API simplifications in 1.8
-
Asim Shankar authored
-