junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

fp32 to fp16 #1590

Open jiemodad opened 1 year ago

jiemodad commented 1 year ago

Hello, I want to change the model from fp32 to fp16 during the training process, how to do it?