convert input to same type as weight for mixed precision training
When using CUDA AMP FMoE Linear throws type error as input is half() and weights are float()
Showing
Please register or sign in to comment
When using CUDA AMP FMoE Linear throws type error as input is half() and weights are float()