Gant Laborde

Results 367 comments of Gant Laborde

So this is going to sound strange. Neither NSFWJS or your page have this delay for me. When I load your page, the first time, it downloads the model and...

### Cold start ![image](https://user-images.githubusercontent.com/997157/56745759-906ad880-6740-11e9-98d6-af08b96bb523.png) ### Second page load ![image](https://user-images.githubusercontent.com/997157/56745812-ad071080-6740-11e9-9047-5873db71173d.png) For me, the spinner shows me that the UI would be inaccessible. But the second it goes away I can click....

Personally, I haven't worked with Web Workers just yet, but some searching found this discussion which I think should be noted: https://github.com/tensorflow/tfjs/issues/102

Unfortunately the model is all in one and would not be made smaller by removing classifications. However! I'm nearing the end of training a smaller and nearly as accurate model....

So the model is architected first and only the final layer is affected in size by number of possibilities. Now, fewer possibilities could be supported by a smaller model architecture,...

I'd be interested in seeing how this is performing on the latest TensorFlow.js I know they've been working on the blocking UI problem. Additionally, I've really shrunk the model, so...

I've found using the small model doesn't even appear to cause any complication. I haven't tried the larger model in a while.

By default https://nsfwjs.com/ uses the small model. You can change it to the larger model in the dropdown. I have a new small-medium sized model that is more accurate, as...

You can set the backend for TFJS to WASM and this should work. Here's a blog post on how to do so with create react app: https://shift.infinite.red/adding-tensorflow-js-wasm-backend-in-create-react-app-f57f5baab736 IF you'd like...

Was the website model lower or more accurate? I'm thinking the conversation and quant might be the culprits.