We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in () 60 #count % (eval_every*4) == 0 and count < (eval_every * 20): 61 model.train(False) ---> 62 best_train_F, new_train_F, _ = evaluating(model, train_data, best_train_F,"Train") 63 best_dev_F, new_dev_F, save = evaluating(model, dev_data, best_dev_F,"Dev") 64 if save:
2 frames in get_chunk_type(tok, idx_to_tag) 13 """ 14 ---> 15 tag_name = idx_to_tag[tok] 16 tag_class = tag_name.split('-')[0] 17 tag_type = tag_name.split('-')[-1]
The text was updated successfully, but these errors were encountered:
I also meet this problem.
Sorry, something went wrong.
No branches or pull requests
in ()
60 #count % (eval_every*4) == 0 and count < (eval_every * 20):
61 model.train(False)
---> 62 best_train_F, new_train_F, _ = evaluating(model, train_data, best_train_F,"Train")
63 best_dev_F, new_dev_F, save = evaluating(model, dev_data, best_dev_F,"Dev")
64 if save:
2 frames
in get_chunk_type(tok, idx_to_tag)
13 """
14
---> 15 tag_name = idx_to_tag[tok]
16 tag_class = tag_name.split('-')[0]
17 tag_type = tag_name.split('-')[-1]
The text was updated successfully, but these errors were encountered: