NeuralNetwork.input_gradients¶
- property NeuralNetwork.input_gradients: bool¶
Returns whether gradients with respect to input data are computed by this neural network in the
backward
method or not. By default such gradients are not computed.- Tipo di ritorno
bool