Guest User

Untitled

a guest
Apr 29th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "keras_cnn_phoneme_generator_fit.py", line 229, in <module>
  3. grid_results=grid.fit(train_input,train_output)
  4. File "/home/keerthikan/.local/lib/python2.7/site-packages/sklearn/model_selection/_search.py", line 940, in fit
  5. return self._fit(X, y, groups, ParameterGrid(self.param_grid))
  6. File "/home/keerthikan/.local/lib/python2.7/site-packages/sklearn/model_selection/_search.py", line 541, in _fit
  7. X, y, groups = indexable(X, y, groups)
  8. File "/home/keerthikan/.local/lib/python2.7/site-packages/sklearn/utils/validation.py", line 206, in indexable
  9. check_consistent_length(*result)
  10. File "/home/keerthikan/.local/lib/python2.7/site-packages/sklearn/utils/validation.py", line 181, in check_consistent_length
  11. " samples: %r" % [int(l) for l in lengths])
  12. ValueError: Found input variables with inconsistent numbers of samples: [33, 1]
Add Comment
Please, Sign In to add comment