subaligner
subaligner copied to clipboard
TensorRT
Do you use TensorRT, if so, what version?
Hi, @skimmy12, the short answer is no. However, it is possible to convert the TF saved model to a TRT model. Following that, the predictor needs to be modified to accommodate TRT APIs which are slightly different. Additionally, I am not sure how much gain in overall processing speed that could achieve, as a significant portion of processing time is currently consumed by various manipulations on media files. It would be useful to benchmark the improvement and any help on that will be welcomed.