tensorflow-generative-model-collections icon indicating copy to clipboard operation
tensorflow-generative-model-collections copied to clipboard

about CVAE's input

Open xray1111 opened this issue 6 years ago • 0 comments

Thanks for the nicely orgnized code, I learned a lot from it. But I have question about the CVAE's input, you just append y's 1-hot code to the last dimension of x, so it makes the original data up to 11 times larger (the image shape becomes 28 * 28 * 11). But why not just append y in the middle of the encoding process, say, when we get a flat vector after several conv2d transformation, then we could append y to this flat vector?

xray1111 avatar Apr 12 '18 14:04 xray1111