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
Hi, Thanks for asking. Yes, as of version 2.6 tf_function() calls autograph() by default for you and there is no need to call it yourself. The example in the "Advanced Quickstart" needs to be updated. Though, it's harmless to call autograph() on a function twice, so the example should still work even if it is a little verbose.
from the advanced tutorial in Advanced Quickstart
the part of :
can we just use
tf_function
with out theautograph
function based ontf_function
have argument to use autographsee :
tensorflow/R/eager.R
Lines 126 to 145 in e3791c4
and use
autograph
function only in case of executing eagerly.The text was updated successfully, but these errors were encountered: