-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a statement that doesn't quite understand #8
Comments
I'm sorry.I couldn't describe my question clearly.I didn't understand why the globalvars could self sum until 6,why have six .h5. |
For the first question, the globalVar will sum to 6 because of I set the parameter max_evals in optim.minimize() to 6. Please refer to Hyperas for more information. |
Please help me in your spare time!Please .Thanks very much. |
Hello, it's my mistake in prediction.py, I have updated the source code, thank you. |
Use the following code, and that will achieve your desired effect if you enter a folder path as the data path:
|
You still predict one wav at a time, but through this for loop, you can achieve the same effect with batch prediction.
|
Hello,thanks very much for your help.I got it in "prediction.py",that archieves batch prediction.Thanks again. |
Dear Rayan: |
Dear Rayan: |
Hi Rayan:
Thanks,I'm sorry I ask for your help again.Thanks very much for your enjoying code that helps me a lot.When I read the code,I have a statement that doesnit quite understand in ‘find_best_model.py’.In the function of the create_model,"globalvars.globalVar += 1",this code I don't understand ,Please help explain this statement.Please help me,thanks very much!
The text was updated successfully, but these errors were encountered: