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

Segnet代码疑问 #52

Open
Shikairan opened this issue Sep 20, 2019 · 0 comments
Open

Segnet代码疑问 #52

Shikairan opened this issue Sep 20, 2019 · 0 comments

Comments

@Shikairan
Copy link

Shikairan commented Sep 20, 2019

Segnet_train.py
第25个卷积层:model.add(Conv2D(64, (3, 3), strides=(1, 1), input_shape=(3,img_w, img_h), padding='same', activation='relu'))
似乎多了一个input_shape=(3,img_w, img_h)这个参数,这个参数似乎无用处

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

No branches or pull requests

1 participant