hyperas
hyperas copied to clipboard
Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
Hi, I am using hyperas to optimize my CNN based DL model. I am only using "choice" and my aim is to let hyperas run all combinations and decide on...
Before filing an issue, please make sure to tick the following boxes. - [x] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing...
Hey, guys! I'm having the same problem described in other issues, but I am training a 2D CNN. I'm running my code on a Jupyter Notebook. Is that a problem?...
First: Lots of thanks for the amazing Hyperas work you already did. Here the issue: Aim is to optimize hyperparameters for a Keras LSTM via Hyperas. While implying the structure...
First of all thank you very much for your work, I'm trying to use your framework to optimize hiperparameters in my LSTM network in order to implement a sentiment analysis...
Hi, first of all thank you for your work. I'm trying to use your framework to optimize hiperparameters in my Convolutional Neural Network in order to implement an image classifier....
Hi @maxpumperla, thanks for all your help with this. I'm having an issue with using a 3d array for my X values. My training X values are in an array...
Hyperas currently only supports working from command line, executing scripts, and from jupyter notebooks with the respective keyword. Other ways of running experiments are currently not supported.
Hi, and thanks for the nice library. Is it possible to run hyperas on multiple GPU's? if so, would you mind giving a small example? Thanks!
Before filing an issue, please make sure to tick the following boxes. - [x] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing...