Commit graph

14 commits

Author SHA1 Message Date
Ahmad Kiswani 248927e6fd [SSD-TF1] moved cython to requirements.txt 2021-08-27 14:19:49 +00:00
kkudrynski b6e5ebdbc9 Typos and small fixes 2021-08-23 17:48:46 +02:00
Krzysztof Kudrynski 49e23b4597 Adding links to performance benchmark page 2021-07-21 14:39:48 +02:00
Shashank Verma cca2a54c43 Add TF Detection README
Signed-off-by: Shashank Verma <shashank3959@gmail.com>
2020-12-02 00:43:22 -08:00
Krzysztof Kudrynski 33bdf65b18 readme fixes 2020-07-08 12:55:56 +02:00
Krzysztof Kudrynski 1e35179e96 [SSD/TF] Updating for Ampere 2020-07-08 00:10:36 +02:00
Przemek Strzelczyk 1164331725 SSD/TF bug fixing and README updates 2019-11-27 16:45:11 +01:00
dependabot[bot] 9f691b62b9 Bump pillow from 5.4.1 to 6.2.0 in /TensorFlow/Detection/SSD (#276)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.4.1...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-15 16:42:19 +01:00
Marek Wawrzos c5829f0b44 use dataset preprocessing script from tensorflow/object_detection 2019-07-17 21:56:41 +02:00
Przemek Strzelczyk a644350589 Updating models and adding BERT/PyT
Tacotron2+Waveglow/PyT
* AMP support
* Data preprocessing for Tacotron 2 training
* Fixed dropouts on LSTMCells

SSD/PyT
* script and notebook for inference
* AMP support
* README update
* updates to examples/*

BERT/PyT
* initial release

GNMT/PyT
* Default container updated to NGC PyTorch 19.05-py3
* Mixed precision training implemented using APEX AMP
* Added inference throughput and latency results on NVIDIA Tesla V100 16G
* Added option to run inference on user-provided raw input text from command line

NCF/PyT
* Updated performance tables.
* Default container changed to PyTorch 19.06-py3.
* Caching validation negatives between runs

Transformer/PyT
* new README
* jit support added

UNet Medical/TF
* inference example scripts added
* inference benchmark measuring latency added
* TRT/TF-TRT support added
* README updated

GNMT/TF
* Performance improvements

Small updates (mostly README) for other models.
2019-07-16 21:13:08 +02:00
Przemek Strzelczyk 0663b67c1a Updating models 2019-07-08 22:51:28 +02:00
Przemek Strzelczyk d2bc3da0a1 Changes in TF models:
* added UNet for medical image segmentation
* added TF-AMP support for RN50
* small updates for other models (READMEs, benchmark & testing scripts)
2019-05-25 01:23:11 +02:00
Przemek Strzelczyk 3d90b6dbf0 Updating SSD and BERT. 2019-03-19 15:16:07 +01:00
Przemek Strzelczyk 7a8544e0a2 Adding 9 new models: ResNet50/TF, SSD/TF, BERT/TF, NCF/TF, UNet/TF, GNMT/TF, SSD/PyT, MaskRCNN/PyT, Tacotron2+Waveglow/PyT 2019-03-18 19:45:05 +01:00