- 10 Dec, 2019 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 284792715
-
- 09 Dec, 2019 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 284624714
-
- 08 Dec, 2019 1 commit
-
-
Hongkun Yu authored
Fix link.
-
- 06 Dec, 2019 6 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 284278191
-
Skirmantas Kligys authored
* Manually quantize selected inputs before summing them up. PiperOrigin-RevId: 283653640 * Fix messy variable paths in LSTD head. With a VariableScope passed as parameter into tf.variable_scope(), TF gets all confused and starts placing variables into scopes different from operations (variable_scope != name_scope). That leads to very messy TF graphs. Before CL: FeatureExtractor/LSTM/conv_lstm_cell/bottleneck_0/depthwise_weights FeatureExtractor/LSTM/LSTM/conv_lstm_cell/bottleneck_0/separable_conv2d/depthwise After CL: FeatureExtractor/LSTM/conv_lstm_cell/bottleneck_0/depthwise_weights FeatureExtractor/LSTM/conv_lstm_cell/bottleneck_0/separable_conv2d/depthwise PiperOrigin-RevId: 284011539
-
Yeqing Li authored
PiperOrigin-RevId: 284259997
-
Chen Chen authored
PiperOrigin-RevId: 284203261
-
Haoyu Zhang authored
Remove code that disables pin-to-host optimization. It's disabled by default and we already have XLA presubmit that will catch any issues when the optimization is reenabled. PiperOrigin-RevId: 284078252
-
A. Unique TensorFlower authored
Also adding support for CTL mode in the borg file. PiperOrigin-RevId: 284075404
-
- 05 Dec, 2019 6 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 284016229
-
Yeqing Li authored
PiperOrigin-RevId: 283987800
-
Jaehong Kim authored
PiperOrigin-RevId: 283962490
-
Haoyu Zhang authored
No need to test explicit_gpu_placement + no_dist_strat + function case, since the performance issue is already fixed by unifying the Keras codepaths. However, there is still performance gap using the explicit_gpu_placement flag when run_eagerly. PiperOrigin-RevId: 283890008
-
Chen Chen authored
PiperOrigin-RevId: 283885197
-
A. Unique TensorFlower authored
utils/misc/keras_utils PiperOrigin-RevId: 283885102
-
- 04 Dec, 2019 6 commits
-
-
Yeqing Li authored
PiperOrigin-RevId: 283837279
-
Pengchong Jin authored
PiperOrigin-RevId: 283817737
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283778598
-
Yeqing Li authored
PiperOrigin-RevId: 283770513
-
Philip Yang authored
Fix variable name issue in MobileNet example notebook. Make sure all `base_name` variables are renamed to `checkpoint_name`.
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283648734
-
- 03 Dec, 2019 3 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 283622345
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283449673
-
Hongkun Yu authored
PiperOrigin-RevId: 283447458
-
- 02 Dec, 2019 3 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283377414
-
Chen Chen authored
PiperOrigin-RevId: 283374562
-
Hongkun Yu authored
PiperOrigin-RevId: 283266705
-
- 30 Nov, 2019 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283114824
-
ReGuess authored
The wget command for the KITTI dataset in the currently downloads the html for GitHub's fancy display of the text file. This change fixes that so it instead downloads the raw txt file (no more trying to resolve host '<')
-
- 29 Nov, 2019 1 commit
-
-
Mirali Ahmadli authored
-
- 28 Nov, 2019 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
PiperOrigin-RevId: 282857541
-
- 27 Nov, 2019 8 commits
-
-
Pengchong Jin authored
PiperOrigin-RevId: 282825837
-
Hongkun Yu authored
enable_eager, tf_gpu_thread_mode and datasets_num_private_threads PiperOrigin-RevId: 282804724
-
Sai Ganesh Bandiatmakuri authored
This will help general debugging by enabling custom execution with --benchmark_method_flags. E.g --benchmark_method_flags=train_steps=7 will run the benchmark for only 7 steps without modifying benchmark code. PiperOrigin-RevId: 282799341
-
Hongkun Yu authored
PiperOrigin-RevId: 282798626
-
A. Unique TensorFlower authored
enable_eager, tf_gpu_thread_mode and datasets_num_private_threads PiperOrigin-RevId: 282797514
-
Pengchong Jin authored
PiperOrigin-RevId: 282795425
-
Jaehong Kim authored
PiperOrigin-RevId: 282695365
-
Hongkun Yu authored
PiperOrigin-RevId: 282669615
-
- 26 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 282650416
-