Walter Hugo Lopez Pinaya

Results 18 comments of Walter Hugo Lopez Pinaya

Hi @abidlabs , sorry, but I am still having the same problem, even with ```gradio==3.0.25``` I created an example with a docker image to be easier to replicate (https://github.com/Warvito/gradio_plotly_example) In...

Hi @abidlabs and @dawoodkhan82 , I found out that the bug is still present when we set ```demo.launch(inline=True)``` or when we try to visualize on the browser. It only show...

I am interested in this feature. Any prevision of when the pull request will be reviewed?

I ran the script again and I didn't had this error. I am using scikit-learn (0.15.2)

Sorry, I forgot to comment this in the code. Actually, this value is the index of the vectors declared in space. space = ( hp.choice('nrLayers', [2,3]), hp.choice('layerSizes', [500,750,1000,1250]), hp.loguniform( 'unsupervisedLearningRate',...

Okay. I will follow the pattern in the forthcoming changes. I tried to make the code more clear with some comments: https://gist.github.com/Warvito/be4d588c3ff9410455ac . Yes, I already ran the code on...

Hello. I have not had chance to check the performance in the MNIST database. However, using the data of my research I found an improvement by changing the space of...

Hi @WillemB2104 , Could you please share with us what you did to apply Combat in a cross-validation? Cheers, Walter

In order to improve the Autoencoder KL performance, I decided to increase the number of parameters of it for now

Consider update the use of gamma to be similar to new version of the sklearn (for example, https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html)