VL_SIMPLENN_TIDY - Fix an incomplete or outdated SimpleNN network.

NET = VL_SIMPLENN_TIDY(NET) takes the NET object and upgrades it to the current version of MatConvNet. This is necessary in order to allow MatConvNet to evolve, while maintaining the NET objects clean. This function ignores custom layers.

The function is also generally useful to fill in missing default values in NET.

See also: VL_SIMPLENN().