fishmoon1234 / DAG-GNN

Apache License 2.0
288 stars 70 forks source link

Reparameterization #8

Open zixinixiz opened 4 years ago

zixinixiz commented 4 years ago

Hi,

I am confused about the construction of the encoder and decoder. It seems that there is no reparameterization step in your code. In other words, you directly used M_x/M_z as x/z. Is there any problem?

Looking forward to your reply.

fishmoon1234 commented 4 years ago

Yes you are right. We are using M_x as x and M_z as z by default.