- 30 Nov, 2018 6 commits
-
-
Amit Patankar authored
-
Amit Patankar authored
-
Amit Patankar authored
-
Amit Patankar authored
This reverts commit 649e0374.
-
Amit Patankar authored
-
Amit Patankar authored
-
- 27 Nov, 2018 3 commits
-
-
Priya Gupta authored
-
Priya Gupta authored
-
Priya Gupta authored
-
- 26 Nov, 2018 2 commits
-
-
Menglong Zhu authored
* Add a second expected_loss_weights function using an alternative expectation calculation compared to previous. Integrate this op into ssd_meta_arch and losses builder. Affects files that use losses_builder.build to handle the returning of an additional element. PiperOrigin-RevId: 219190083 * Fix dependency issues. PiperOrigin-RevId: 222888231 * Update CODEOWNERS Add @masonliuw and @yinxiaoli to /research/lstm_object_detection/
-
Martin Wicke authored
Open souring mobile video object detection framework
-
- 21 Nov, 2018 2 commits
- 20 Nov, 2018 3 commits
-
-
Manoj Plakal authored
Switching to more robust pysoundfile for reading wav files
-
Chris Shallue authored
Explicitly mention Python 2.7 in README for research/im2txt
-
Chris Shallue authored
Freeze environment using Conda for research/im2txt
-
- 19 Nov, 2018 4 commits
-
-
Neal Wu authored
Added struct2depth model
-
Anelia Angelova authored
-
Yukun Zhu authored
Improved performance of deeplab inference
-
Adrian Boguszewski authored
-
- 17 Nov, 2018 1 commit
-
-
HelgeS authored
-
- 14 Nov, 2018 1 commit
-
-
josh11b authored
`num_replicas` is being replaced by `num_replicas_in_sync` and something that returns the number of steps running concurrently.
-
- 12 Nov, 2018 2 commits
-
-
derekjchow authored
Update lite path + fix --config option
-
Samuel Neugber authored
-
- 11 Nov, 2018 1 commit
-
-
Daniel Hunter authored
`lite` is no longer under `contrib`. Additionally, `--config=opt` fails, see: https://github.com/tensorflow/serving/issues/517
-
- 08 Nov, 2018 1 commit
-
-
Samuel Neugber authored
-
- 07 Nov, 2018 1 commit
-
-
Reed authored
This tag should match EVAL_HP_NUM_NEG.
-
- 05 Nov, 2018 4 commits
-
-
Manoj Plakal authored
Revert "Use explicit relative import syntax for python 3 compatibility in audioset."
-
David T.H. Kao authored
-
Billy Lamberta authored
Update 4_Neural_Style_Transfer_with_Eager_Execution.ipynb
-
fuzzythecat authored
Fixed grammar errors and typos.
-
- 04 Nov, 2018 2 commits
-
-
Manoj Plakal authored
Use explicit relative import syntax for python 3 compatibility in audioset.
-
David Kao authored
-
- 03 Nov, 2018 1 commit
-
-
Reed authored
I've noticed sometimes the async process's pool processes do not die when ncf_main.py ends and kills the async process. This commit fixes the issue.
-
- 02 Nov, 2018 2 commits
-
-
pkulzc authored
* Internal change. PiperOrigin-RevId: 213914693 * Add original_image_spatial_shape tensor in input dictionary to store shape of the original input image PiperOrigin-RevId: 214018767 * Remove "groundtruth_confidences" from decoders use "groundtruth_weights" to indicate label confidence. This also solves a bug that only surfaced now - random crop routines in core/preprocessor.py did not correctly handle "groundtruth_weight" tensors returned by the decoders. PiperOrigin-RevId: 214091843 * Update CocoMaskEvaluator to allow for a batch of image info, rather than a single image. PiperOrigin-RevId: 214295305 * Adding the option to be able to summarize gradients. PiperOrigin-RevId: 214310875 * Adds FasterRCNN inference on CPU 1. Adds a flag use_static_shapes_for_eval to restrict to the ops that guarantees static shape. 2. No filtering of overlapping anchors while clipping the anchors when use_static_shapes_for_eval is set to True. 3. A...
-
Toby Boyd authored
Remove progress indicator from Movielens download
-
- 01 Nov, 2018 4 commits
-
-
Reed authored
-
Taylor Robie authored
-
Jon Shlens authored
update the calculation of num_batches_per_epoch
-
cheerss authored
the number of batches per epoch also depends on the number of gpus. it should be `num_batches_per_epoch = (cifar10.NUM_EXAMPLES_PER_EPOCH_FOR_TRAIN / FLAGS.batch_size / FLAGS.num_gpus)`
-