wingman-jr-addon
wingman-jr-addon
I remember looking into this a bit for similar reasons. You may find [this Mozilla Discourse thread](https://discourse.mozilla.org/t/using-web-workers-in-extensions/65496) of interest. Looks like [Tensorflow.js supports web workers](https://medium.com/@wl1508/webworker-in-tensorflowjs-49a306ed60aa). Ultimately the WebRequest approach I've...
Glad to hear you've been making some progress! It's interesting to hear your experiences on the SIMD+CPU angle. I tried switching it on in my plugin and on my home...
Well, you're definitely staying busy, that's for sure! There's a lot to unpack in your comment above: - Base64 not detecting -> moved to #148 . I took a peek...
Thanks @iperov for sharing! I'm on TF 2.1 and I had to add a `get_config` so TF/Keras didn't freak out. Here's the method I popped in: ``` # https://stackoverflow.com/questions/58678836/notimplementederror-layers-with-arguments-in-init-must-override-get-conf/58680354#58680354 def...
I believe I was just using `tf.keras` from TF 2.1, not the separate `keras` package.
Asking on Mozilla's Discourse [here](https://discourse.mozilla.org/t/user-submitted-data-and-privacy/52717/2) wrt the privacy
The best thought I have so far is doing something time-based. Rather than having users click on good or bad images - as that can encourage looking for the bad...
As a start, I now at least have a text-based feedback link in the extension.
As an update, I have gotten zero text-based feedback to date (other than exit surveys, which I have gotten a few of). As a consequence, I'm only going to label...
An idea around technique - use Google Forms: https://trevorfox.com/2015/06/dynamically-pre-fill-google-forms-with-mailchimp-merge-tags/