Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's hard to find the meaning of model parameters #2053

Open
KVasya opened this issue Mar 24, 2023 · 0 comments
Open

It's hard to find the meaning of model parameters #2053

KVasya opened this issue Mar 24, 2023 · 0 comments

Comments

@KVasya
Copy link

KVasya commented Mar 24, 2023

When I tried vanilla example with gpflow.models.GPR at
https://gpflow.github.io/GPflow/2.7.1/notebooks/getting_started/basic_usage.html
I got 3 params from
opt.minimize(model.training_loss, model.trainable_variables).
These are:
(<tf.Variable 'softplus:0' shape=() dtype=float64, numpy=10.45632338373065>,
<tf.Variable 'softplus:0' shape=() dtype=float64, numpy=18634.67877097158>,
<tf.Variable 'chain_of_shift_of_softplus:0' shape=() dtype=float64, numpy=1749.489587398229>).
The names are not very informative.
Could the names be changed to become more representative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants