Hello everybody, I have created a CNN with Keras. The code of the net is: model = Sequential() model.add(Conv2D(32, (3,3), ...
確定! 回上一頁