Hi! I want to train a model to recognize Spanish, since there are not too much data available, I have thought of using transfer learning from English. I have a couple questions.
- I have seen several branches of transfer learning, but I am not sure of how to use them, is there some docs about them?
- Is it really worth it to try transfer learning from English to Spanish? I do not know if the sounds are close enough to be helpful
- If the transfer learning branches are not what I am looking for I have thought of removing the last layer and adding a new one, have anybody done that before or is there some kind of guide, I am not sure of how to do it within deepsearch since there is a lot of code?
Thanks a lot for your help