loukasilias
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? 
@mok0102 thanks! I noticed that prosody returns some NaN values. Do you have any idea?