Question about cortex_DIM in net_infomax.py of semisupervised_TU/finetuning
There is a package import 'from cortex_DIM.functions.gan_losses import get_positive_expectation, get_negative_expectation' Neither 'pip install cortex_DIM' nor 'conda install cortex_DIM' could work.
I wander how can i add this cortex_DIM to my environment? Or anyone can tell me what get_positive_expectation, get_negative_expectation are doing? I need them in loss_infomax in net_infomax.py
Hi,
I think for the cortex_DIM package you can refer to the https://github.com/sunfanyunn/InfoGraph package, which we built on for this experiment (and we didn't use it, cortex_DIM).
Thanks for your reply.
The codes work well after I add necessary packages provided by you.