Files
Retrieval-based-Voice-Conve…/extract_feature_print.py
sungchura c6a7270811 Fix the index out of bounds bug in extract_feature_print.py (#560)
Check if the length of sys.argv is 6, instead of 5, to cover sys.argv[5]. Otherwise when the length is 6, it runs the else body and tries to access sys.argv[6] in line 13, which is an error.
2023-06-24 16:06:24 +08:00

3.8 KiB