Tanuj Jain
Tanuj Jain
@GITnewfish can't see the error on the screenshot.. could you paste the stack trace instead?
The current convention to select between cpu and gpu is through the use of the environment variable `CUDA_VISIBLE_DEVICES` . Instead of explicitly passing a device selection parameter, I would like...
Tried adding mps but it seems some pytorch operations are not yet implemented for mps backend. As a result, CNN usage breaks. Will keep the issue open and keep checking...
We're currently experimenting with some large scale similarity frameworks that should be able to handle approximate deduplication of 1 million+ images and hope to make a release in 2-3 months....
> no duplicate image was found (even the exact same image was used, or the duplicate image found by hash method was used) This is quite unlikely. If the exact...
How are you installing it? In the new release, there's also sdists distributed along with wheels- You can try to pip install the package again to see if it works.
Thanks for the suggestion. I see 2 ways of proceeding here: - Create 2 separate packages- which will fragment the build/deploy pipeline and hence, not a great option. - Manage...
It doesn't seem like a bad idea to display the image even if it's been saved.
Ok, agreed. In that case, it may be better to add a flag `show_image` (with the default value set to `True`) to the plotting function instead of automatically not showing...
Support added with new release.