-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello! Our static bug checker has found a performance issue in train.py: Python type argument ep is passed to tf.function decorated function lr_sch instead of tensors. As there is a for loop, every time the value changes, a new graph will be generated, and that can trigger tf.function retracing warning.
Here is the tensorflow document to support it.
Looking forward to your reply.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels