mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-18 06:15:30 +00:00
More benchmarks
This commit is contained in:
@@ -57,9 +57,7 @@ def main():
|
||||
)
|
||||
sequence_lengths = torch.LongTensor([sequences.size(1)])
|
||||
|
||||
sid: Optional[int] = None
|
||||
if num_speakers > 1:
|
||||
sid = torch.LongTensor([0])
|
||||
sid = torch.LongTensor([0])
|
||||
|
||||
dummy_input = (
|
||||
sequences,
|
||||
|
||||
Reference in New Issue
Block a user