Devlog #5: The website is really really slow when trying to run the models, so I swapped to Web Workers to handle the actual code execution (in the browser still) so it wouldn’t lag down the frontend of the website. I also added two more blocks: Separable Convolutional Network and Permute Layer. Seperable has higher inference speeds (and is used in stuff like MobileNet - a lightweight, mobile computer vision models). Permute modifies the axes of a dataset without actually changing the values of the data.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.