autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

Multiple inputs #418

Closed Moh3nGolshani closed 5 years ago

Moh3nGolshani commented 5 years ago

There is ambiguity in using Talos for multiple inputs, which one is correct?

  1. https://autonomio.github.io/talos/#/Examples_Multiple_Inputs
  2. https://autonomio.github.io/talos/#/Scan?id=scan-arguments (Models with multiple inputs or outputs (list of arrays))

Also, why do i get the following error after running scan_object: init() takes at least 6 arguments (7 given)

scan_object = talos.Scan(x = [x_train[:, 0], x_train[:, 1]], y = tr_y, x_val = [x_val[:, 0], x_val[:, 1]], y_val = val_y, params = p, model = siamese_model)

github-actions[bot] commented 5 years ago

Welcome to Talos community! Thanks so much for creating your first issue :)