-
Notifications
You must be signed in to change notification settings - Fork 13
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
Getting Assertion Error #1
Comments
here my solution that worked pretty well... using API KERAS functional model: def create_model(metadata, clusters):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "training.py", line 203, in
validation_data=(process_features(data.validation, data.metadata), data.validation_labels))
File "/Users/apple/Desktop/Kaggle/Taxi Trajectory/vir/lib/python3.6/site-packages/keras/engine/training.py", line 950, in fit
batch_size=batch_size)
File "/Users/apple/Desktop/Kaggle/Taxi Trajectory/vir/lib/python3.6/site-packages/keras/engine/training.py", line 671, in _standardize_user_data
self._set_inputs(x)
File "/Users/apple/Desktop/Kaggle/Taxi Trajectory/vir/lib/python3.6/site-packages/keras/engine/training.py", line 575, in _set_inputs
assert len(inputs) == 1
AssertionError
--Getting the above error. Any help is appreciated.
The text was updated successfully, but these errors were encountered: