mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-10 13:00:36 +08:00
chore(format): run black on dev (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5eed789fe7
commit
ea66e6d28c
@@ -73,6 +73,7 @@ class Encoder(nn.Module):
|
||||
x = x * x_mask
|
||||
return x
|
||||
|
||||
|
||||
"""
|
||||
class Decoder(nn.Module):
|
||||
def __init__(
|
||||
@@ -158,6 +159,7 @@ class Decoder(nn.Module):
|
||||
return x
|
||||
"""
|
||||
|
||||
|
||||
class MultiHeadAttention(nn.Module):
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user