- 27 Nov, 2018 1 commit
-
-
cclauss authored
-
- 26 Nov, 2018 1 commit
-
-
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/
-
- 21 Nov, 2018 1 commit
-
-
Vyas Adhikari authored
Updated to 1.9 for consistency with running_pets.md
-
- 20 Nov, 2018 1 commit
-
-
Vyas Adhikari authored
Another error appears when an incompatible version of Tensorboard is installed. Need to ensure Tensorboard is 1.9 as well
-
- 19 Nov, 2018 4 commits
-
-
Anelia Angelova authored
-
Vyas Adhikari authored
Updated doc as well line 211.
-
Adrian Boguszewski authored
-
Vyas Adhikari authored
Line 219 runtime version updated to 1.9, causes error otherwise
-
- 12 Nov, 2018 1 commit
-
-
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
-
- 05 Nov, 2018 2 commits
-
-
David T.H. Kao authored
-
fuzzythecat authored
Fixed grammar errors and typos.
-
- 04 Nov, 2018 1 commit
-
-
David Kao authored
-
- 02 Nov, 2018 1 commit
-
-
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...
-
- 24 Oct, 2018 11 commits
-
-
Menglong Zhu authored
PiperOrigin-RevId: 218599670
-
Menglong Zhu authored
PiperOrigin-RevId: 214714611
-
Menglong Zhu authored
PiperOrigin-RevId: 213873057
-
Menglong Zhu authored
PiperOrigin-RevId: 211907984
-
Menglong Zhu authored
PiperOrigin-RevId: 207936241
-
Menglong Zhu authored
Refactor ssd_meta_arch so that the target assigner instance is passed into the SSDMetaArch constructor rather than constructed inside. PiperOrigin-RevId: 207787053
-
Menglong Zhu authored
-
Yinxiao Li authored
-
Arinto Murdopo authored
to save people's time reproducing the experiment using Python 3
-
Arinto Murdopo authored
using python 2.7
-
Arinto Murdopo authored
-
- 23 Oct, 2018 1 commit
-
-
Arinto Murdopo authored
-
- 16 Oct, 2018 13 commits
-
-
Chris Shallue authored
PiperOrigin-RevId: 217341274
-
Chris Shallue authored
PiperOrigin-RevId: 215014489
-
Alex Tamkin authored
Add AstroWaveNet model, a generative model of astronomical light curves. AstroWaveNet's hidden states can be used in a semi-supervised fashion for downstream tasks like finding exoplanets. PiperOrigin-RevId: 214073725
-
Alex Tamkin authored
PiperOrigin-RevId: 214069349
-
Chris Shallue authored
PiperOrigin-RevId: 213963765
-
Chris Shallue authored
PiperOrigin-RevId: 213353962
-
Chris Shallue authored
PiperOrigin-RevId: 212909744
-
Chris Shallue authored
Factor out evaluate(), continuous_eval(), and continuous_train_and_eval() from estimator_util.py into estimator_runner.py. PiperOrigin-RevId: 212903406
-
Chris Shallue authored
PiperOrigin-RevId: 211832751
-
Chris Shallue authored
1. reshard_arrays(xs, ys): Reshards arrays in xs to match the lengths of arrays in ys. 2. uniform_cadence_light_curve(): Combines data into a single light curve with uniform cadence numbers. PiperOrigin-RevId: 211724321
-
Chris Shallue authored
Remove the constant LONG_CADENCE_TIME_DELTA_DAYS as this is not strictly constant between light curves (although it is very close). PiperOrigin-RevId: 211153560
-
Chris Shallue authored
This applies mainly to scrambled data (NaN time values typically come with NaN flux values, which are removed anyway, but scrambing decouples NaN time values from NaN flux values). PiperOrigin-RevId: 209029696
-
Alex Tamkin authored
Update configurations with label mapping for simulated data and new batch_size and learning_rate from vizier studies. PiperOrigin-RevId: 208902383
-