core_old ======== .. py:module:: core_old Classes ------- .. autoapisummary:: core_old.Unet Functions --------- .. autoapisummary:: core_old.build_Unet Module Contents --------------- .. py:function:: build_Unet() Build the Unet model. Constructs a legacy Unet model with LSTM layers for sequence processing. :returns: **model** -- The constructed Unet model. :rtype: `keras.Model` .. py:class:: Unet .. py:attribute:: model .. py:method:: compile(optimizer, loss, **kwargs) .. py:method:: info() .. py:method:: train(*args, **kwargs) .. py:method:: predict(x) .. py:method:: summary() .. py:method:: load_weights(filename) .. py:method:: save_model(modelname)