-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #4: Strict Memory Control & Only Access Models in Worker
- Loading branch information
Showing
14 changed files
with
244 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ <h2 class="group-hover:text-slate-700 group-hover:text-opacity-90 transition-[co | |
</div> | ||
</div> | ||
<dialog id="about-dialog" class="modal modal-bottom sm:modal-middle"> | ||
<div class="modal-box p-0 flex flex-col sm:max-w-3xl h-[calc(100%-5rem)]"> | ||
<div class="modal-box p-0 flex flex-col sm:max-w-3xl h-[calc(100%-5rem)] overflow-hidden"> | ||
<form method="dialog"> | ||
<button type="submit" class="btn btn-ghost w-14 h-14 min-h-14 text-4.5xl absolute right-3 top-3 text-slate-500 hover:bg-opacity-10" aria-label="關閉"><span class="icon-close"></span></button> | ||
</form> | ||
|
@@ -93,7 +93,8 @@ <h3 class="flex items-center gap-2 mx-6 mt-6 mb-4.5"><span class="icon-info"></s | |
>,詳情請參閱<a href="https://github.com/hkilang/TTS" target="_blank">原始碼</a>。 | ||
</p> | ||
<p>如有任何查詢,歡迎電郵至 <a href="mailto:[email protected]" target="_blank">[email protected]</a> 或 <a href="mailto:[email protected]" target="_blank">[email protected]</a>。</p> | ||
<img src="./assets/credit-logos.svg" alt="康樂及文化事務署標誌、政府文體旅計劃「門常開」標誌、非物質文化遺產資助計劃標誌" title="康樂及文化事務署標誌、政府文體旅計劃「門常開」標誌、非物質文化遺產資助計劃標誌" /> | ||
<p>資助單位:</p> | ||
<img src="./assets/credit-logos.svg" alt="康樂及文化事務署標誌、政府資助計劃「門常開」標誌、非物質文化遺產資助計劃標誌" title="康樂及文化事務署標誌、政府資助計劃「門常開」標誌、非物質文化遺產資助計劃標誌" /> | ||
<ol class="list-[squared-decimal] text-slate-400 text-sm ml-11"> | ||
<li id="vits2"> | ||
Jungil Kong, Jihoon Park, Beomjeong Kim, Jeongmin Kim, Dohee Kong, and Sangjin Kim. 2023. VITS2: Improving quality and efficiency of single-stage text-to-speech with adversarial learning and architecture design. In <cite>Proc. INTERSPEECH 2023</cite>, pp. 4374–4378. Available: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.