Skip to content

Commit

Permalink
Merge pull request #6 from r9y9/master
Browse files Browse the repository at this point in the history
Reverse PR 0430
  • Loading branch information
engiecat authored Apr 30, 2018
2 parents 8fc35ad + a0f65c6 commit 164d1fc
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 23 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![alt text](assets/banner.jpg)

# Deepvoice3_pytorch

[![PyPI](https://img.shields.io/pypi/v/deepvoice3_pytorch.svg)](https://pypi.python.org/pypi/deepvoice3_pytorch)
Expand Down Expand Up @@ -298,3 +300,5 @@ Part of code was adapted from the following projects:

- https://github.com/keithito/tacotron
- https://github.com/facebookresearch/fairseq-py

Banner and logo created by [@jraulhernandezi](https://github.com/jraulhernandezi) ([#76](https://github.com/r9y9/deepvoice3_pytorch/issues/76))
Binary file added assets/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
baseURL = "https://r9y9.github.io/deepvoice3_pytorch/"
languageCode = "ja-jp"
title = "An open source implementation of DeepVoice 3: 2000-Speaker Neural Text-to-Speech"
title = "An open source implementation of Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning"
author = "Ryuichi YAMAMOTO"

[params]
author = "Ryuichi YAMAMOTO"
logo = "/images/r9y9.jpg"
project = "deepvoice3_pytorch"
logo = "/images/512logotipo.png"
twitter = "r9y9"
github = "r9y9"
analytics = "UA-44433856-1"
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type = "index"

- Github: https://github.com/r9y9/deepvoice3_pytorch

This page provides audio samples for the open source implementation of DeepVoice3. Samples from single speaker and multi-speaker models follow.
This page provides audio samples for the open source implementation of [Deep Voice 3](https://arxiv.org/abs/1710.07654). Samples from single speaker and multi-speaker models follow.

## Single speaker

Expand Down
5 changes: 0 additions & 5 deletions docs/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
<div class="hr"></div>
<address>
<div class="avatar-bottom">
<a href="/">
{{ with .Site.Params.logo }}
<img src="{{ . }}">
{{ end }}
</a>
</div>

<div class="copyright">Copyright &copy;
Expand Down
12 changes: 6 additions & 6 deletions docs/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="/{{ .Site.Params.Project }}/css/normalize.css">
<link rel="stylesheet" href="/{{ .Site.Params.Project }}/css/skeleton.css">
<link rel="stylesheet" href="/{{ .Site.Params.Project }}/css/custom.css">
<link rel="alternate" href="/{{ .Site.Params.Project }}/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<link rel="shortcut icon" href="/{{ .Site.Params.Project }}/favicon.png" type="image/x-icon" />
<title>{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}</title>
</head>
<body>
Expand All @@ -19,7 +19,7 @@

<header role="banner">
<div class="header-logo">
<a href="/"><img src="{{ .Site.Params.logo }}" width="70" height="70"></a>
<a href="https://github.com/r9y9/deepvoice3_pytorch"><img src="/{{ .Site.Params.Project }}/{{ .Site.Params.logo }}" width="140" height="140"></a>
</div>
{{ if eq $isHomePage true }}<h1 class="site-title">{{ .Site.Title }}</h1>{{ end }}
</header>
9 changes: 0 additions & 9 deletions docs/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ main {
max-width: 700px;
}

.header-logo img {
border-radius: 50%;
border: 2px solid #E1E1E1;
}

.header-logo img:hover {
border-color: #F1F1F1;
}

.site-title {
margin-top: 2rem;
}
Expand Down
Binary file modified docs/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/512logotipo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/images/r9y9.jpg
Binary file not shown.

0 comments on commit 164d1fc

Please sign in to comment.