From 7c8e5c35f04f06ee0ba9dbc60d6f87470878139d Mon Sep 17 00:00:00 2001 From: Lucian Zala Date: Thu, 19 Apr 2018 18:47:27 +0300 Subject: [PATCH] Small utf-8 encoding fixes Signed-off-by: Lucian Zala --- deepvoice3_pytorch/frontend/text/numbers.py | 2 ++ hparams.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deepvoice3_pytorch/frontend/text/numbers.py b/deepvoice3_pytorch/frontend/text/numbers.py index f7b1da91..93f676dc 100644 --- a/deepvoice3_pytorch/frontend/text/numbers.py +++ b/deepvoice3_pytorch/frontend/text/numbers.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import inflect import re diff --git a/hparams.py b/hparams.py index 397accb9..0a1e15fa 100644 --- a/hparams.py +++ b/hparams.py @@ -21,7 +21,7 @@ # Convenient model builder # [deepvoice3, deepvoice3_multispeaker, nyanko] # Definitions can be found at deepvoice3_pytorch/builder.py - # deepvoice3: DeepVoice3 https://arxiv.org/abs/1710.07654 + # deepvoice3: DeepVoice3 https://arxiv.org/abs/1710.07654 # deepvoice3_multispeaker: Multi-speaker version of DeepVoice3 # nyanko: https://arxiv.org/abs/1710.08969 builder="deepvoice3",