Open
Description
I'm getting these warning as I train.
UserWarning: This overload of addcmul_ is deprecated:
addcmul_(Number value, Tensor tensor1, Tensor tensor2)
Consider using one of the following signatures instead:
addcmul_(Tensor tensor1, Tensor tensor2, *, Number value)
Seems like a pretty simple argument reordering on lines 63, 158, 241, but I'm not exactly sure of the consequences.
Metadata
Metadata
Assignees
Labels
No labels