def define_model(self, function): """ Defines a given model in the correct session. This method acts as a wrapper for :class:`keras.models.Model()` to ensure that the model is defined within it's own graph. Parameters --- function: function A function that defines a :class:`keras...