Paintakotako

@Paintako

Joined on Sep 15, 2022

  • contributed by <Paintakotako> Install Follow the instructions in Lab3 to install the required dependencies, but i've encounter a situation where Java is not installed, so installtion is needed. Chisel bootcamp notes Module class Passthrough extends Module { val io = IO(new Bundle { val in = Input(UInt(4.W))
     Like  Bookmark
  • Model Finetune Pretrianed [ ] 語速增加問題: 客語加速問題已解決 (使用 streaming) [ ] 印尼語語速以及流暢度 [ ] 英文語者語速問題 (除了英文以外都過快)考慮到訓練時英文語者原本語速就很快,可以考慮以下方法:以一個語者為標準 ( 如台語語者 ),合成一段 utterance,以 秒數/音素 算出一秒多少音素,以此為基準,記做 $dur1$ 再來對英文語者做同樣的事情,以 秒數/音素 算出一秒多少音素,記做 $dur2$用 $dur1$ / $dur2$ 來算出修正 inference 速率比例 [ ] 如果 CTL 出現標音錯誤或者需要修正,需要去哪裡更改?
     Like  Bookmark
  • contributed by <Paintako> 作業說明 開發環境 $ gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 $ lscpu Architecture: x86_64
     Like  Bookmark
  • Introduction 三個概念: Image Container Repository Image Image 包含了要執行的所有東西,例如完整的 ubuntu,或者 Python 以及需要的套件等等。
     Like  Bookmark
  • contributed by < Paintako > 測驗一 說明 考慮 next_pow2 可針對給定無號 64 位元數值 x,找出最接近且大於等於 2 的冪的值 原始程式碼是使用了 binary search 的概念去找出最接近且大於等於 2 的冪的值 而改寫後的版本: 首先,給的數值範圍是 64 bit, 且 unsigned
     Like  Bookmark
  • contributed by <Paintako> 測驗 1 考慮以下結構體, "利用 ABI 特性來「標示不用的節點」手段" typedef struct __node { uintptr_t color; struct __node *left, *right; struct __node *next; long value;
     Like  Bookmark
  • contributed by < Paintako > 測驗 1 typedef struct { \ x_type *node; \ int cmp; \ } x_prefix##path_entry_t; 閱讀前置處理器篇, 得知 x_prefix## 是透過 cpp 來展開產生程式碼的, 註釋也有提示 : * x_prefix:
     Like  Bookmark
  • contributed by < Paintako > 作業需求 GitHub ::: spoiler 實驗環境 $ gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
     Like  Bookmark
  • contributed by < paintako > 題目 開發環境 $ gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     Like  Bookmark
  • contributed by < Paintako > 開發環境 $ gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes:
     Like  Bookmark