Remove "everything matched" assertions from CuDNN object-based checkpointing tests
authorAllen Lavoie <allenl@google.com>
Thu, 26 Apr 2018 17:30:54 +0000 (10:30 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 17:33:31 +0000 (10:33 -0700)
commitf63a8d6aaf251344631272d6b38327481f54fe55
tree34aee2c0988b63304e908703119cb03fb0f0d08c
parentf495e321026683359fac213b82a20f597d4ead2a
Remove "everything matched" assertions from CuDNN object-based checkpointing tests

After cl/194315742 the assertions correctly point out that there are some Python objects which aren't matched (they don't have variables). Another option would be to mark these as special/optional, which we can implement if there's a need.

PiperOrigin-RevId: 194416864
tensorflow/contrib/cudnn_rnn/python/kernel_tests/cudnn_rnn_test.py