DL-Art-School/codes/models/gpt_voice
James Betker 34774f9948 unified_voice: begin decoupling from HF GPT
I'd like to try some different (newer) transformer variants. The way to get
there is softly decoupling the transformer portion of this architecture
from GPT. This actually should be fairly easy.
2022-01-07 22:51:24 -07:00
..
__init__.py
gpt_asr_hf.py
gpt_asr_hf2.py misc 2022-01-06 22:16:17 -07:00
gpt_tts_hf.py
lucidrains_dvae.py
mini_encoder.py
pixelshuffle_1d.py
text_voice_clip.py Finish up the text->voice clip model 2022-01-07 22:28:45 -07:00
unet_diffusion_vocoder_with_ref.py
unified_voice_bilevel.py
unified_voice.py unified_voice: begin decoupling from HF GPT 2022-01-07 22:51:24 -07:00
voice_voice_clip.py