Soumith Chintala

Results 312 comments of Soumith Chintala

torch-ios has a version of torch self-contained. that code there is the version of torch that is compiled in to the iOS app.

I think there are minor modifications. like how things are included.

@woffle One can basically auto-generate the iOS branch from the latest torch fork. The patches to build on iOS are minor. The tricky but important parts are to override the...

You'd have to copy over the following files from https://github.com/torch/nn into 3rdparty/nn https://github.com/torch/nn/blob/master/SpatialAveragePooling.lua https://github.com/torch/nn/blob/master/generic/SpatialAveragePooling.c Then add these lines to their corresponding equivalent files: https://github.com/torch/nn/blob/master/init.c#L101 https://github.com/torch/nn/blob/master/init.c#L167 https://github.com/torch/nn/blob/master/init.c#L208 https://github.com/torch/nn/blob/master/init.lua#L81 If you send...

Could you see the example, maybe you can get hints there: https://github.com/clementfarabet/torch-ios/tree/ios/ios_examples/XOR_Example

yes, for sure. They have appeared in multiple papers in various forms. Please send a PR, and I'll merge it in.

We've used existing VGG networks in our workshop paper "Semantic Segmentation using Adversarial Networks", because it was a fine-tuning task rather than generation from scratch.

@hsoule it doesn't unfortunately

The alternative is to add a sorting in the code so that the directories are loaded in a deterministic alphabetical order