mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-09 11:25:25 +08:00
update mnist convnet demo
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
@import 'https://fonts.googleapis.com/css?family=Nothing+You+Could+Do';
|
||||
|
||||
body {
|
||||
background: #EEEEEE;
|
||||
background: linear-gradient(0deg, #DDDDDD, #EEEEEE);
|
||||
color: #393E46;
|
||||
min-height: 100vh;
|
||||
font-family: 'Fira Sans', sans-serif;
|
||||
|
||||
@@ -16,7 +16,7 @@ const MODEL_CONFIG = {
|
||||
|
||||
const LAYER_DISPLAY_CONFIG = {
|
||||
'convolution2d_1': {
|
||||
heading: '32 3x3 filters, border mode valid, 1x1 striding',
|
||||
heading: '32 3x3 filters, border mode valid, 1x1 strides',
|
||||
scalingFactor: 2
|
||||
},
|
||||
'activation_1': {
|
||||
@@ -24,7 +24,7 @@ const LAYER_DISPLAY_CONFIG = {
|
||||
scalingFactor: 2
|
||||
},
|
||||
'convolution2d_2': {
|
||||
heading: '32 3x3 filters, border mode valid, 1x1 striding',
|
||||
heading: '32 3x3 filters, border mode valid, 1x1 strides',
|
||||
scalingFactor: 2
|
||||
},
|
||||
'activation_2': {
|
||||
@@ -32,7 +32,7 @@ const LAYER_DISPLAY_CONFIG = {
|
||||
scalingFactor: 2
|
||||
},
|
||||
'maxpooling2d_1': {
|
||||
heading: '2x2 pools, 1x1 striding',
|
||||
heading: '2x2 pools, 1x1 strides',
|
||||
scalingFactor: 2
|
||||
},
|
||||
'dropout_1': {
|
||||
|
||||
Reference in New Issue
Block a user