mixed-precision-pytorch
mixed-precision-pytorch copied to clipboard
Training with FP16 weights in PyTorch
Results
2
mixed-precision-pytorch issues
Sort by
recently updated
recently updated
newest added
I see the readme in this repo does provide the time/epoch for several GPU. For future reference, here is my result on a Rx 6800, Rocm v5.2.3, Pytorch-Rocm v5.1.1 Time/Epoch:...
Hi I'm interested in your project. BTW i have a question about master_params and model_params. i thought master_params are 32bits and model_params are 16bits since you leave a comment in...