Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
41f71f6c
Commit
41f71f6c
authored
Mar 31, 2021
by
Jeremiah Liu
Committed by
A. Unique TensorFlower
Mar 31, 2021
Browse files
Internal change
PiperOrigin-RevId: 366178203
parent
fd3e8141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/nlp/modeling/layers/gaussian_process.py
official/nlp/modeling/layers/gaussian_process.py
+2
-2
No files found.
official/nlp/modeling/layers/gaussian_process.py
View file @
41f71f6c
...
@@ -58,7 +58,7 @@ class RandomFeatureGaussianProcess(tf.keras.layers.Layer):
...
@@ -58,7 +58,7 @@ class RandomFeatureGaussianProcess(tf.keras.layers.Layer):
gp_kernel_type
=
'gaussian'
,
gp_kernel_type
=
'gaussian'
,
gp_kernel_scale
=
1.
,
gp_kernel_scale
=
1.
,
gp_output_bias
=
0.
,
gp_output_bias
=
0.
,
normalize_input
=
Tru
e
,
normalize_input
=
Fals
e
,
gp_kernel_scale_trainable
=
False
,
gp_kernel_scale_trainable
=
False
,
gp_output_bias_trainable
=
False
,
gp_output_bias_trainable
=
False
,
gp_cov_momentum
=
0.999
,
gp_cov_momentum
=
0.999
,
...
@@ -67,7 +67,7 @@ class RandomFeatureGaussianProcess(tf.keras.layers.Layer):
...
@@ -67,7 +67,7 @@ class RandomFeatureGaussianProcess(tf.keras.layers.Layer):
use_custom_random_features
=
True
,
use_custom_random_features
=
True
,
custom_random_features_initializer
=
None
,
custom_random_features_initializer
=
None
,
custom_random_features_activation
=
None
,
custom_random_features_activation
=
None
,
l2_regularization
=
0.
,
l2_regularization
=
1e-6
,
gp_cov_likelihood
=
'gaussian'
,
gp_cov_likelihood
=
'gaussian'
,
return_gp_cov
=
True
,
return_gp_cov
=
True
,
return_random_features
=
False
,
return_random_features
=
False
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment