hi, authors, great works, now I want to apply the NCM to high dimensional variables, my command is python -m src.experiment.experiment1 Experiment1 -G all -t 1 -d 20 --n-epochs 3000 -r 4 --gpu 1. So here I set the parameter --dim to 20 (more than 1), and set the parameter --n-samples to 10000, but I found that each variable still has 10000x1 size. If I understand right, now each variable should be 10000x20 size, so which step did I understand wrong? Thanks!!!!
