mirror of https://github.com/coqui-ai/TTS.git
Make style
This commit is contained in:
parent
37b708dac7
commit
f4c88ed677
|
@ -4,10 +4,10 @@ Much of this code is adapted from Andrej Karpathy's NanoGPT
|
|||
"""
|
||||
import math
|
||||
from dataclasses import dataclass
|
||||
from coqpit import Coqpit
|
||||
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
from coqpit import Coqpit
|
||||
from torch.nn import functional as F
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue