Skip to content

Latest commit

 

History

History

coders

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Coders

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.

Adding a new encoder/decoder

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.