Commit graph

74 commits

Author SHA1 Message Date
Ksenija Stanojevic 421c83952c fix div 2020-09-24 21:13:07 -07:00
Tonmoay Deb c480fbfcf6 [Tacotron2] fixed get_model in inference.py 2020-07-08 11:14:53 +06:00
Przemek Strzelczyk f0c8bc571a [Tacotron2/PyT} Updating for Ampere 2020-07-04 01:15:57 +02:00
GrzegorzKarchNV 4f02f7af81
Update Dockerfile 2020-07-01 09:51:51 +02:00
gkarch fb6d73d8f5 updated README for Triton 2020-05-29 13:50:04 +02:00
gkarch 5d792121ba remover tcmalloc from Dockerfile 2020-05-28 14:14:39 +02:00
gkarch 2480060f2a added tcmalloc in Dockerfile 2020-05-27 15:26:19 +02:00
Ilya Shutov 680ccfcf89 Tacotron2 --cpu-run fix 2020-05-21 21:05:24 +07:00
gkarch 3bddd5df99 updates MR78 2020-05-19 15:06:13 +02:00
gkarch 1cfa0ecffb small fixes 2020-05-18 12:08:59 +02:00
gkarch 53e7e4f130 updating trtis_cpp 2020-05-18 11:04:16 +02:00
gkarch bf2b7a0767 fixed trtis dockerfile 2020-05-14 22:24:54 +02:00
gkarch 8d8337196f fixed trtis 2020-05-14 19:58:45 +02:00
gkarch 86dc81241c [Tacotron2] fixed load_and_setup_model in ONNX exports 2020-05-13 11:24:39 +02:00
gkarch 1272f6fafa [Tacotron2] fixed get_model in train.py 2020-05-13 11:08:15 +02:00
maggiezha 387f700c4c
add Intel Optimization for PyTorch
Intel's optimization for PyTorch on CPU are added, you need to set "export OMP_NUM_THREADS=num physical cores" based on your CPU's core number
2020-05-07 15:57:07 +10:00
maggiezha 150f877e19
adding CPU optimization
export OMP_NUM_THREADS=num physical cores
export KMP_BLOCKTIME=0
export KMP_AFFINITY=granularity=fine,compact,1,0
https://software.intel.com/content/www/us/en/develop/articles/maximize-tensorflow-performance-on-cpu-considerations-and-recommendations-for-inference.html
2020-05-07 15:51:45 +10:00
GrzegorzKarchNV 67a7d9c4eb
Merge pull request #482 from maggiezha/cpu-run
Cpu run
2020-05-06 21:27:26 +02:00
maggiezha acf833f7e4
adding support for --cpu-run 2020-05-06 21:57:05 +10:00
maggiezha 3a6b667118
adding support for --cpu-run 2020-05-06 21:52:49 +10:00
maggiezha 342c4710fc
adding support for --cpu-run 2020-05-06 21:48:43 +10:00
maggiezha 0e986cc1f0
adding support for --cpu-run 2020-05-06 21:46:45 +10:00
maggiezha ca43a1b1e5
adding support for --cpu-run 2020-05-06 21:42:43 +10:00
gkarch d0d4df70a1 constant batch in TensorRT engine build 2020-05-06 13:01:08 +02:00
maggiezha a4ce69a5a7
add support for --cpu-run 2020-05-06 20:58:45 +10:00
maggiezha 9268095bb1
add support for --cpu-run 2020-05-06 20:57:10 +10:00
maggiezha 3a11f10bfe
add support for --cpu-run 2020-05-06 20:50:59 +10:00
gkarch b0ab215441 fixed trt inference 2020-04-27 16:05:33 +02:00
gkarch 063de87218 fixing trt tests 2020-04-20 17:01:35 +02:00
gkarch 1f7950aa9d fixed alerts from https://lgtm.com/projects/g/NVIDIA/DeepLearningExamples/rev/pr-8d221f6760830499933042c03fcd83605adbd98e 2020-04-03 18:28:20 +02:00
GrzegorzKarchNV 00ca1c4bcf
Update README.md 2020-04-03 13:44:16 +02:00
Przemek Strzelczyk 5e3b487b89 [Tacotron2/PyT] custom TensorRT backend on TensorRT Inference Server; Conversional AI demo; fixed checkpoints loading; fixed FP16 export to TensorRT 2020-04-02 17:18:26 +02:00
Rajeev Rao 4f42950e36 Initialize CUDA state before loading TRT engines in Tacotron sample 2020-03-03 09:56:54 -08:00
Przemek Strzelczyk 77a1bb917a [Tacotron2/PyT] Updates: better perf, better trt7 support, new logging, bug fixes 2020-02-28 15:36:14 +01:00
gkarch 480f1f9811 update perf table for taco2 trt 2019-12-18 11:45:17 +01:00
Rajeev Rao 42555b734b Minor README cleanup for TRT Tacotron2 example
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2019-12-17 14:33:59 -08:00
gkarch e5bd631f77 fixed trt table 2019-12-17 16:54:41 +01:00
gkarch 684678086a fixed speedup factor 2019-12-17 16:51:22 +01:00
gkarch 82518bad2d fixed speedup in trt readme 2019-12-17 16:49:44 +01:00
gkarch 5dbb6c5b91 updated perf scripts 2019-12-17 16:48:08 +01:00
gkarch 3634315318 fixed tabs 2019-12-16 18:31:29 +01:00
gkarch 2992264d3a updated Tacotron2: included trt, new dllogger 2019-12-16 18:29:08 +01:00
nvpstr 7d772b8bc9
Merge pull request #299 from cschaefer26/tacotron2-fix-val-lo
Fixed wrong val loss being logged
2019-11-19 10:16:21 +01:00
Christian Schäfer f0eede6bf8
Update train.py
fixed logged val loss
2019-11-15 09:46:46 +01:00
gkarch 09706537d2 updated tacotron2 trtis readme 2019-11-14 15:24:14 +01:00
GrzegorzKarchNV 4e00153ab5 added TRTIS demo to Tacotron2 (#281)
* added TRTIS demo

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-11-06 19:46:35 +01:00
maggiezha 075bca5742 update readme of notebook (#229)
* updating notebook
* updating wav files
* updating examples
2019-10-01 19:41:26 +02:00
maggiezha c13e5f6704
Update README.md
move requirements from notebook to readme
2019-09-19 13:36:36 +10:00
maggiezha 6cbd0fa2a4
Update README.md 2019-09-19 13:31:17 +10:00
Przemek Strzelczyk 02b49acead [Tacotron2] Added denoiser and inference stats, fixed typos 2019-09-10 16:22:53 +02:00