Skip to content

Commit

Permalink
Add demo page for Very Attentive Tacotron (VAT)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattShannon committed Oct 28, 2024
1 parent 9ac2937 commit 7561e66
Show file tree
Hide file tree
Showing 112 changed files with 592 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
69 changes: 69 additions & 0 deletions publications/very_attentive_tacotron/css/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
body {
font-family: 'Roboto', Arial, sans-serif;
}
.paper_title {
font-style: italic;
}
.paper_date {
font-weight: bold;
}
#toc_container {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #aaa;
display: table;
font-size: 95%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 8px;
width: auto;
}
.toc_title {
font-weight: 700;
font-size: 18pt;
text-align: left;
}
#toc_container ul {
list-style: outside none none !important; margin-left: -40px;
}
.h2_explainer {
margin-bottom: 2px;
}
h3 {
margin-bottom: 2px;
}
.h3_explainer {
padding-bottom: 10px;
padding-top: 5px;
}
.transcript {
font-style: italic;
}
.text_e2e {
font-style: italic;
color: #666666;
font-size: 11pt;
}

td.reference {
text-wrap: overflow;
min-width: 500px;
max-width: 500px;
}
td.reference button {
margin-left: 10px;
}
td.algorithm {
text-align: right;
}
#player {
position: fixed;
top: 0;
right: 0;
}
td.synthesis {
text-align:center;
}

523 changes: 523 additions & 0 deletions publications/very_attentive_tacotron/index.html

Large diffs are not rendered by default.

0 comments on commit 7561e66

Please sign in to comment.