BIGBALLON/distribuuuu

Questions about botnet50

liuhui0401 opened this issue · 1 comments

When I tried to run the model botnet50, I met a bug for many times. This bug is "RuntimeError: Output 0 of ReshapeAliasBackward0 is a view and its base or another view of its base has been modified inplace. This view is the output of a function that returns multiple views. Such functions do not allow the output views to be modified inplace. You should replace the inplace operation by an out-of-place one." I want to know whether it's a normal phenomenon.

OK, I see. I should use a = a * b instead of a *= b.