hangtingchen

Results 3 issues of hangtingchen

为什么此处要将输出节点设置为和batchsize成正比?网络结构的设置应该和batchsize无关 https://github.com/starhou/One-dimensional-GAN/blob/85c148b347609636dbbb3a9f31543fbef0bd6170/ganone.ipynb?short_path=220ade3#L105

Hi, snsun Thanks for your code. I think that we should use the eigenvalue of correlation matrices to solve the permutation problem. https://github.com/snsun/cgmm_mvdr/blob/cfc88aec4e26a6536eb4642566db9701ee9d6369/est_cgmm.m#L63 However, here you used the matrix of...

Hi, Thank you very much for your explanation of covariate shift. I have a question about the dataset split in the jupyter notebook. You wrote that `for fold, (train_idx, test_idx)...