loukasilias

Results 5 comments of loukasilias

``` class MyTuner(kt.Tuner): def run_trial(self, trial,*args,**kwargs): # You can add additional HyperParameters for preprocessing and custom training loops # via overriding `run_trial` hp = trial.hyperparameters model = self.hypermodel.build(hp) batch_size =...

Thanks for your reply. You are right, i forgot to move the pretrained model to the remote environment. I see now that i get nearly 75% accuracy. Have you included...

Thank you! It has been solved. I have some additional questions. I have several audio files of variable duration (40 secs, 1 min, etc.). Is it possible to use your...

@mok0102 thank you! However, I am getting the following error now. Any idea? ![image](https://github.com/jcvasquezc/DisVoice/assets/66082450/80afe97d-3884-4980-b1ac-7702ec2cf88b)

@mok0102 thanks! I noticed that prosody returns some NaN values. Do you have any idea?