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

Force usage of Theano's image ordering. #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArthurEmidio
Copy link

  • The method get_model() in train_steering_model.py provides the
    input image to the Lambda layer as a shape (ch, row, col). This is in
    the Theano image dimension format, instead of Tensorflow's, which is
    (row, col, ch).

  • An alternative to this is to modify the keras.json file in the Keras
    installation path (usually located in ~/.keras/keras.json), in the
    image_dim_ordering row.

- The method `get_model()` in `train_steering_model.py` provides the
input image to the `Lambda` layer as a shape (ch, row, col). This is in
the Theano image dimension format, instead of Tensorflow's, which is
(row, col, ch).

- An alternative to this is to modify the `keras.json` file in the Keras
installation path (usually located in `~/.keras/keras.json`), in the
`image_dim_ordering` row.
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

Successfully merging this pull request may close these issues.

1 participant