I solved this warning by adding inplace=False in the Relu() of model building. This may be helpful to other cases.
1 Like
I solved this warning by adding inplace=False in the Relu() of model building. This may be helpful to other cases.