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

how calculate sent? #18

Open
1535966643 opened this issue Oct 6, 2020 · 1 comment
Open

how calculate sent? #18

1535966643 opened this issue Oct 6, 2020 · 1 comment

Comments

@1535966643
Copy link

i hard try, but i stilll don't how to calculate. my acc is low,,,,,bad mood....
hope you help me, thanks

@deeptigoyal
Copy link

While training JoinBERT on my dataset using command:

!python main.py --task ss
--model_dir ss_model
--do_train --do_eval
--use_crf

I am getting exception:

raise Exception("Model doesn't exists! Train first!")
Exception: Model doesn't exists! Train first!

To resolve this issue, I made a change in trainer.py wherein I commented

if self.args.save_steps > 0 and global_step % self.args.save_steps == 0:

and replaced it with only

if self.args.save_steps > 0:

Have I done right? hoping for reply

thanks

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