deephyper.predictor.torch.TorchPredictor#
- class deephyper.predictor.torch.TorchPredictor(module: torch.nn.Module)[source]#
Bases:
PredictorRepresents a frozen torch model that can only predict.
Methods
post_process_predictionspre_process_inputsPredicts the target for the inputs.