This commit is contained in:
Eren Golge 2019-06-24 18:18:03 +02:00
Родитель b557d32d8c
Коммит ab231ac84f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,6 @@ if __name__ == "__main__":
if args.vocoder_path != "":
assert args.use_cuda, " [!] Enable cuda for vocoder."
# load the config
C = load_config(args.config_path)
C.forward_attn_mask = True