-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This is the whole log file.
|
@ytfksw Thanks. nice PR!!!! |
There are seven same warnings: As the warning message says, if Keras model.save is used, the code should be checked manualy. But it is irrelevant since blueoil does not use Keras model. |
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
|
@iizukak Could you please assign a reviewer? |
@iizukak |
@ytfksw Great. Thanks. |
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.
Ownership Approval
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
@ytfksw Thanks. After this PR, You can continue this work? |
/ready |
⏳Merge job is queued... |
😥Status check failed. Please fix problems and send |
@iizukak No, conversion tf2 for cmd is done. But we need LGTM from someone to merge... |
What this patch does to fix the issue.
I converted only the blueoil/cmd folder with the command line tool
tf_upgrade_v2
to run on tensorflow2 first.It seems difficult to convert at once, so I applied it only to blueoil / cmd.
Here's what I did:
tf_upgrade_v2
make test
)The only change this time is to replace the operator with compat.v1.
Link to any relevant issues or pull requests.