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

Does it support mini-batch? #5

Open
susht3 opened this issue Aug 15, 2017 · 1 comment
Open

Does it support mini-batch? #5

susht3 opened this issue Aug 15, 2017 · 1 comment

Comments

@susht3
Copy link

susht3 commented Aug 15, 2017

  1. how can i train it in batch?

  2. what is the format of input_file.txt ? can you give me en example?

@susht3 susht3 changed the title Does it supports mini-batch? Does it support mini-batch? Aug 15, 2017
@aonotas
Copy link
Owner

aonotas commented Aug 24, 2017

Hi @susht3,

You can train deep-crf in mini batch. you mean batch is all training data?

For example, each line is word and tag set.

$ head input_file.txt
CRICKET O
- O
LEICESTERSHIRE S-ORG
TAKE O
OVER O
AT O
TOP O
AFTER O
INNINGS O
VICTORY O
. O

LONDON S-LOC
1996-08-30 O

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

2 participants