-
Notifications
You must be signed in to change notification settings - Fork 86
Apply tf_upgrade_v2 for output_template #916
Apply tf_upgrade_v2 for output_template #916
Conversation
This is the whole convert log:
|
We got 2 warnings about keras.model.save
Since we don't use Keras.model now, it is irrelevant. Actually, we call PIL.Image.Image.save: |
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readability Approval
/ready |
⏳Merge job is queued... |
😥Status check failed. Please fix problems and send |
/ready |
⏳Merge job is queued... |
What this patch does to fix the issue.
I have realized that output_template has a python file using TensorFlow (output_template/python/lmnet/tensorflow_graph_runner.py)
This patch makes output_template/python/lmnet/tensorflow_graph_runner.py compatible with tf2
Here's what I did:
output_template
Link to any relevant issues or pull requests.