CXX1113

Results 7 issues of CXX1113

Could you provide the kernelized version of Neighborhood Component Analysis (KNCA)? Thanks!

Is there any theoretical support behind this evaluation method?

Hello, thank you very much for your excellent work. In deepscm-master\deepscm\experiments\morphomnist\nf\conditional_image_flow_sem.py line 132-140 Why not directly infer the value of x-based distribution like the function of infer_intensity_base or infer_e_t? In...

hi, i don't understand the following code: the code "noise_flow_constraint_transforms.inv(noise)" which lie in tutorials/counterfactual_donuts_tutorial.ipynb. Thank you!

Hi,I don't know how to build a JSON file like toy-ppi-G.json, etc. Can you provide pre-processing code for example_data?

`KLD = -0.5 / n_nodes * torch.mean(torch.sum(1 + 2 * logvar - mu.pow(2) - logvar.exp().pow(2), 1))` / n_nodes should be removed or torch.mean → torch.sum