Utility

class mlbase.layers.RawInput(inputsize)[source]

This is THE INPUT Class. Class type is checked during network building.

Parameters:input (tuple or list of inte) – Input shape without batch size.
setBatchSize(psize)[source]

This method is suposed to called by network.setInput()