-
Notifications
You must be signed in to change notification settings - Fork 681
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
gpu memory used by tensorrt #153
Comments
wish to get your reply soon |
Did you find the answer to this? |
@andyqian2015 @kawashima1129 Did you find the answer to this? |
What models are you guys using? |
Hello @andyqian2015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I convert of the example of resnet, I find that the gpu memory used by trt model of fp32 is bigger than the pytorch model, and when I test the fp16 model of trt , the memort is just the same as the fp32 model, which puzzle me.
The text was updated successfully, but these errors were encountered: