You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yaroslavvb it looks like Tensorflow 2.x removed tensorflow.contrib.graph_editor, so one needs to update the logic to access get_backward_walk_ops to something like:
from tensorflow.python.ops import op_selector
# then...
op_selector.get_backward_walk_ops(...)
However, there's no op_selector.get_forward_walk_ops...
There's good discussion of a tf2 implementation of gradient checkpointing here.
No description provided.
The text was updated successfully, but these errors were encountered: