Neelay Shah

Results 12 comments of Neelay Shah

Not really needed but just thought that since 'main' is the standard default branch name now, we should have it as well.

Hi @snippler, if you change lines 80 and 81 in `supr/pytorch/supr.py` to the following and re-install, it'll solve the error. ``` num_verts = v_template.shape[1] batch_size = v_template.shape[0] ```