junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About transfer learning

ZhenyuLiu-SYSU opened this issue · comments

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!

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