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

FP 16 Pretrained MODEL #27

Closed
Choi-YeongJoon opened this issue Dec 12, 2023 · 1 comment
Closed

FP 16 Pretrained MODEL #27

Choi-YeongJoon opened this issue Dec 12, 2023 · 1 comment

Comments

@Choi-YeongJoon
Copy link

I am very interested in your work! I ran your model in TensorRT, C++. The fps is so low that I think I need to run a model with fp16 precision. Do you have a pretrained model trained with fp16 precision? Can I possibly get it?

@hisfog
Copy link
Owner

hisfog commented Dec 13, 2023

The ConvNeXt model is not effcient (392.2 GMACs), you can try the KITTI (Efficient-b5) model (70.35 GMACs), which is much more faster and also accurate enough.
For fp16 models, they should be trained from scratch in fp16 precision, I didn't do that training, since this repo is not for industrial use cases.

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