Commit graph

83 commits

Author SHA1 Message Date
Swetha Mandava c57e4d2b08 readme fixes 2020-04-03 15:02:45 -07:00
Sharath T S 6227f32700
[BERT/PyT] Fix dataprep for NSP labels (#426) 2020-03-23 14:59:54 -07:00
PrzemekS 96b6e67084
Merge pull request #311 from haamis/master
Fix `eval_files_dir` requirement.
2020-03-09 12:52:36 +01:00
Swetha Mandava 0845aaa901
[BERT/TF] bug fix in beta bias correction terms (#395) 2020-02-06 22:08:20 -08:00
Przemek Strzelczyk cef4bab3fc Adding BERT/TF Inference with TensorRT; minor README fixes 2020-02-05 14:21:13 +01:00
Swetha Mandava 784eb0d8ca [BERT/TF] trtis dependency fix (#373) 2020-01-13 13:37:36 -08:00
Swetha Mandava d08f065c0c Merge branch 'master' of https://github.com/NVIDIA/DeepLearningExamples into smandava/readme_edit 2020-01-03 10:44:47 -08:00
Swetha Mandava d567f0e9e1 mismatch numbers 2020-01-03 10:42:04 -08:00
Swetha Mandava 23d56b7cee replacing / with - in init_checkpoint string for printing 2019-12-13 19:00:40 -08:00
Chris Forster 0ebeb8f12d
Update README.md 2019-12-13 12:56:19 -08:00
Swetha Mandava b4384a51e3 readme fix 2019-12-13 07:48:39 -08:00
PrzemekS 5ae555a190
Typo in Dockerfile 2019-12-06 14:44:00 +01:00
Swetha Mandava e9d9372ce7
Update Dockerfile 2019-11-27 22:25:21 -08:00
Swetha Mandava c4061ebb09
Merge branch 'master' into master 2019-11-25 10:40:01 -08:00
Antti Virtanen a9019db534
Fix eval_files_dir requirement.
Changed run_pretraining.py to not require `--eval_files_dir` if not doing eval.
2019-11-20 16:50:35 +02:00
nvpstr a387db4708
Merge pull request #292 from khcs/master
fix a minor typo on BioBERT README.
2019-11-19 10:12:04 +01:00
nvpstr 55c5f99f59
Merge pull request #286 from eric-haibin-lin/patch-1
Fix a typo
2019-11-19 10:07:01 +01:00
Swetha Mandava 2a93a1efa9 mkdir missing 2019-11-18 18:49:02 -08:00
Przemek Strzelczyk a70896405d Updating BERT/PyT
* Use LAMB from APEX
* Code cleanup
* Bug fix in BertAdam optimizer
2019-11-18 23:07:24 +01:00
Swetha Mandava 59b89880e3 allow_growth_fix=True removed 2019-11-13 11:06:15 -08:00
Hoo Chang Shin 92e52384f2 fix minor typo in README. 2019-11-13 11:38:41 -05:00
Hoo Chang Shin caece99944 fix minor typo on README. 2019-11-13 11:36:49 -05:00
Hoo Chang Shin 536a5cfffc fix minor typo on README. 2019-11-13 11:29:57 -05:00
Hoo Chang Shin 70c51ad7f8 Merge remote-tracking branch 'upstream/master' 2019-11-13 11:28:26 -05:00
Swetha Mandava b2466a0004
mismatch columns in readme 2019-11-12 13:55:16 -08:00
Haibin Lin 1ae1592ef8
Update optimization.py 2019-11-11 10:11:37 -08:00
Swetha Mandava e94c6936e4
Merge pull request #3 from lapolonio/patch-3
Update Dockerfile
2019-11-08 11:24:03 -08:00
Leonardo Apolonio 826fcd4d33
Update Dockerfile
add libcurl3 install required by python when importing tensorrtserver.api module
2019-11-08 10:17:58 -05:00
Leonardo Apolonio 46a3d6e1de
Update run_trtis.sh
default trtis_model_name in run_trtis.sh should be consistent with export_model.sh
2019-11-08 10:15:53 -05:00
Swetha Mandava e873db23cd moving trtis to 19.08 2019-11-07 13:07:47 -08:00
Przemek Strzelczyk eb32aee293 BERT/TF: Dockerfile comment removed 2019-11-04 23:30:06 +01:00
Przemek Strzelczyk 9cd3946603 Updating BERT/TF
- Pre-training and Finetuning on BioMedical tasks and corpus
- Disabling Grappler Optimizations for improved performance
2019-11-04 23:18:08 +01:00
Swetha Mandava 8749cf3952 don't drop remainder in eval, num_shards for data 2019-10-07 19:00:55 -07:00
Swetha Mandava aac3e7b6e9 adding missing num accum steps to readme 2019-10-07 17:30:04 -07:00
Swetha Mandava b85439958d fix logo display on github 2019-10-07 11:35:22 -07:00
Swetha Mandava b13aeea8d3 readme column mismatch and extra config removed 2019-10-07 11:32:29 -07:00
Swetha Mandava 888e01448e change folder 2019-09-25 17:39:36 -07:00
Swetha Mandava f5d1a8ba23 adding colab notebook, Use new TF-TRT AP 2019-09-25 17:29:12 -07:00
Swetha Mandava df118e7155 changelog 2019-09-23 13:17:16 -07:00
Swetha Mandava fa42f0ac27 add fp16/fp32 speedup for inference 2019-09-20 13:26:32 -07:00
Swetha Mandava 71fea240de switch ordering in readme 2019-09-19 22:30:37 -07:00
Swetha Mandava 890fc1c143 fix data dir path in eval 2019-09-19 16:54:11 -07:00
Swetha Mandava d6c5fef145 adding notebooks and t4 results, cleanup 2019-09-19 10:02:06 -07:00
Przemek Strzelczyk a98df279fe [BERT/TF] Added multi-node support 2019-09-13 19:12:50 +02:00
Swetha Mandava 281beab09d
consistant parameter names
consistant parameter names in run_pretraining.py and optimization.py
2019-07-30 17:24:19 -07:00
Swetha Mandava 438c422813 moving trtis section in readme and github issue 131 2019-07-30 13:35:10 -07:00
Swetha Mandava c15d09eed6 moving trtis section in readme and github issue 131 2019-07-30 13:27:07 -07:00
Swetha Mandava 2b3b299448 moving trtis section in readme and github issue 131 2019-07-30 13:18:12 -07:00
Przemek Strzelczyk fa400a7367 Adding Jasper/PyT 2019-07-26 20:08:16 +02:00
Przemek Strzelczyk a3dba86d52 Updating .gitmodules 2019-07-25 20:58:38 +02:00