Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Forked from GSByeon/multi-speaker-tacotron-tensorflow
Multi-speaker Tacotron in TensorFlow. 오픈소스 딥러닝 다중 화자 음성 합성 엔진.
Python
-
-
Forked from Kyubyong/dc_tts
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
Python
-
-
-
7 contributions in the last year
Contribution activity
April - November 2020
March 2020
Created 2 commits in 1 repository
Created 2 repositories
Opened their first pull request on GitHub in changkun/modern-cpp-tutorial
First pull request
Update 03-runtime.mdCreated an issue in changkun/modern-cpp-tutorial that received 2 comments
a little code err in chapter 3.3
实际描述
文件路径:book/zh-cn/03-runtime.md
原文段落:
std::cout << "static_cast<T&&> 传参: ";
reference(std::forward<T>(v));
预期描述
std::cout << "static_cast<T&…