scanpath icon indicating copy to clipboard operation
scanpath copied to clipboard

Fix weights loading on CPU + requirements.txt + fix example command

Open AlexMili opened this issue 4 years ago • 0 comments

Hello,

Thank you for your great work.

This PR is just to add a fix on weights loading when on CPU. Since the weights were obtained from a GPU, it is necessary to specify the map_location argument to convert it to CPU (details on torch website's here). I also added a requirements.txt to facilitate installation.

AlexMili avatar May 31 '21 09:05 AlexMili