-
Notifications
You must be signed in to change notification settings - Fork 86
Move lmnet/lmnet/data_processor.py to blueoil/data_processor.py #832 #835
Move lmnet/lmnet/data_processor.py to blueoil/data_processor.py #832 #835
Conversation
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.
LGTM!!!
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.
LGTM with nits
@@ -19,9 +19,9 @@ | |||
from easydict import EasyDict | |||
|
|||
from executor.train import start_training | |||
from blueoil.data_processor import Sequence |
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.
Why do you change the line?
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.
When I fix conflict, This line changed accidentally.
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.
@suttang change reverted.
@@ -19,9 +19,9 @@ | |||
from easydict import EasyDict | |||
|
|||
from executor.train import start_training | |||
from blueoil.data_processor import Sequence |
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.
same (change line)
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.
Link to any relevant issues or pull requests.
This PR is a part of #796