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

Fixing various errors in the structured_data files #2013

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Humbulani1234
Copy link

This PR fixes various similar errors related to data download and Dataset preparation in various scripts in the structured_data examples. It includes: movielens_recommendations_transformers.py, wide_deep_cross_networks.py, and feature_space_advanced.py.

Detailed errors description may also be referenced from PR.

More information about the error from the function tree_flatten doc string. OrderedDict when flattened keeps its keys insertion order, and dict does not. In our models inputs are a dict and dataset is an OrderedDict.

A fix has been provided.

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

Successfully merging this pull request may close these issues.

2 participants