Increase accuracy of CNN model (stuck at really low accuracy)

前端 未结 0 604
一整个雨季
一整个雨季 2020-11-22 00:16

Hereby is my code: # definiton of code def make_model(): model = Sequential() model.add(Conv2D(16, (3,3),input_shape = (32,32,3), padding = "same", kernel_initiali

相关标签:
回答
  • 消灭零回复
提交回复
热议问题