Skip to content

Instantly share code, notes, and snippets.

View kan-bayashi's full-sized avatar
👋

Tomoki Hayashi kan-bayashi

👋
View GitHub Profile
@kan-bayashi
kan-bayashi / pyopenjtalk_test.ipynb
Last active January 27, 2022 12:44
pyopenjtalk_test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kan-bayashi
kan-bayashi / data_prep.sh
Created December 1, 2021 11:52
VCTK data prep for the case without label files
#!/usr/bin/env bash
# Copyright 2020 Tomoki Hayashi
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
# shellcheck disable=SC1091
. ./path.sh || exit 1;
num_dev=5
num_eval=5
@kan-bayashi
kan-bayashi / espnet2_tts_demo.ipynb
Created February 8, 2021 09:45
espnet2_tts_demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kan-bayashi
kan-bayashi / make_release_note_from_milestone.py
Last active September 5, 2019 04:27
Make release note from milestone
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Create release note from milestone with PyGithub."""
import argparse
from collections import defaultdict
import github