gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

using in tensorflow source code #169

Open blacksun174 opened 7 years ago

blacksun174 commented 7 years ago

I can not using pycallgraph for tensorflow program.

reynierhdez commented 6 years ago

Same problem! :(

majidaldo commented 5 years ago

That's by design. Try it in the new eager mode.