History log of /external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d90054e7c0f41f4bab81df0548577a73b939a87a 07-Feb-2018 Michael Case <mikecase@google.com> Merge changes from github.

PiperOrigin-RevId: 184897758
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
ad01defc7edaf4a644f17ec904ab68fd7ab42e35 22-Jan-2018 Alexandre Passos <apassos@google.com> mnist and resnet eager examples avoiding optimizer.minimize

PiperOrigin-RevId: 182792844
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
1a1fb0b556cac150b10a3bca91857bb25caae073 08-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Merged commit includes the following changes:
181203530 by gunan:

Adding a CLIF library for generic_tree_model.proto

--
181201655 by annarev:

Internal change.

--
181197493 by akshayka:

Make benchmark names in eager's resnet50_test unique.

--
181196715 by A. Unique TensorFlower:

Correct the typo of "ny.arrange" to "ny.arange".

--
181194884 by A. Unique TensorFlower:

Update ops-related pbtxt files.

--
181193667 by power:

Avoid reading through the inputbuffer for large reads.

--
181192456 by A. Unique TensorFlower:

Adding a CLIF library for generic_tree_model.proto

--

PiperOrigin-RevId: 181203530
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
dbb0feec02a6c34c457ebe83ea307043939b0fc3 05-Jan-2018 Akshay Agrawal <akshayka@google.com> Make it possible to wrap Layer's `call` method in `tfe.defun`.

This change:
(1) wraps Layer's `build` method in an `init_scope`, which in turn makes it
possible to compile the `call` method into a graph function by wrapping
it in `tfe.defun` because the `init_scope` lifts all ops created in
`build` out of function-building graphs;

(2) defers the creation of regularizers, constructing them after `build`
exits and thereby ensuring that they are not created inside an
`init_scope`.

PiperOrigin-RevId: 180954866
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
34d42d1930812f284d3e865f3e606ce7d31c2553 22-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Automated g4 rollback of changelist 179846085

PiperOrigin-RevId: 179963793
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
42746829a1fccd8e52d949454695538010838790 22-Dec-2017 Anna R <annarev@google.com> Internal change.

PiperOrigin-RevId: 179880234
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
77792130596305d9452079a1d3ddf3d186871741 21-Dec-2017 Akshay Agrawal <akshayka@google.com> Make it possible to wrap tf.layers.Layer's 'call' method in tfe.defun.

This change wraps Layer's `build` method in an `init_scope`, which has the effect of lifting all ops created in `build` out of function-building graphs and control flow scopes; the `init_scope` also pauses the gradient tape.

PiperOrigin-RevId: 179846085
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
de1ee126c094c840668d5e794e347159be66b23c 02-Dec-2017 Justine Tunney <jart@google.com> Rename create_summary_file_writer to create_file_writer

PiperOrigin-RevId: 177651937
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
aa4162ac9f1812a0966d3cd9b5e441e47f035828 16-Nov-2017 Shanqing Cai <cais@google.com> contrib/summary: refactor summary_test_util

A logdir may contain files other than summary event files, e.g., checkpoints.
So add a method "events_from_file" to load events from a single file.
The existing "events_from_logdir" method now calls the new method.

PiperOrigin-RevId: 175981886
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py
a6a61884396ef1d51b01f8e13df21becb23fd0c8 31-Oct-2017 Asim Shankar <ashankar@google.com> eager: Documentation and example models.

- Updated README
- A preliminary "User's Guide"
- A few example models, some with benchmarks

PiperOrigin-RevId: 173996303
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py