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

code bug #15

Open
dahwang22 opened this issue Nov 25, 2020 · 1 comment
Open

code bug #15

dahwang22 opened this issue Nov 25, 2020 · 1 comment

Comments

@dahwang22
Copy link

Hi, there have a bug in export_tensorrt.py line 44: if args['fp'] == '16':, it should be if args['fp'] == 16:, fp are int type.

@seanavery
Copy link
Owner

Thank you @dahwang22!

Feel free to send in PR if you want.

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