Skip to content

Commit 2f31cb3

Browse files
authored
Update composer.py
1 parent a9945d2 commit 2f31cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.py

-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ def play():
450450

451451
model = torch.load(model_path)
452452
model.eval()
453-
model.eval()
454453
# Using PyTorch model directly for both encoding and decoding
455454
encoder = model.encoder
456455
decoder = model.decoder

0 commit comments

Comments
 (0)