junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

About transfer learning #1410

Open ZhenyuLiu-SYSU opened 2 years ago

ZhenyuLiu-SYSU commented 2 years ago

Hello! I would like to know if I want to do transfer learning, how should I keep the parameters of the first few layers of the network (e.g., the first k layers) unchanged while updating the next few layers(n-k layers)? Thank you!

Parth527 commented 1 year ago

Hi, did you succeed with transfer learning? If yes, can you share some insights? Thanks