This directory contains implementations of the MLPEncoder, ConvEncoder, and MLP Decoder proposed in the paper. All encoders and decoders derive from a common Coder class.
To add a new encoder/decoder, implement a class that derives from Coder, and add the classpath of your encoder/decoder to a configuration file, passing along any arguments (as described in conf) that are added outside of those currently in Coder.