Remove assert `len(self.input_names)` in `PredictConfig` (#754)
Some models do not need inputs during inference, e.g. GANs. However, it was necessary to feed dummy-inputs although they are not needed.
Showing
Please register or sign in to comment