clementfarabet / torch-ios

Torch7 for iOS.
Other
196 stars 42 forks source link

Has anyone successfully include BatchNormalization, SpatialAveragePooling? #33

Closed noranart closed 7 years ago

noranart commented 7 years ago

Seems like the .c architecture has some differences from the current torch7 such as the updateOutput parameter is lua_State, not THTensor anymore. I modified init.c, add the layers .lua, .c which makes the framework is compilable but the xcode still can't find those layers.