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

Support Keras 2.0 #63

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Support Keras 2.0 #63

wants to merge 10 commits into from

Conversation

cory8249
Copy link

No description provided.

@MeteorsHub
Copy link

Why this is not merged to the master branch?

@rykov8
Copy link
Owner

rykov8 commented Apr 24, 2017

I have no time to review now. Moreover, there are some redundant commits in this PR. Keras 2.0 support is not a hard thing to do, there is only a couple of changes without backward compatibility.

@Dref360
Copy link

Dref360 commented May 1, 2017

Actually, the only thing to do is to add the def compute_output_shape(self, input_shape): in ssd_layers.

Copy link

@w5688414 w5688414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ssd learner

@adizhol
Copy link

adizhol commented Dec 20, 2017

I think you need to change

if K.image_dim_ordering() == 'tf':

to

    if K.image_data_format() == 'channels_last':

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.

None yet

6 participants