-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I was trying to run the 1d regression notebook straight out of the box as provided. Ran into this issue of size mismatch. Any help would be appreciated. Thank you
ValueError Traceback (most recent call last)
in ()
32 optim.zero_grad()
33 y_pred, kl, loss, mse_loss, y_std = model(context_x, context_y, target_x,
---> 34 target_y)
35 loss.backward()
36 optim.step()
ValueError: not enough values to unpack (expected 5, got 3)
Metadata
Metadata
Assignees
Labels
No labels