core_new
Classes
Functions
|
Build the Unet model. |
Module Contents
- core_new.build_Unet(num_feature=12)
Build the Unet model.
Construct a Unet model with LSTM layers for sequence processing.
- Parameters:
num_feature (int, optional) – The number of input features. Default is 12.
- Returns:
model – The constructed Unet model.
- Return type:
keras.Model