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
When training the conditional predictor, changing the hidden_size from 128 to 64 results in an runtime error: RuntimeError: The expanded size of the tensor (64) must match the existing size (128) at non-singleton dimension 1. Target sizes: [10, 64]. Tensor sizes: [10, 128]
Similarly, when training the relation prediction, hidden size == 64 does not work.
What other hyper parameters do I need to change simultaneously when changing hidden_size?
The text was updated successfully, but these errors were encountered:
When training the conditional predictor, changing the hidden_size from 128 to 64 results in an runtime error: RuntimeError: The expanded size of the tensor (64) must match the existing size (128) at non-singleton dimension 1. Target sizes: [10, 64]. Tensor sizes: [10, 128]
Similarly, when training the relation prediction, hidden size == 64 does not work.
What other hyper parameters do I need to change simultaneously when changing hidden_size?
The text was updated successfully, but these errors were encountered: