mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Fixes typo in compatibility.
PiperOrigin-RevId: 173887031
This commit is contained in:
committed by
TensorFlower Gardener
parent
325c8e5efa
commit
32ab30cb0a
@@ -119,13 +119,13 @@ class Variable(object):
|
||||
various `Optimizer` classes use this collection as the default list of
|
||||
variables to optimize.
|
||||
|
||||
@compatiblity(eager)
|
||||
@compatibility(eager)
|
||||
`tf.Variable` is not compatible with eager execution. Use
|
||||
`tfe.Variable` instead which is compatable with both eager execution
|
||||
`tfe.Variable` instead which is compatible with both eager execution
|
||||
and graph construction. See [the TensorFlow Eager Execution
|
||||
guide](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/eager/python/g3doc/guide.md#variables-and-optimizers)
|
||||
for details on how variables work in eager execution.
|
||||
@end_compatiblity
|
||||
@end_compatibility
|
||||
"""
|
||||
|
||||
def __init__(self,
|
||||
|
||||
Reference in New Issue
Block a user