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

Error at Runtime - #1

Open
suresh-s opened this issue Jul 19, 2019 · 0 comments
Open

Error at Runtime - #1

suresh-s opened this issue Jul 19, 2019 · 0 comments

Comments

@suresh-s
Copy link

I am getting following error when i run this "jupyter notebook model.ipynb", Could you help me to resolve this issue?


IndexError Traceback (most recent call last)
in
22 return scaled_X, X_scaler
23
---> 24 scaled_X, X_scaler = plot_features(vehicle_features, non_vehicle_features)

in plot_features(vehicle_features, non_vehicle_features)
6
7 def plot_features(vehicle_features, non_vehicle_features):
----> 8 vehicle_features[0].shape
9 if len(vehicle_features) > 0:
10 X = np.vstack((vehicle_features, non_vehicle_features)).astype(np.float64)

IndexError: list index out of range

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