Skip to content

Dịch AutoGraph và Tracing #139

Answered by ngcthuong
davidnvq asked this question in Terminology
Sep 21, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

AutoGraph transforms a subset of Python which operates on TensorFlow objects into equivalent TensorFlow graph code. When executing the graph, it has the same effect as if you ran the original code in eager mode. Python code which doesn't operate on TensorFlow objects remains functionally unchanged, but keep in mind that tf.function only executes such code at trace time, and generally will not be consistent with eager execution.

Theo nghĩa gốc thì không sát với từ "Đồ thị tự động", "dựng/vẽ" hay "truy vết". Mình thiên về để nguyên hơn và giải nghĩa.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rootonchair
Comment options

@davidnvq
Comment options

davidnvq Sep 27, 2021
Collaborator Author

Answer selected by davidnvq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal/ terms Terms discussions by internal team
3 participants