if self.epoch_limit <= 0:
            self.logger.error("OffLine Trainer relies on epochs, thus Epoch Limit must be a positive number!")
            exit(-5)
        else:
            log_str += "  III: Setting the Epoch Limit to: {}\n".format(self.epoch_limit)