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

Computer Vision-> Second hand car price prediction-> Error when trying to normalize the data #3

Open
theraghavjuneja opened this issue Mar 31, 2024 · 1 comment

Comments

@theraghavjuneja
Copy link

The axis=-1 argument won't work in the tensorflow normalization. Although it tries to normalize to the last axis. But in 16.1 if you did it explicitly too by specifying the last axis of columns, it won't work.
For that to work you either need to give axis=None or give each element as an individual axis parameter for tf to recognize.

@theraghavjuneja
Copy link
Author

Can I create a pull request for the same? Since I was working on it since morning, and maybe I found it how to solve the issue?

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