-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This is the whole convert log:
|
From this PR, we know that the value of NETWORK.OPTIMIZER_CLASS、NETWORK.LEARNING_RATE_FUNC should be changed. Also I have realized also that the blueoil/template files itself has no tensorflow function. https://github.com/blue-oil/blueoil/blob/master/blueoil/generate_lmnet_config.py#L159-L162 https://github.com/blue-oil/blueoil/blob/master/blueoil/generate_lmnet_config.py#L176-178 |
5e0351a
to
90e7300
Compare
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.
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
/ready |
⏳Merge job is queued... |
What this patch does to fix the issue.
I converted only the blueoil/configs with the command line tool tf_upgrade_v2 to run on tensorflow2.
Since the template of the config in blueoil/templates cannot be changed by the script,
first I convert the sample configuration file in the configs folder.
Here's what I did:
Link to any relevant issues or pull requests.