kim-hyunsu / CEVAE-pyro

CEVAE(Causal Effect Variational AutoEncoder) written with pytorch and pyro.
9 stars 4 forks source link

ask_data_detail #2

Open LDJ20210926 opened 2 years ago

LDJ20210926 commented 2 years ago

what's the scorce of the data following or how can I use the following data? and what's the relationship between the data of following and the data you used in the code? thank you very much image

kim-hyunsu commented 1 year ago

Sorry for being super late.

I adopted them from https://github.com/AMLab-Amsterdam/CEVAE/tree/master

To utilize them, you can refer to "main.py", which loads the dataset through loaders defined in "data_loader.py"