Hi everyone,
I’ve just watched the transfer learning class, and 3 question arose in my head:
-
Once we start a project on image recognition, where can we start searching for reliable pre-trained weights?
-
How do we implement it in code? I’ve understand the logic of how pre-train works, but we haven’t been told how to use those weights that we can download, on our data.
-
Besides the pre-trained items being of the same format (images, audio, etc.), do they need to be the same size (in case of images), too? Or we can use pre-trained weights for images of sizes 100x100 pixels in our 50x50 images? (I’m concerned with the first layer of the NN, as it will be of different size!)
Can someone help me figuring out these topics?
Thanks!