Soumith Chintala

Results 312 comments of Soumith Chintala

that is really cool. Just on a single GPU or are you running parallel jobs?

is it possible to compare bayesian optimization vs a simple logistic regression or binary search? It is unclear how to quantify that. Also, can you tell us how much tuning...

@petethepig thanks for your patch, works great.

nn.SpatialPadding is used for negative padding (i.e. cropping the image).

this is a fun problem to have. We'll see how to fix this...!

that looks quite nice!

@mrmartin ok to give you some hints because you are doing some work. Take the same approach that I took with torch-android when updating. https://github.com/soumith/torch-android Instead of having separate forks...

just rebuild this one: https://github.com/clementfarabet/torch-ios/blob/ios/generate_ios_framework . You need some good familiarity with CMake.

it is definitely involved, but mostly minor build fixes. To get LuaJIT built on android (or iOS), pre-build it first by following instructions on the LuaJIT site: http://luajit.org/install.html#ios and then...