Added training parameter to batch_normalization (#16134)
* Added training parameter to batch_normalization According to the docs the batch_normalization layer does not work properly if the parameter is not set correctly. * Clean up multiple tests for training mode
Loading
Please sign in to comment