@@ -44,29 +44,31 @@ In theory, the library supports up to 10 dimensions. In practice, ConvNets with
## Hello World - PyTorch
The PyTorch interface is similar to the PyTorch's torch.nn.legacy interface
SparseConvNets can be built either by [defining a function that inherits from torch.nn.Module](examples/Assamese_handwriting/VGGplus.py) or by stacking modules in a [sparseconvnet.Sequential](PyTorch/sparseconvnet/sequential.py):