-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This is the whole convert log:
|
We got 3 warnings about keras.model.save
Since we don't use Keras.model now, it is irrelevant. Actually, we call np.save or PIL.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.
This patch makes blueoil/utils compatible with tf2
Here's what I did:
install newest tenosrflow (tensorflow-gpu==1.5.2)
Run the upgrade script tf_upgrade_v2
Check the upgrade report for warnings and errors
Run test (make test)
Link to any relevant issues or pull requests.