clementfarabet / torch-ios

Torch7 for iOS.
Other
196 stars 42 forks source link

Can't use SpatialBatchNormalization #36

Open kazoo-kmt opened 7 years ago

kazoo-kmt commented 7 years ago

I trained the model that included nn.SpatialBatchNormalization. When I ran it on iOS, I had the following error:

error running function `f': ...t_Torch.app/Torch.framework/Resources/torch/File.lua:213: unknown Torch class

Is it not possible to use SpatialBatchNormalization?