You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model is currently not optimizing correctly, the full architecture works since I achieve good results using a deterministic linear model instead of a SVGP to compute the $w_i$, but the GP is not optimizing correctly to obtain correct attention weights, which worked previously in Tensorflow/GPFLOW. Maybe I am doing something wrong with the variables?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all!$\mathbf{x} = (x_1,\cdots, x_n)$ :
I am new to torch! I am trying to develop a simple model in a simple example that:
Given an input
The code I am using for the SVGP and sampling is the following:
The model is currently not optimizing correctly, the full architecture works since I achieve good results using a deterministic linear model instead of a SVGP to compute the$w_i$ , but the GP is not optimizing correctly to obtain correct attention weights, which worked previously in Tensorflow/GPFLOW. Maybe I am doing something wrong with the variables?
Thank you for your help :)
Beta Was this translation helpful? Give feedback.
All reactions