autonomio / talos

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

Update the Examples #377

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

This is related to #376. Example notebooks have to be updated to current versions of Talos.

MorissetteThomasV commented 5 years ago

I'm glad this issue is assigned. I found these problems so far : 1) In Comprehensive example, in order to import the datasets, we have to import from this path. from talos.templates import datasets 2) In the talos.Scan parameters, the parameter dataset_name as in : h = ta.Scan(x, y, params=p, model=iris_model, **dataset_name**='iris', experiment_no='1', grid_downsample=.01) needs to be changed to experiment_name, 3) experiment_no seems to have been removed 4) grid_downsample is now fraction_limit Thanks

mikkokotila commented 5 years ago

@MorissetteThomasV do you want to make a PR for it? That would be great :)