Skip to content
Snippets Groups Projects
Commit 2f91a2a3 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fixup: `from tf.compat.v1` must be `from tensorflow.compat.v1`

parent 8d9119fd
Branches
Tags
No related merge requests found
import tensorflow as tf import tensorflow as tf
import pystencils_autodiff import pystencils_autodiff
from tf.compat.v1 import get_default_graph from tensorflow.compat.v1 import get_default_graph
_num_generated_ops = 0 _num_generated_ops = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment