- 03 Apr, 2018 38 commits
-
-
pkulzc authored
-
dlibenzi authored
* Fix MNIST to allow master=local to work again. * Update mnist_tpu.py
-
Zhichao Lu authored
PiperOrigin-RevId: 191377056
-
Zhichao Lu authored
PiperOrigin-RevId: 191369912
-
Zhichao Lu authored
PiperOrigin-RevId: 191358138
-
Zhichao Lu authored
PiperOrigin-RevId: 191342074
-
Zhichao Lu authored
- Fix externally broken test input_test.py - Add Cython to object detection REQUIRED_PACKAGES PiperOrigin-RevId: 191338837
-
Zhichao Lu authored
PiperOrigin-RevId: 191248237
-
Zhichao Lu authored
PiperOrigin-RevId: 191112757
-
Zhichao Lu authored
PiperOrigin-RevId: 191014662
-
Zhichao Lu authored
PiperOrigin-RevId: 190996725
-
Zhichao Lu authored
PiperOrigin-RevId: 190972737
-
Zhichao Lu authored
Updating model to infer when labels are padded, rather than relying solely on the mode. This is necessary for evaluating on train data. PiperOrigin-RevId: 190960173
-
Zhichao Lu authored
Use keyword arguments in model builder for ssd feature extractor. This was incorreclty setting reuse argument. PiperOrigin-RevId: 190940462
-
Zhichao Lu authored
PiperOrigin-RevId: 190790653
-
Zhichao Lu authored
Removing flag defaults for train steps and eval steps. If not provided, will revert to the values specified in the config. PiperOrigin-RevId: 190706470
-
Zhichao Lu authored
PiperOrigin-RevId: 190705850
-
Zhichao Lu authored
PiperOrigin-RevId: 190688309
-
Zhichao Lu authored
PiperOrigin-RevId: 190682119
-
Zhichao Lu authored
Add warning if shuffle=false but num_readers > 1. The latter would cause the input data stream to still be shuffled. PiperOrigin-RevId: 190678792
-
Zhichao Lu authored
PiperOrigin-RevId: 190651873
-
Zhichao Lu authored
PiperOrigin-RevId: 190636417
-
Zhichao Lu authored
Cython is must installed package for building cocoapi. else the build will not initiate. PiperOrigin-RevId: 190553060
-
Zhichao Lu authored
Tfmini requires positive values for the dimensions. Therefore, we need to test for no paddings in both width and height direction. PiperOrigin-RevId: 190520529
-
Zhichao Lu authored
PiperOrigin-RevId: 190505306
-
Zhichao Lu authored
Switch line orders in trainer so that restore_map is called after moving average variables are created. Moving averages are now properly loaded during fine-tuning, instead of being recreated. PiperOrigin-RevId: 190496046
-
Zhichao Lu authored
PiperOrigin-RevId: 190292280
-
Zhichao Lu authored
PiperOrigin-RevId: 190115628
-
Zhichao Lu authored
PiperOrigin-RevId: 190098000
-
Zhichao Lu authored
The C API improves static shape inference, making more errors caught at graph construction time instead of runtime. PiperOrigin-RevId: 190095450
-
Zhichao Lu authored
PiperOrigin-RevId: 190068159
-
Zhichao Lu authored
PiperOrigin-RevId: 190002150
-
Zhichao Lu authored
PiperOrigin-RevId: 189997094
-
Zhichao Lu authored
PiperOrigin-RevId: 189933390
-
Zhichao Lu authored
PiperOrigin-RevId: 189929413
-
Zhichao Lu authored
PiperOrigin-RevId: 189815553
-
Zhichao Lu authored
Updating transform_input_data to resize original image. This is necessary for result_dict_for_single_example(), since it expects the input image and groundtruth masks to be of the same spatial dimensions. PiperOrigin-RevId: 189786443
-
Zhichao Lu authored
Enabling both train and eval image summaries. Note that eval summaries are not created tf-learn environment. To get them to show up, added the summary image into the eval_metric_ops. PiperOrigin-RevId: 189658259
-
- 02 Apr, 2018 2 commits
-
-
Qianli Scott Zhu authored
* Add presubmit testing script for local testing. * Update the test script to be more modularized. 1. Check the script file location and cd into repo root dir. 2. Allow caller to call differnt tests.
-
Karmel Allison authored
-