Class representing the parameters of neural network prediction.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
batchSize_ = 1 , |
|
|
|
allocateWeightsAndBiases_ = False |
|
) |
| |
Constructs the parameters of neural network prediction algorithm
- Parameters
-
batchSize_ | Size of the batch to be processed by the neural network |
allocateWeightsAndBiases_ | Flag that idicates if weights and biases are allocated or not |
- Deprecated:
- This item will be removed in a future release.
allocateWeightsAndBiases = ... |
|
static |
Size of the batch to be processed by the neural network.
The documentation for this class was generated from the following file:
- neural_networks/prediction.py