Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Takaaki-Saeki committed Oct 24, 2023
1 parent eff802b commit f2c51d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speechmos/utmos22/fairseq_alt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""W2V2 model optimized to UTMOS22 strong learner inference. Origin cloned from FairSeq under MIT license (Copyright Facebook, Inc. and its affiliates., https://github.com/facebookresearch/fairseq/blob/main/LICENSE)."""

import math
from typing import List, Tuple, Optional
from typing import List, Optional, Tuple

import torch
from torch import nn, Tensor
Expand Down

0 comments on commit f2c51d5

Please sign in to comment.