Soumith Chintala

Results 312 comments of Soumith Chintala

ztorch will be fully unit-tested, i am trying my best, so i will find the bugs from there and report back here.

#badlogic - https://github.com/andresy/torch9/blob/master/maths.lua#L155 you never pass res to cadd

I believe this was from a while ago, but fixed the bug in my branch and issued a pull request. Issue can be closed after pulled. https://github.com/marcoscoffier/lua---opencv/pull/3

(because the repo does not have a license)

standard BSD 3 clause, like in pytorch. thank you.

istft isn't in core pytorch yet, it's being worked upon. Follow https://github.com/pytorch/pytorch/issues/3775 for progress

this was quite a rabbit-hole, but basically what I found is that on a second "on_draw" of the pyrenderer viewer, the GL context is already in a bad state (from...

can confirm, it works with `conda`. Install conda on Mac M series via: ```bash curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -o miniconda.sh bash miniconda.sh -b -u -p miniconda # installs to current folder in...