public class KerasModelConverter
extends java.lang.Object
This class loads in a folder of Keras files, and one by one converts them
into the native DL4J format (.zip). This is safer to work with in DL4J than
importing from Keras files every time, and is fine to do in this case because
WDL4J defines a fixed set of models - this process only needs to be done once.