Avoid calling K.learning_phase() when not necessary in Dropout layer since it...
Avoid calling K.learning_phase() when not necessary in Dropout layer since it instantiates a placeholder_with_default, which is not supported by TPU compilation. PiperOrigin-RevId: 192705478
Loading
Please sign in to comment