jtressle
jtressle
As a followup, I'm having issues with vertices "appears in more than one boundary loop". I'll see if I can fix this. Do you any recommendations for mesh cleanup using...
@pooyadavoodi I have a custom model that uses a while_loop to iterate through a fix number of possibilities. I'm encountering the same issue with tensorRT not supporting 'while_loop'. Would 'tensorRT'...
@pooyadavoodi thanks for the tip. I reran my model through TF-TRT with while loops, and conversion was about 1 minute. When I ran TF-TRT on the unrolled model (fixed range...
@pooyadavoodi I went ahead and ran inference using the TR-TRT model in the while loop. The model is slower than my original (unoptimized) saved model by 20%. I do get...
@pooyadavoodi Hi, I wanted to give you an update and get some thoughts. For reference, I now using nvidia's 19.08-py3 tensorflow build. I went ahead and tried TF-TRT on the...
@mmeendez8 yes, I was able to get faster conversion using saved_model_cli to convert to a TF-TRT model. I believe it uses the older API to convert to TF-TRT. Can you...