- 13 Jul, 2018 1 commit
-
-
pkulzc authored
* Merged commit includes the following changes: 204316992 by Zhichao Lu: Update docs to prepare inputs -- 204309254 by Zhichao Lu: Update running_pets.md to use new binaries and correct a few things in running_on_cloud.md -- 204306734 by Zhichao Lu: Move old binaries into legacy folder and add deprecation notice. -- 204267757 by Zhichao Lu: Fixing a problem in VRD evaluation with missing ground truth annotations for images that do not contain objects from 62 groundtruth classes. -- 204167430 by Zhichao Lu: This fixes a flaky losses test failure. -- 203670721 by Zhichao Lu: Internal change. -- 203569388 by Zhichao Lu: Internal change 203546580 by Zhichao Lu: * Expand TPU compatibility g3doc with config snippets * Change mscoco dataset path in sample configs to the sharded versions -- 203325694 by Zhichao Lu: Make merge_multiple_label_boxes work for model_main code path. -- 203305655 by Zhichao Lu: Remove the 1x1 conv layer before pooling in MobileNet-v1-PPN feature extractor. -- 203139608 by Zhichao Lu: - Support exponential_decay with burnin learning rate schedule. - Add the minimum learning rate option. - Make the exponential decay start only after the burnin steps. -- 203068703 by Zhichao Lu: Modify create_coco_tf_record.py to output sharded files. -- 203025308 by Zhichao Lu: Add an option to share the prediction tower in WeightSharedBoxPredictor. -- 203024942 by Zhichao Lu: Move ssd mobilenet v1 ppn configs to third party. -- 202901259 by Zhichao Lu: Delete obsolete ssd mobilenet v1 focal loss configs and update pets dataset path -- 202894154 by Zhichao Lu: Move all TPU compatible ssd mobilenet v1 coco14/pet configs to third party. -- 202861774 by Zhichao Lu: Move Retinanet (SSD + FPN + Shared box predictor) configs to third_party. -- PiperOrigin-RevId: 204316992 * Add original files back.
-
- 12 Jul, 2018 2 commits
-
-
Taylor Robie authored
-
Yanhui Liang authored
* Add script for benchmark * Add random seed
-
- 11 Jul, 2018 8 commits
-
-
Toby Boyd authored
update module to tensorflow 1.9.0
-
ricoms authored
-
Lukasz Kaiser authored
Releasing code for Adversarial Logit Pairing
-
Billy Lamberta authored
Small typo fix
-
Tyrone Wong authored
Changed line 194 "acess"->"access"
-
cclauss authored
* Use six and feature detection in string conversion Leverage [__six.ensure_text()__](https://github.com/benjaminp/six/blob/master/six.py#L890) to deliver Unicode text in both Python 2 and Python 3. Follow Python porting best practice [use feature detection instead of version detection](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection) in ___unicode_to_native()__. * Revert the use of six.ensure_text() Thanks for catching that! I jumped the gun. It is I who have brought shame...
-
Haoliang Zhang authored
* update * update * Update deep_speech.py
-
Haoliang Zhang authored
* update * update * update * update * update
-
- 10 Jul, 2018 5 commits
-
-
Mark Daoust authored
Add note about ML fairness
-
Billy Lamberta authored
-
Alexey Kurakin authored
-
Alexey Kurakin authored
-
Eliel Hojman authored
* Rename of files in README.md The name of the files to run specified in the README.md file were not updated. * Missed one file name change
-
- 09 Jul, 2018 6 commits
-
-
Billy Lamberta authored
Typos
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Yanhui Liang authored
-
Mark Daoust authored
Renames for r1.9
-
- 06 Jul, 2018 12 commits
-
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
Mark Daoust authored
-
- 03 Jul, 2018 1 commit
-
-
Mark Daoust authored
Fix colab links, close license form
-
- 02 Jul, 2018 4 commits
-
-
Mehdi Sharifzadeh authored
* Create README.md * readme changed * readme changed * ResNet backbone completed. * FPN added * Create README.md * initial commit * files removed * initial commit * protobuf file removed
-
Billy Lamberta authored
-
Billy Lamberta authored
-
pkulzc authored
* Merged commit includes the following changes: 202804536 by Zhichao Lu: Return tf.data.Dataset from input_fn that goes into the estimator and use PER_HOST_V2 option for tpu input pipeline config. This change shaves off 100ms per step resulting in 25 minutes of total reduced training time for ssd mobilenet v1 (15k steps to convergence). -- 202769340 by Zhichao Lu: Adding as_matrix() transformation for image-level labels. -- 202768721 by Zhichao Lu: Challenge evaluation protocol modification: adding labelmaps creation. -- 202750966 by Zhichao Lu: Add the explicit names to two output nodes. -- 202732783 by Zhichao Lu: Enforcing that batch size is 1 for evaluation, and no original images are retained during evaluation when use_tpu=False (to avoid dynamic shapes). -- 202425430 by Zhichao Lu: Refactor input pipeline to improve performance. -- 202406389 by Zhichao...
-
- 29 Jun, 2018 1 commit
-
-
Mark Daoust authored
Fixing alternate text for Figure 3
-