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

Difference between pre-trained models with suffix '-devel' and '-test' #34

Open
Mu-Y opened this issue Sep 17, 2019 · 0 comments
Open

Comments

@Mu-Y
Copy link

Mu-Y commented Sep 17, 2019

Hi,

I am running classify.py with different pre-trained models. I read from the wiki that when suffix is omitted, the '-test' will be used as default. So I'm using the following two commands:

python classify.py -i GE09-devel -m GE09 -o GE09-devel
python classify.py -i GE09-devel -m GE09-devel -o GE09-devel-usingDevelModel

The f1 scores are quite different though(the second one is much lower than the first one). Is this expected? Can you kindly explain the difference between the two pre-trained models: 'GE09' and 'GE09-devel'? If possible, can you tell me which model is used for your reported f1 scores here? Appreciate your help!

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

1 participant