mminelli / dinn

Fast Homomorphic Evaluation of Deep Discretized Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does neural network input in your code is 16x16 not 28x28 for MNIST dataset?

qianlou opened this issue · comments

Oh, it seems that you used the sub-sampling data in your code. Got it.