- 17 Feb, 2018 9 commits
-
-
Andrew M. Dai authored
PiperOrigin-RevId: 173414999
-
Andrew M. Dai authored
Add option for when there is only one label for classification, for speed. (The case for the standard datasets). PiperOrigin-RevId: 172774825
-
Andrew M. Dai authored
PiperOrigin-RevId: 172665358
-
Andrew M. Dai authored
memory and fixes the OOM errors. PiperOrigin-RevId: 172374935
-
Andrew M. Dai authored
Change logit and activation shapes to follow standard convention with batch size in the first dimension. PiperOrigin-RevId: 172172495
-
Andrew M. Dai authored
PiperOrigin-RevId: 171498799
-
Asim Shankar authored
MNIST: Eager execution.
-
Asim Shankar authored
-
Asim Shankar authored
-
- 16 Feb, 2018 5 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
-
Asim Shankar authored
-
Asim Shankar authored
Add an example showing how to train the MNIST model with eager execution enabled. (This change requires changes to TensorFlow made after the 1.6 release branch was cut, i.e., will require a build from source or TensorFlow 1.7+)
-
Karmel Allison authored
* Refining preprocessing, part 1 * Refinements to preprocessing resulting from multi-GPU tests * Reviving one-hot labels * Reviving one-hot labels * Fixing label shapes * Adding random flip back in * Reverting unnecessary linting of test file * Respond to CR * Respond to CR * Respond to CR
-
- 14 Feb, 2018 1 commit
-
-
Lukasz Kaiser authored
Small polishing changes to DELF code.
-
- 13 Feb, 2018 6 commits
-
-
Dan Ellis authored
Cosmetic changes to spectrogram_to_mel_matrix()
-
Manoj Plakal authored
To simplify syncing this c ode back into Google.
-
Manoj Plakal authored
Add sanity checks to mel computation.
-
Manoj Plakal authored
-
Manoj Plakal authored
Clamp the requested frequency range to [0, Nyquist].
-
Andre Araujo authored
PiperOrigin-RevId: 185469605
-
- 12 Feb, 2018 1 commit
-
-
derekjchow authored
Update installation.md
-
- 10 Feb, 2018 2 commits
-
-
Jonathan Huang authored
Internal changes of object_detection
-
Zhichao Lu authored
185215255 by Zhichao Lu: Stop populating image/object/class/text field when generating COCO tf record. -- 185213306 by Zhichao Lu: Use the params batch size and not the one from train_config in input_fn -- 185209081 by Zhichao Lu: Handle the case when there are no ground-truth masks for an image. -- 185195531 by Zhichao Lu: Remove unstack and stack operations on features from third_party/object_detection/model.py. -- 185195017 by Zhichao Lu: Matrix multiplication based gather op implementation. -- 185187744 by Zhichao Lu: Fix eval_util minor issue. -- 185098733 by Zhichao Lu: Internal change 185076656 by Zhichao Lu: Increment the amount of boxes for coco17. -- 185074199 by Zhichao Lu: Add config for SSD Resnet50 v1 with FPN. -- 185060199 by Zhichao Lu: Fix a bug in clear_detections. This method set detection_keys to an empty dictionary instead of an empty set. I've refactored so that this ...
-
- 09 Feb, 2018 6 commits
-
-
Manoj Plakal authored
Explicitly specify checkpoint version.
-
David Sussillo authored
Fix simple errors in synthetic examples in lfads.
-
-
David Sussillo authored
change to lfads to allow training of encoder weights only
-
Manoj Plakal authored
TF Saver now requires specifying the checkpoint version even when restoring to avoid errors when we specify a path to a checkpoint file instead of a directory.
-
David Sussillo authored
change to lfads to allow training of encoder weights only
-
- 08 Feb, 2018 10 commits
-
-
Toby Boyd authored
Update generate_cifar10_tfrecords.py
-
Toby Boyd authored
The change you added did not work with python2, it does not have encoding in .log. This fixes it. feel free to test on Python3. I tested python2 and I am really sue this works fine for python3. Good catch. sorry for not having it fixed earlier.
-
Neal Wu authored
-
Neal Wu authored
Allow users to pass in num_classes to ResNet
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
Fix mnist_tpu.py which was giving unknown shape errors
-
Neal Wu authored
-