Peon26
Results
2
comments of
Peon26
Hi @mrquincle , would you please explain what do you mean by "to iterate over new algorithms"? > It would be great to quickly iterate over new algorithms on a...
As suggested [here](https://github.com/maxpumperla/hyperas/issues/60) you could create a python file with all your global variables and then import them, e.g.: ```python ### [FILE NAME = globalvars.py] ### global x_train, y_train, x_test,...