SVHNClassifier-PyTorch icon indicating copy to clipboard operation
SVHNClassifier-PyTorch copied to clipboard

Possibly incorrect layer size

Open slvrfn opened this issue 6 years ago • 0 comments

After reviewing the mentioned paper in section 5.1:

The fully connected layers contain 3,072 units each

And your other version of this repository written in tensorflow:

https://github.com/potterhsu/SVHNClassifier/blob/475fb68fde1fa1c057cc301ef0af049d9b9c4afb/model.py#L72

Is it possible the following lines were supposed to be "4 * 4 * 192"?

https://github.com/potterhsu/SVHNClassifier-PyTorch/blob/5f062e5afc134d9b56ab3dc6282e7762799f5159/model.py#L77

https://github.com/potterhsu/SVHNClassifier-PyTorch/blob/5f062e5afc134d9b56ab3dc6282e7762799f5159/model.py#L102

slvrfn avatar Apr 07 '20 02:04 slvrfn