RElbers/info-nce-pytorch

How to import info-nce-pytorch

Skywalker-Harrison opened this issue · 2 comments

Hi, I am a new to contrastive learning, when I installed the package by using pip install info-nce-pytorch on my server, I could not import the package by using from info-nce-pytorch import InfoNCE(), could you tell me the name to import the package?
image

from info_nce import InfoNCE

from info_nce import InfoNCE

Thank you!