-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
def cnn2d(num_classes): |
cnn2d function in models.py have layer size issues; gives error by Keras:
ValueError: Input 0 is incompatible with layer conv2d_31: expected ndim=4, found ndim=3
Also, there are minor bugs:
model = Sequential()
is missing at the beginning.num_classes
is used as parameter, butnb_classes
is used in the function.
ykpgrr, micah5 and pubg1
Metadata
Metadata
Assignees
Labels
No labels