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
Hi,
Sorry to bother you. I have been trying to reproduce active_learning.py with wiski model but I failed. it is said that
Traceback (most recent call last): File "C:\code\online_vargp-main\experiments\active_learning\qnIPV_experiment.py", line 308, in <module> main(args) File "C:\code\online_vargp-main\experiments\active_learning\qnIPV_experiment.py", line 146, in main mll = mll_type(model.likelihood, model, **mll_kwargs) ^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'likelihood'
I have tried to use ExactMarginalLogLikelihood and BatchedWoodburyMarginalLogLikelihood but none of them succeeded. Have you reproduce active_learning.py with wiski model successfully? Thanks a lot!
Hi,
I have been trying to adapt our code to 3d input but so far failed to do so. Is it possible to give hints regarding this matter? Thanks a lot!
The text was updated successfully, but these errors were encountered: