keras-english-resume-parser-and-analyzer icon indicating copy to clipboard operation
keras-english-resume-parser-and-analyzer copied to clipboard

Scroll bar missing in training DL gui

Open vasudha-s opened this issue 6 years ago • 12 comments

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

vasudha-s avatar Jul 01 '18 09:07 vasudha-s

Is this resolved?

aamruta avatar Jul 06 '18 10:07 aamruta

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.

ashoknar avatar Jul 17 '18 05:07 ashoknar

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, [email protected] 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 https://github.com/chen0040/keras-english-resume-parser-and-analyzer/issues/5#issuecomment-405467488, or mute the thread https://github.com/notifications/unsubscribe-auth/AK6M4Cfi8LhfKbVaeDRjPLz3mTvpWs_Eks5uHXuCgaJpZM4U-QqE .

vasudha-s avatar Jul 17 '18 23:07 vasudha-s

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.

ashoknar avatar Jul 18 '18 05:07 ashoknar

@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 avatar Jul 19 '18 10:07 singhania1408

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

ashoknar avatar Jul 24 '18 06:07 ashoknar

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

jpsilvashy avatar Sep 10 '18 19:09 jpsilvashy

@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

Saiteja6034 avatar Jun 03 '19 12:06 Saiteja6034

@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

vijender412 avatar Jun 28 '19 05:06 vijender412

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

sayalraza avatar Jan 06 '20 11:01 sayalraza

Finally found it guys.

temo.txt

shubham-mhaske avatar Apr 04 '20 10:04 shubham-mhaske

create_training_data.zip added scrollbar in tkinker gui

Creative-Priyamvada avatar Jun 16 '21 11:06 Creative-Priyamvada