This is the code of the paper Nonparametric Modern Hopfield Models. You can use this repo to reproduce the results of our method.
You can set up the experimental environment by running the following command line:
$ conda create -n env python=3.8
$ conda activate env
$ pip3 install -r requirements.txt