Skip to content
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

Open
vasudha-s opened this issue Jul 1, 2018 · 12 comments
Open

Scroll bar missing in training DL gui #5

vasudha-s opened this issue Jul 1, 2018 · 12 comments

Comments

@vasudha-s
Copy link

Unable to scroll down in the GUI that is displayed for the DL based training.
Scroll bar is not displayed

@aamruta
Copy link

aamruta commented Jul 6, 2018

Is this resolved?

@ashoknar
Copy link

ashoknar commented Jul 17, 2018

create_training_data (copy).zip
Was stuck with this for a few days. Use this modified file where I've modified it to include a scrollbar.

@vasudha-s
Copy link
Author

vasudha-s commented Jul 17, 2018 via email

@ashoknar
Copy link

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.
If anything but a human labels the data, the model becomes limited to what that entity can identify. Which would make the whole training exercise useless as it would just predict what the entity did in the first place. Wouldn't get any better.

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.

@singhania1408
Copy link

@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?

@ashoknar
Copy link

@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.

@jpsilvashy
Copy link

jpsilvashy commented Sep 10, 2018

I also have some UI problems, I'd love to help fix this but am unfamiliar with this UI tool, here is a pic of the TKinter UI:

img

@Saiteja6034
Copy link

@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?

Try to change parameters in the create_window method..it worked for me

@vijender412
Copy link

@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?

Try to change parameters in the create_window method..it worked for me

Hey Saiteja,
What exactly are the parameters values. Please share

@sayalraza
Copy link

@Saiteja6034 What are the parameters to be changed? Could you share your code?

@shubham-mhaske
Copy link

shubham-mhaske commented Apr 4, 2020

Finally found it guys.

temo.txt

@Creative-Priyamvada
Copy link

Creative-Priyamvada commented Jun 16, 2021

create_training_data.zip
added scrollbar in tkinker gui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants