You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train mnist using a normal linear regression. But downsample the image to the same amount that I have been in LUTNet. I want to see if I can get at least accuracy parity with a constrained input.
Right now I have been downsampling 28x28 -> 14x14 and using only the top bit. But it would be good to figure out how to do this with other mnist architectures (DNN, CNN) with whatever downsampling occuring. This will be easier with Issue #3
The text was updated successfully, but these errors were encountered:
Train mnist using a normal linear regression. But downsample the image to the same amount that I have been in LUTNet. I want to see if I can get at least accuracy parity with a constrained input.
Right now I have been downsampling 28x28 -> 14x14 and using only the top bit. But it would be good to figure out how to do this with other mnist architectures (DNN, CNN) with whatever downsampling occuring. This will be easier with Issue #3
The text was updated successfully, but these errors were encountered: