You are browsing as a guest. Sign up (or log in) to start making projects!

1h 22m 40s logged

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.

0
11

Comments 0

No comments yet. Be the first!