NVIDIA / DeepLearningExamples

State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
13.53k stars 3.23k forks source link

[Fastpitch Triton inference client example] Feature requested #966

Closed Shashika007 closed 3 years ago

Shashika007 commented 3 years ago

Related to Fastpitch/Triton client feature implementation

I have followed your Faspitch triton in T4 and it works without any issue. I successfully ran the online and offline test. But, i would like to know about the detail how to inference trough triton client.

Examples:

Is your feature request related to a problem? Please describe. I am trying to infer and output an audio trough triton server. But, the way to do that trough a client and how to use audio generators are not clearly mentioned in your example.

Describe the solution you'd like I would like to get some example or guide regarding the issues i have mentioned above. As a summery,

Thank you, Shashika

ghost commented 3 years ago

Hi @Shashika007, thank you for feedback - we are currently standardizing and automating the generation of the readmes describing model deployment on Triton. Due to this standardization, readmes such as the one for FastPitch, may lack guidelines specific to the model. We recognize the need to provide more information about specific model to help you run the deployment and also understand what happens in the process. Regarding the use of audio generator, this is best done using an ensemble of models FastPitch and WaveGlow (or Mel-gan) on Triton server, such that the server outputs audio. We don't have readme for setting up this ensemble but you can refer to Jasper readme for more information.

Shashika007 commented 3 years ago

Hi @GrzegorzKarchNV, Thank you for your reply. will come up with any issue if occurs once i try in the way you mentioned.

JayZ92-99 commented 2 years ago

Hi @Shashika007 , Were you able to generate mel-spectogram through triton client?