- 11 Oct, 2018 2 commits
-
-
Shawn Wang authored
-
Shawn Wang authored
-
- 09 Oct, 2018 2 commits
-
-
Shawn Wang authored
-
Shawn Wang authored
-
- 08 Oct, 2018 1 commit
-
-
Toby Boyd authored
Rollback AUTOTUNE.
-
- 06 Oct, 2018 1 commit
-
-
Toby Boyd authored
-
- 05 Oct, 2018 7 commits
-
-
Toby Boyd authored
Use AUTOTUNE, remove noop take, and comment fixes
-
Toby Boyd authored
-
aquariusjay authored
Open source `Searching for Efficient Multi-Scale Architectures for Dense Image Prediction`
-
huihui-personal authored
-
huihui-personal authored
Open source checkpoints for mobilenetv2_dm05_coco_voc_trainaug and mobilenetv2_dm05_coco_voc_trainval
-
Matthias Winkelmann authored
-
Taylor Robie authored
* improve default handling for eval_batch_size * return eval_batch_size default to None * fix syntax error
-
- 04 Oct, 2018 2 commits
-
-
Taylor Robie authored
* Update resnet README with new checkpoints and SavedModels * add more detail on channels_first vs channels_last * fix typo * add disclaimer about checkpoints
-
Taylor Robie authored
* set strip_default_attrs=True for SavedModel exports * specify dtype in resnet export * another dtype fix * fix another dtype issue, and set --image_bytes_as_serving_input to default to False
-
- 03 Oct, 2018 6 commits
-
-
derekjchow authored
Update installation.md
-
Toby Boyd authored
link to non-deprecated imagenet preprocessing script
-
Toby Boyd authored
-
Kevin Clark authored
Fix cvt_text citation.
-
Hui Hui authored
Open-sourcing the checkpoint so that users could reproduce our PASCAL VOC 2012 validation set result when training on train_aug set.
-
Taylor Robie authored
* move evaluation from numpy to tensorflow fix syntax error don't use sigmoid to convert logits. there is too much precision loss. WIP: add logit metrics continue refactor of NCF evaluation fix syntax error fix bugs in eval loss calculation fix eval loss reweighting remove numpy based metric calculations fix logging hooks fix sigmoid to softmax bug fix comment catch rare PIPE error and address some PR comments * fix metric test and address PR comments * delint and fix python2 * fix test and address PR comments * extend eval to TPUs
-
- 02 Oct, 2018 3 commits
-
-
Kevin Clark authored
-
Reed authored
-
Joel Shor authored
Project import generated by Copybara.
-
- 01 Oct, 2018 5 commits
-
-
Asim Shankar authored
Enabling prediction in mnist_tpu.
-
Aman Gupta authored
Some changes specific to prediction. Removing traces of expected results, as this is just prediction.
-
derekjchow authored
Update CloudML job counts in running_pets.md
-
derekjchow authored
adding note only SSD models are supported
-
netfs authored
with serving signature that accepts JPEG image bytes instead of a fixed size [HxWxC] image tensor. Passing JPEG image bytes is easier for inference/serving use cases. The model internally resizes/crops the JPEG image to required [HxWxC] tensor before passing it on for actual model inference. This change aligns with Cloud TPU/ResNet-50 model that offers a similar interface (jpeg bytes) for inferencing here: https://github.com/tensorflow/tpu/tree/master/models/official/resnet NOTE: This flag is set to `True` by default for ImageNet, and is disallowed for CIFAR (as it does not apply to CIFAR).
-
- 30 Sep, 2018 1 commit
-
-
Lili Jiang authored
-
- 29 Sep, 2018 1 commit
-
-
Joel Shor authored
PiperOrigin-RevId: 215004158
-
- 28 Sep, 2018 2 commits
- 25 Sep, 2018 4 commits
-
-
pkulzc authored
* Merged commit includes the following changes: 213899768 by Sergio Guadarrama: Fixes #3819. -- 213493831 by Sergio Guadarrama: Internal change 212057654 by Sergio Guadarrama: Internal change 210747685 by Sergio Guadarrama: For FPN, when use_depthwise is set to true, use slightly modified mobilenet v1 config. -- 210128931 by Sergio Guadarrama: Allow user-defined current_step in NASNet. -- 209092664 by Sergio Guadarrama: Add quantized fine-tuning / training / eval and export to slim image classifier binaries. -- 207651347 by Sergio Guadarrama: Update mobilenet v1 docs to include revised tflite models. -- 207165245 by Sergio Guadarrama: Internal change 207095064 by Sergio Guadarrama: Internal change PiperOrigin-RevId: 213899768 * Update model_lib.py to fix eval_spec name issue. -
Aman Gupta authored
-
Aman Gupta authored
Right now we don't have input data for prediction. So using top 10 entries of test data as input.
-
Aman Gupta authored
-
- 24 Sep, 2018 1 commit
-
-
Lukasz Kaiser authored
Added cvt_text model
-
- 23 Sep, 2018 1 commit
-
-
Peter Lin authored
save people the trouble of training a model and trying to convert only to realize they should have used SSD model
-
- 21 Sep, 2018 1 commit
-
-
pkulzc authored
214018767 by Zhichao Lu: Add original_image_spatial_shape tensor in input dictionary to store shape of the original input image -- 213914693 by lzc: Internal change. -- 213872175 by Zhichao Lu: This CL adds a Keras-based mobilenet_v2 feature extractor for object detection models. As part of this CL, we use the Keras mobilenet_v2 application's keyword argument layer injection API to allow the generated network to support the object detection hyperparameters. -- 213848499 by Zhichao Lu: Replace tf.image.resize_nearest_neighbor with tf.image.resize_images. tf.image.resize_nearest_neighbor only supports 4-D tensors but masks is a 3-D tensor. -- 213758622 by lzc: Internal change. -- PiperOrigin-RevId: 214018767
-