You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please explain to me why you use this line of code?
"for speak_test in itertools.product(males, females): # test_couples:"
Shouldn't you only use a for cycle for going over all the audio files once?
The text was updated successfully, but these errors were encountered:
Could you please explain to me why you use this line of code?
"for speak_test in itertools.product(males, females): # test_couples:"
Shouldn't you only use a for cycle for going over all the audio files once?
The text was updated successfully, but these errors were encountered: