- 18 Jun, 2018 2 commits
-
-
Mark Daoust authored
Add MIT license
-
Billy Lamberta authored
-
- 14 Jun, 2018 1 commit
-
-
Mark Daoust authored
-
- 13 Jun, 2018 3 commits
-
-
Yukun Zhu authored
Fixed variable name typo for deeplab_demo Tutorial
-
pkulzc authored
Clarified .bashrc Configuration in G3Doc Installation
-
Xing Han Lu authored
Minor variable name fix
-
- 12 Jun, 2018 3 commits
-
-
Katherine Wu authored
* Add checklist for official models. Remove file access from flag validator (causing issues with BUILD) * spelling * address PR comments
-
Will Ayd authored
-
Katherine Wu authored
* Add DistributionStrategy to transformer model * add num_gpu flag * Calculate per device batch size for transformer * remove reference to flags_core * Add synthetic data option to transformer * fix typo * add import back in * Use hierarchical copy * address PR comments * lint * fix spaces * group train op together to fix single GPU error * Fix translate bug (sorted_keys is a dict, not a list) * Change params to a default dict (translate.py was throwing errors because params didn't have the TPU parameters.) * Address PR comments. Removed multi gpu flag + more * fix lint * fix more lints * add todo for Synthetic dataset * Update docs
-
- 11 Jun, 2018 1 commit
-
-
Taylor Robie authored
* fix comment * align comment
-
- 08 Jun, 2018 2 commits
-
-
Yanhui Liang authored
-
Haoliang Zhang authored
* add download script for librispeech dataset * Apply changes. * Apply changes * apply comments * update * update file comment * pylint * update * add progress bar, add more download flags
-
- 07 Jun, 2018 4 commits
-
-
Katherine Wu authored
-
Lukasz Kaiser authored
Added new model research/lm_commonsense
-
Hoang Trieu Trinh authored
-
Hoang Trieu Trinh authored
-
- 06 Jun, 2018 6 commits
-
-
Qianli Scott Zhu authored
* Improve the BenchmarkFileLogger performance. Open and preserve the file handler of the metric log file during init, which reduce the overhead of open/close the file for each log_metric call. * Address review comment.
-
Taylor Robie authored
* add .take() to dataset pipeline * delint * address PR comments
-
Taylor Robie authored
* add tests for matmul embedding and schedule manager, as well as some minor cleanup * delint * address PR comments
-
Jonathan Huang authored
Release evaluation code for OI Challenge 2018 and minor fixes.
-
pkulzc authored
-
Zhichao Lu authored
199348852 by Zhichao Lu: Small typos fixes in VRD evaluation. -- 199315191 by Zhichao Lu: Change padding shapes when additional channels are available. -- 199309180 by Zhichao Lu: Adds minor fixes to the Object Detection API implementation. -- 199298605 by Zhichao Lu: Force num_readers to be 1 when only input file is not sharded. -- 199292952 by Zhichao Lu: Adds image-level labels parsing into TfExampleDetectionAndGTParser. -- 199259866 by Zhichao Lu: Visual Relationships Evaluation executable. -- 199208330 by Zhichao Lu: Infer train_config.batch_size as the effective batch size. Therefore we need to divide the effective batch size in trainer by train_config.replica_to_aggregate to get per worker batch size. -- 199207842 by Zhichao Lu: Internal change. -- 199204222 by Zhichao Lu: In case the image has more than three channels, we only take the first three channels for visualization. -- 199194388 by...
-
- 05 Jun, 2018 9 commits
-
-
Lukasz Kaiser authored
Add vid2depth model.
-
Katherine Wu authored
-
Joel Shor authored
Made `generate_cifar10_tfrecords.py` python3 compatible. Fixes #3209. Fixes #3428
-
Joel Shor authored
PiperOrigin-RevId: 199251174
-
Reza Mahjourian authored
-
Reza Mahjourian authored
-
Reza Mahjourian authored
-
Reza Mahjourian authored
-
Qianli Scott Zhu authored
This will prevent the unit test to read the local config of the GCP API, which does not necessary to exist for the test environment.
-
- 04 Jun, 2018 7 commits
-
-
Qianli Scott Zhu authored
-
Taylor Robie authored
-
Taylor Robie authored
-
Qianli Scott Zhu authored
This will help us differentiate between dataset.
-
Lukasz Kaiser authored
range doesn't return list anymore
-
Taylor Robie authored
* port changes from previous branch now that transformer util changes are in master fix incorrect count correct (hopefully) treatment of batch_size set eval_metrics to a dummy function for now add some comments start bringing metrics to transformer TPU resolve logits shape metrics are now working except for tf.py_func metrics increase batch_size for tpu, and create summary host call fix host call reduce tpu default batch size further tune batch sizes add minibatch loss to summary handle case of single_iteration_train_steps > number points in an epoch begin to incorporate hooks add sleep workarounds disable hooks altogether generalize host call function and move to newly created tpu utils module remove all traces of params as an object switch from to address some PR comments, and change the number of data points. minor tweaks add tpu dry run for testing, and use matmul for TPU embedding infeed/outfeed queue issue is fixed. Sleeps are no longer necessary add some documentation. cleanup and address PR comments delint add accelerator __init__ fix embedding missed PR comment address PR comments fix validator bug rewrite cloud storage validator, and add oauth dependency to requirements.txt * delint
-
Jon Shlens authored
Fix build_imagenet_data.py for python2
-
- 01 Jun, 2018 2 commits
-
-
Yanhui Liang authored
-
Qianli Scott Zhu authored
* Add new test ID and test env info to the benchmark run. * Fix test. * Fix lint * Address review comment.
-