wingman-jr-addon / wingman_jr

This is the official repository (https://github.com/wingman-jr-addon/wingman_jr) for the Wingman Jr. Firefox addon, which filters NSFW images in the browser fully client-side: https://addons.mozilla.org/en-US/firefox/addon/wingman-jr-filter/ Optional DNS-blocking using Cloudflare's 1.1.1.1 for families! Also, check out the blog!
https://wingman-jr.blogspot.com/
Other
35 stars 6 forks source link

Performance - Check TF.js 4.5.0 #190

Closed wingman-jr-addon closed 1 year ago

wingman-jr-addon commented 1 year ago

See https://github.com/tensorflow/tfjs/releases/tag/tfjs-v4.5.0 I'm interested to find out if https://github.com/tensorflow/tfjs/pull/7587 gives any noticeable benefit to the WebGL backend.

wingman-jr-addon commented 1 year ago

Tried this in https://github.com/wingman-jr-addon/wingman_jr/tree/tfjs-4.5.0-check and saw a slight regression in speed from ~27ms per prediction to ~30ms. Not upgrading for now.