tf.py_function
과 @tf.function
의 차이가 궁금해졌다.
- "@tf. function turns python code into a series of TensorFlow graph nodes. tf. py_function wraps an existing python function into a single graph node."
- 구글은 역시 빠르게 원하는 것을 상단에 노출해준다.
- 링크
tf.io.TFRecordWriter(path)