Dịch AutoGraph và Tracing #139
-
AutoGraph Context:
Tracing Context:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.