idealo / imagededup

😎 Finding duplicate images made easy!
https://idealo.github.io/imagededup/
Apache License 2.0
5.18k stars 459 forks source link

Allow CNN method to use gpu #182

Closed tanujjain closed 2 years ago

tanujjain commented 2 years ago

What

Sets the CNN to use gpu for encoding generation if one is available on the machine, else selects cpu (which is the default).

Why

CNN encoding generation can leverage faster computation on gpu.

Tests

Tests run successfully on both cpu and gpu machines.

tanujjain commented 2 years ago

Closing since #179 already introduced the changes.