- Sort Score
- Result 10 results
- Languages All
Results 21 - 22 of 22 for Alternatively (0.16 sec)
-
CHANGELOG/CHANGELOG-1.6.md
* platforms would be satisfied by manually-created PersistentVolume objects. * Administrators can choose to disable this behavior by deleting the automatically * installed StorageClass API object. Alternatively, administrators may choose to * keep the automatically installed StorageClass and only disable the defaulting * behavior by removing the "is-default-class" annotation from the StorageClass * API object.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
RELEASE.md
mean, var = tf.nn.moments(self.kernel, axes=[0, 1, 2], keepdims=True) return self.convolution_op(inputs, (self.kernel - mean) / tf.sqrt(var + 1e-10))` Alternatively, you can override `convolution_op`: `python class StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs, kernel): mean, var = tf.nn.moments(kernel, axes=[0, 1, 2],
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)