Guest User

Untitled

a guest
Mar 20th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. (donkey) Bradleys-MacBook-Pro:d2 brad$ python ~/d2/manage.py train --tub ~/d2/data/tub_22_18-03-12/ --model ./models/mypilot
  2. using donkey v2.2.1 ...
  3. /Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  4. from ._conv import register_converters as _register_converters
  5. Using TensorFlow backend.
  6. loading config file: /Users/brad/d2/config.py
  7. config loaded
  8. WARNING:tensorflow:From /Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1210: calling reduce_prod (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  9. Instructions for updating:
  10. keep_dims is deprecated, use keepdims instead
  11. WARNING:tensorflow:From /Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:2745: calling reduce_sum (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  12. Instructions for updating:
  13. keep_dims is deprecated, use keepdims instead
  14. WARNING:tensorflow:From /Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1299: calling reduce_mean (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  15. Instructions for updating:
  16. keep_dims is deprecated, use keepdims instead
  17. tub_names /Users/brad/d2/data/tub_22_18-03-12/
  18. TubGroup:tubpaths: ['/Users/brad/d2/data/tub_22_18-03-12']
  19. path_in_tub: /Users/brad/d2/data/tub_22_18-03-12
  20. Tub exists: /Users/brad/d2/data/tub_22_18-03-12
  21. joining the tubs 14097 records together. This could take 0 minutes.
  22. train: 11277, validation: 2820
  23. steps_per_epoch 88
  24. Epoch 1/100
  25. Traceback (most recent call last):
  26. File "/Users/brad/d2/manage.py", line 183, in <module>
  27. train(cfg, tub, model)
  28. File "/Users/brad/d2/manage.py", line 166, in train
  29. train_split=cfg.TRAIN_TEST_SPLIT)
  30. File "/Users/brad/googleDrive/version-control/donkey/donkeycar/parts/keras.py", line 67, in train
  31. validation_steps=steps*(1.0 - train_split))
  32. File "/Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 87, in wrapper
  33. return func(*args, **kwargs)
  34. File "/Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/engine/training.py", line 1840, in fit_generator
  35. class_weight=class_weight)
  36. File "/Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/engine/training.py", line 1559, in train_on_batch
  37. check_batch_axis=True)
  38. File "/Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/engine/training.py", line 1234, in _standardize_user_data
  39. exception_prefix='input')
  40. File "/Users/brad/miniconda3/envs/donkey/lib/python3.6/site-packages/keras/engine/training.py", line 140, in _standardize_input_data
  41. str(array.shape))
  42. ValueError: Error when checking input: expected img_in to have shape (None, 120, 160, 3) but got array with shape (128, 160, 120, 3)
Add Comment
Please, Sign In to add comment