Updating main README.md (links to VAE-CF)

This commit is contained in:
Przemek Strzelczyk 2019-12-02 14:28:54 +01:00
parent b348f179e2
commit a778cfac01

View file

@ -31,6 +31,8 @@ The examples are organized first by framework, such as TensorFlow, PyTorch, etc.
### Recommender Systems
- __NCF__ [[PyTorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Recommendation/NCF)] [[TensorFlow](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Recommendation/NCF)]
- __VAE-CF__ [[TensorFlow](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Recommendation/VAE-CF)]
### Text to Speech
- __Tacotron & WaveGlow__ [[PyTorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2)]