Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute error #75

Open
tsebaka opened this issue Nov 21, 2024 · 0 comments
Open

Attribute error #75

tsebaka opened this issue Nov 21, 2024 · 0 comments

Comments

@tsebaka
Copy link

tsebaka commented Nov 21, 2024

I just run notebook 09_sasrec_example.ipynb, and when I call .fit():

File .../nn/schema.py:247, in (.0)
243 """
244 :param features_list: list of tensor feature infos.
245 """
246 features_list = [features_list] if not isinstance(features_list, Sequence) else features_list
--> 247 self._tensor_schema = {feature.name: feature for feature in features_list}

AttributeError: 'collections.OrderedDict' object has no attribute 'name'

@tsebaka tsebaka added good first issue Good for newcomers and removed good first issue Good for newcomers labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant