autonomio / talos

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

Error with Autom8 import #592

Closed bwalsh1191 closed 1 year ago

bwalsh1191 commented 1 year ago

Thank you very much for reporting a bug on Talos. Before you do, please go through the below checklist carefully and make sure to prepare your bug report in a way that facilitates effective handling of the matter.

1) Confirm the below

2) Include the output of:

talos 1.3

3) Explain clearly what you expect to happen

when I attempt to follow the docs using Autom8 for param dictionary, using the examples provided, I expect to automatically create a param dictionary.

4) Explain what actually happened

I get an error module talos has no attribute Autom8

5) Provide a code-complete reference

import talos import wrangle p=talos.Autom8.AutoParams().params

NOTE: If the data is sensitive and can't be shared, create dummy data that mimics it or provide a command for generating it.

A self-contained Jupyter Notebook, Google Colab, or similar is highly preferred and will speed up helping you with your issue.


mikkokotila commented 1 year ago

Sorry, try with p = talos.autom8.AutoParams().params.

Closing here. Feel free to open a new one anytime.