From 3cabd5479da702e5da0e31e6c286de7685a03971 Mon Sep 17 00:00:00 2001 From: tucan9389 Date: Sat, 30 Jun 2018 23:23:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B9=83=ED=97=99=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80,=20=EC=9D=B4=EC=8A=88=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2018-06-30-tfpattern-week5.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_posts/2018-06-30-tfpattern-week5.md b/_posts/2018-06-30-tfpattern-week5.md index 8ae5dc9..c8a380b 100644 --- a/_posts/2018-06-30-tfpattern-week5.md +++ b/_posts/2018-06-30-tfpattern-week5.md @@ -58,11 +58,13 @@ share: true - Flags 메커니즘 소개 - Ch9. 분산 텐서플로 - 부록A.1.1 모델 구조화 -- 부록A.1.2 사용자 정의 손실 함수 -- [관련 github repo] +- ~~부록A.1.2 사용자 정의 손실 함수~~ +- 참고 프로젝트 + - [https://github.com/carpedm20/multi-speaker-tacotron-tensorflow](https://github.com/carpedm20/multi-speaker-tacotron-tensorflow) + - [https://github.com/Hezi-Resheff/Oreilly-Learning-TensorFlow](https://github.com/Hezi-Resheff/Oreilly-Learning-TensorFlow) ## Issues -- 이슈 없음 \ No newline at end of file +- `@property` 같은 데코레이터 문법(파이썬) 용도가 뭔지? \ No newline at end of file From fd218c22bf65a0c4759125f419006dc4fd0b9125 Mon Sep 17 00:00:00 2001 From: Doyoung Gwak Date: Sat, 27 Apr 2019 10:45:34 +0900 Subject: [PATCH 2/2] =?UTF-8?q?README=EC=97=90=20=EB=A3=A8=EB=B9=84=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EB=AA=85=EB=A0=B9=EC=96=B4=EC=97=90=20?= =?UTF-8?q?=EC=98=88=EC=8B=9C=20=EB=B2=84=EC=A0=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bb2fd3..e4dc316 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ workspace$ sudo gem install jekyll-seo-tag Note that gem may require ruby version update. ```bash workspace$ \curl -sSL https://get.rvm.io | bash -s stable -workspace$ rvm install ruby-2.x.x -workspace$ rvm use ruby-2.x.x --default +workspace$ rvm install ruby-2.x.x # rvm install ruby-2.6.3 +workspace$ rvm use ruby-2.x.x --default # rvm use ruby-2.6.3 --default ``` #### 4. Clone Repository