-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 to reduce the size of tensorflow.dll #177
Comments
How did you build the dll? |
Follow this link to build c++ api , tensorflow_cc.dll .lib and include , but only for your own code. This file I built is just for running the pb graph. |
It seems that the file sizes are similar. Did I misunderstand something? |
When unzip the file, tensorflow_cc.dll is about 600MB , I added sm61,sm75,sm86 . If don't add,the file is about 400MB . |
If you unzip It is the same. |
We tested using tensorflow_cc dll, just inference model, here is the link if needed
|
I built a dll, it is very big, about 600M.I found that the dll you built is very small.
The text was updated successfully, but these errors were encountered: