pointer-generator
pointer-generator copied to clipboard
Cloud I use Transfer learning for new data?
I want to use the pre-trained model for Transfer learning Can we do it? If we can,how to do? Thank you!
What are you thinking of keeping from the pre-existing model? What's the task you'd like to accomplish?
There are many different ways to go about this -- for example, you could use the pretrained model and set some layers to non-trainable (freeze them) and keep training the pre-trained model with your own dataset.