Weijie Su
Weijie Su
> Change (Remove explicit Argument Types): > **make_pair(partial_sum[src], ix + end_of_sequence_)** > to > **make_pair(partial_sum[src], ix + end_of_sequence_)** > and similarly at other places in the file. > > It...
Facing the same error while using 'O2', have you found the solution?@BenQLange I found this error only appeared when I run code with multiple GPUs, it is ok while using...
In my case, the reason is that I used a non-official SyncBatchNorm implementation and it seems apex couldn't deal with it.
@Pter61 What config do you run? And what is the full command you ran? And please provide your pytorch version and cuda version also.