disentanglement_lib icon indicating copy to clipboard operation
disentanglement_lib copied to clipboard

Encoder architecture does not match paper

Open alexrakowski opened this issue 6 years ago • 0 comments

Is the encoder architecture ( conv_encoder ) from here the one used in the experiments in the paper? It seems to be a discrepancy in terms of the size of conv. kernels used in the 3rd and 4th layers. The code uses 2x2 convolutions there, while, according to Table 2 from the Appendix of the paper 4x4 convolutions are used all the way.

alexrakowski avatar Jan 27 '20 10:01 alexrakowski