-
Notifications
You must be signed in to change notification settings - Fork 110
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
read_pb is slow #2
Comments
Hi, Do you: (i) run all the block 2 code of this code file, or (ii) only run function |
Hi @ardianumam , The situation is (ii), it will need about 15 mins to load the model, and I run this code on Jetson TX2, but with 3rd party carrier board. |
@fugjo16 : Do you convert the If not, I wonder that you can convert |
@ardianumam. No, I convert to TRT_model.pb on the TX2, I use swap to get some more memory, as below. It's for CPU memory, but it still helped. |
@fugjo16 : I just knew about that. I'll try later in my TX2 too, and update here soon. Thanks. Yes, probably that's the cause. |
@ardianumam Thanks! this problem really confuse me a lot. |
Hi @fugjo16 : I just tried in my TX2, and yes, it took about 15 minutes to only read the |
Hi @ardianumam: Thanks a lot! hope someone will answer it. lol. Yes, I think this method will work, I will try it! Thanks :D |
I'd rather say you're hit by the protobuf version/backend. Check: and start with: |
@filipski : thanks for the info. I'll give it a try. |
I tested with this blog's script. it's easy to modify, and it works for me. |
@fugjo16 @ardianumam |
Dear author,
It's a great project, and the result is good!
but when I ran yolov3 with TensorRT on TX2, it took a long time (about 10~20 mins) to run read_pb_return_tensors().
Is this right? I'm wondering whether I did something wrong ...
Thanks
The text was updated successfully, but these errors were encountered: