Builds a very simple CNN outputing num_categories. Args: img_shape (int): The shape of the image to feed the CNN - defaults to 128 num_categories (int): The number of categories to feed the CNN Returns: keras.models.Model: a simple CNN
( img_shape=128, num_categories=5 )
source not stored for this graph (policy: none)