Skip to content

Commit

Permalink
Rename 0902_rand_cnn.py to CNN/0902_rand_cnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seawavve authored Nov 16, 2020
1 parent cce4586 commit 31f882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0902_rand_cnn.py → CNN/0902_rand_cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ def make_short_cut(a_layer,b_layer): # 받은 두개의 레이어로 shortcut
score = model.evaluate(x_test, y_test, verbose=0)
print('Test loss:', score[0])
print('Test accuracy:', score[1])
model.save('MNIST_CNN_model.h5')
model.save('MNIST_CNN_model.h5')

0 comments on commit 31f882d

Please sign in to comment.