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