-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll bar missing in training DL gui #5
Comments
Is this resolved? |
create_training_data (copy).zip |
Hi Ashok,
Thank you!
I have a query. I'm caught up with a task for a while now where the
training needs to happen automatically. This code helps a lot except except
for the UI . Is there a way to train this program without UI or user
intervention. I mean, just the feeding of documents should train the
parser.
Thanks,
Vasudha
…On Tue 17 Jul, 2018, 11:22 AM Ashok Narendranath, ***@***.***> wrote:
create_training_data (copy).zip
<https://github.com/chen0040/keras-english-resume-parser-and-analyzer/files/2200323/create_training_data.copy.zip>
Was stuck with this for a few days. Use this modified file with a new UX.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK6M4Cfi8LhfKbVaeDRjPLz3mTvpWs_Eks5uHXuCgaJpZM4U-QqE>
.
|
Honestly I had similar thoughts, but when you think about it isn't that what the trained parser does to a document? After it is trained it can accurately classify each line based on the set of line_labels and line_types. For this to be trained without user intervention I'm guessing some kind of unsupervised clustering model should be implemented. I'm currently not knowledgeable enough on how that would be implemented or what parameters should be adjusted to improve the accuracy of the prediction. I'm also unsure on how a clustering model would be labeled to achieve the required classification. |
@ashoknar By using your create_training_data file , it enables scrolling but disables columns of line label and line type options selection. Can you please help out on this? |
@singhania1408 resize the window or try maximizing it. The columns for line labels and line types are present, don't think my code is responsive to different resolutions. That could be why you can't see it. |
Try to change parameters in the create_window method..it worked for me |
Hey Saiteja, |
@Saiteja6034 What are the parameters to be changed? Could you share your code? |
Finally found it guys. |
create_training_data.zip |
Unable to scroll down in the GUI that is displayed for the DL based training.
Scroll bar is not displayed
The text was updated successfully, but these errors were encountered: