Bram Wasti
Bram Wasti
Have you done a recursive clone?
I believe you'll need to use a newer version of PyTorch (we've been keeping this repo up to date with master)
I believe using a newer version of gcc or clang will help here -- but I'm looking into a fix for compatibility with older compilers
the last error seems related to pytorch -- can you try a different version of PT?
Surprisingly, Chrome is much slower than other browsers on this front (from what I've found). The approach used is extremely naive and using FFMpeg (or similar) is a good idea....
You're 100% correct that a just-in-time solution would save a lot of compute here. I decided to use pure raw frames in RAM for a couple reasons 1. on Safari...
thanks!
How are you profiling? I'm not very familiar with JS tools yet. I suspect it was resize logic living in the render loop. I just [hoisted it out](https://github.com/bwasti/mebm/commit/145d751b0f5310bc315297709887680724b773db) and attached...
agreed :) I'll try to get these done tonight
what is the dir you set `-DPYTORCH_DIR` to? The `build` folder output from python setup.py develop doesn't contain everything I believe (e.g. build/include only has the c10d folder). You'll need...