core_tl
Classes
Functions
Build the Unet model with transfer learning modifications. |
Module Contents
- core_tl.build_Unet()
Build the Unet model with transfer learning modifications.
Construct a Unet model with LSTM layers and transfer learning adjustments.
- Returns:
model – The constructed Unet model.
- Return type:
keras.Model