Implementing frozen layers

We might want to keep the training instance limited to certain layers, which means some layers can be kept frozen for the training instance, so we can focus on optimizing other layers while frozen layers are kept unchanged. We saw two ways of implementing frozen layers earlier: using the regular transfer learning builder and using the transfer learning helper. In this recipe, we will implement frozen layers for transfer layers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset