-
# Web Push Notification with Firebase Cloud Messaging | miyauci.me
Send and receive web push notifications with Firebase Cloud Messaging (FCM). This is a broad and shallow overview of the whole pictu…
-
How can group_size larger than 1 will enable sorting in Dataset ?
or Why do we need enable sorting in Dataset?
https://github.com/ming024/FastSpeech2/blob/d4e79eb52e8b01d24703b2dfc0385544092958…
-
# Github Actions에서 Secrets을 통해 env 파일 생성하기 | Developer Hyun
일반적으로 Github에 업로드하지 않는 env 파일을 어떻게 Github Actions에서 생성하고, 환경 변수를 추가할 수 있는지 알아봅시다.
[https://ji5485.github.io/post/2021-06-26/create-env-wit…
-
BOS and EOS have the same count in the vocabulary. The counter sort the utterances by frequency. Since BOS and EOS have the same count in the vocabulary, the order is random. Sometimes BOS is 4 in v…
-
**Binary**: [1.0.1 Linux](https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/releases/tag/v1.0.1).
**Command**: I was following the [librispeech example](https://montreal-forced-aligner…
-
# Jekyll 블로그에 utterances로 댓글 기능 추가하기 - MadPlay's MadLife.
지킬 블로그에 댓글 기능을 추가해보자. 댓글을 github 이슈 기반으로 연동하는 utterances를 적용하기
[https://madplay.github.io/post/jekyll-blog-comments-with-utterances](https:/…
-
# Tại sao package-lock.json tồn tại và cách nó hoạt động
Package-lock.json là gì? Tại sao lại có file này trong khi chúng ta đã có package.json. Đây có lẽ là thắc mắc của rất nhiều bạn (trong đó có m…
-
# fp-ts로 Typescript 함수형 프로그래밍 시작하기 5 (Category) | Minsu's Dev Log
본 포스트는 fp-ts 공식 문서의 Learning Resources에 있는 Getting Started에서 소개하는 문서들을 번역하며 학습한 문서입니다. 원본 문서는 링크에서 확인할 수 있으며 작성한 코드들은 여기에서 확인할 수 있습니다…
-
# Speed up TypeScript with Jest | miyauci.me
Learn how to speed up your tests with Jest. Introducing esbuild or swc as transformers, it speeds up testing by speeding up transpiling, which tends to …
-
How do you preprocess the data, for example for DailyDialogue?
I see that you are directly using the file "data/interim/dialog/train_sentences.tsv". How did you get it? Thank you