feat: predict_tja script

This commit is contained in:
2026-04-25 16:19:30 +09:00
parent df82515a33
commit 4f6ce49704
5 changed files with 201 additions and 38 deletions

View File

@@ -159,5 +159,6 @@ if __name__ == "__main__":
predict(
args.workingDir,
args.songno
args.songno,
args.feature
)