In [2]:
import numpy as np
import tensorflow as tf

In [ ]:
def build_linear_network(self, input_width, input_height,
                         output_dim, num_frames, batch_size):
    """
    Builds a simple linear neural network layer
    """