Jinnian Zhang
Results
3
comments of
Jinnian Zhang
The index error occurs in PyTorch >= 0.5. You could replace `loss.data[0]` by `loss.data` and all other related areas, or downgrade the PyTorch version. For more information about this error,...
Hi, I am also struggling on the implementation of the acquisition function. Following the work of Hernandez2014, the Gaussian process prior for f can be approximated by the inner product...
Any solution for this issue?