Skip to content

Instantly share code, notes, and snippets.

@zaidalyafeai
Last active April 3, 2018 22:46
Show Gist options
  • Save zaidalyafeai/510b3fd3157e1ab49bc2ef9917593404 to your computer and use it in GitHub Desktop.
Save zaidalyafeai/510b3fd3157e1ab49bc2ef9917593404 to your computer and use it in GitHub Desktop.
const convlayer = tf.layers.conv2d({
inputShape: [28,28,1],
kernelSize: 5,
filters: 8,
strides: 1,
activation: 'relu',
kernelInitializer: 'VarianceScaling'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment