You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[ X] My Python version is 3.5 or higher
[x ] I have searched through the issues Issues for a duplicate
[ X] I've tested that my Keras model works as a stand-alone
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
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
Scan()
commandNOTE: 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.
The text was updated successfully, but these errors were encountered: