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

[doc] refine pretrained model links #1006

Merged
merged 5 commits into from
Apr 3, 2022
Merged

[doc] refine pretrained model links #1006

merged 5 commits into from
Apr 3, 2022

Conversation

robin1001
Copy link
Collaborator

@robin1001 robin1001 commented Apr 2, 2022

We used to provide checkpoint model, runtime x86 model, runtime android model. However, runtime model could be used in both x86 and android, which is tricky for some users.

So we combine them into one quantized model in this PR, which reduces the model size, network traffic, as well as maintainance efforts. And our experiments shows, quantized models show comparable accuracy and better RTF compared with corresponding float model on both x86 and android platforms.

Copy link
Member

@xingchensong xingchensong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is final.pt averaged from multi epoch or it is just the ckpt from the last epoch?
image

@robin1001
Copy link
Collaborator Author

it's averaged checkpoint. It's just our convention to name it as final

@robin1001
Copy link
Collaborator Author

Since we changed the interface, all the runtime models should be re-exported with the new interface. That's the main function of the PR.

@xingchensong xingchensong merged commit 75979a0 into main Apr 3, 2022
@xingchensong xingchensong deleted the binbin-links branch April 3, 2022 10:07
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

Successfully merging this pull request may close these issues.

2 participants