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

Model size isn't reducing #1

Open
sravanthOppo27 opened this issue May 15, 2023 · 3 comments
Open

Model size isn't reducing #1

sravanthOppo27 opened this issue May 15, 2023 · 3 comments

Comments

@sravanthOppo27
Copy link

Dear Author , I have tried your code but there isn't any model size reduction for the UNET Part .
Is this only Inference speed up mechanism or is there any model size reduction part ??.
Am I doing any thing wrong ?

@AlexKoff88
Copy link
Owner

Hi,

Thanks for the interest. The reduction happens when you convert model to OpenVINO representation.

You can compare yourself:

@sravanthOppo27
Copy link
Author

Okay , Your code is direct implementation of OpenVINO ?

or better than OpenVINO ( mean lesser model size & Faster inference speed up )

@AlexKoff88
Copy link
Owner

Actually, the training in the script is done using PyTorch and after the training process finishes the model is exported to OpenVINO representation (.xml and .bin files) and model size is reduces.

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