Open ioskevinshah opened 2 years ago
Hi @john-rocky
Thanks for your great U2net model. I want to downgrade weight for quick prediction speed.
out = quantize_weights(model, nbits=8) spec = out.get_spec()
I used above code to make weight as Int8 but blank output is getting, How can I do? Thanks.
Hi @john-rocky
I made an iOS app called Lensto that uses U2net, AnimeGanV2, Style Transfer and many other cool filter and effects.
Youtube Video: https://www.youtube.com/shorts/jWwUiKZjfok it would be great if you showcase it in the readme :)
Thanks, Kevin Shah