Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f11884b

Browse filesBrowse files
committed
minor readme updates
1 parent fed7ba9 commit f11884b
Copy full SHA for f11884b

File tree

Expand file treeCollapse file tree

5 files changed

+8
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+8
-6
lines changed
Open diff view settings
Collapse file

‎PyTorch/SpeechSynthesis/FastPitch/README.md‎

Copy file name to clipboardExpand all lines: PyTorch/SpeechSynthesis/FastPitch/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ The used WaveGlow model is a 256-channel model [published on NGC](https://ngc.nv
713713

714714
Our results were obtained by running the `./scripts/inference_benchmark.sh` script in
715715
the PyTorch 20.03-py3 NGC container. Note that to reproduce the results,
716-
you need to provide pre-trained checkpoins for FastPitch and WaveGlow. Edit the script to provide your checkpoint filenames.
716+
you need to provide pre-trained checkpoints for FastPitch and WaveGlow. Edit the script to provide your checkpoint filenames.
717717

718718
Note that performance numbers are related to the length of input. The numbers reported below were taken with a moderate length of 128 characters. For longer utterances even better numbers are expected, as the generator is fully parallel.
719719

Collapse file

‎TensorFlow/Classification/ConvNets/README.md‎

Copy file name to clipboardExpand all lines: TensorFlow/Classification/ConvNets/README.md
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ three classification models side-by-side.
6363
## Release notes
6464

6565
### Changelog
66-
April 2020
67-
- Initial release
66+
June 2020
67+
- ConvNets repo restructurization
68+
- Initial release of ResNext and SE-Resnext
Collapse file

‎TensorFlow/Classification/ConvNets/resnet50v1.5/README.md‎

Copy file name to clipboardExpand all lines: TensorFlow/Classification/ConvNets/resnet50v1.5/README.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ on NVIDIA T4 with (1x T4 16G) GPU.
657657
5. March, 2020
658658
* Code cleanup and refactor
659659
* Improved training process
660-
660+
6. June, 2020
661+
* Added ResNext and SE-ResNext architectures
661662
### Known issues
662663
There are no known issues with this model.
Collapse file

‎TensorFlow/Classification/ConvNets/resnext101-32x4d/README.md‎

Copy file name to clipboardExpand all lines: TensorFlow/Classification/ConvNets/resnext101-32x4d/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ on NVIDIA T4 with (1x T4 16G) GPU.
647647

648648
### Changelog
649649

650-
April 2020
650+
June 2020
651651
- Initial release
652652

653653
### Known issues
Collapse file

‎TensorFlow/Classification/ConvNets/se-resnext101-32x4d/README.md‎

Copy file name to clipboardExpand all lines: TensorFlow/Classification/ConvNets/se-resnext101-32x4d/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ on NVIDIA T4 with (1x T4 16G) GPU.
640640

641641
### Changelog
642642

643-
April 2020
643+
June 2020
644644
- Initial release
645645

646646
### Known issues

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.