MATLAB-Community-Toolboxes-at-INCF / DeepInterpolation-MATLAB

A MATLAB implementation of the DeepInterpolation principle.
Other
5 stars 4 forks source link

importKerasLayers deprecation #43

Open stevevanhooser opened 9 months ago

stevevanhooser commented 9 months ago

The following Livescripts use importKerasLayers, which produces a warning ("Warning: 'importKerasLayers' is not recommended and will be removed in a future release. To import TensorFlow-Keras models, save using the SavedModel format and use importNetworkFromTensorFlow function.")

tiny_ephys_inference.mlx tiny_ephys_training.mlx tiny_ophys_inference.mlx

stevevanhooser commented 8 months ago

@tkuenzmw Any thoughts on this? Any idea who might be the right person to address this issue?

Thanks Steve

tkuenzmw commented 8 months ago

@tkuenzmw Any thoughts on this? Any idea who might be the right person to address this issue?

Thanks Steve

I have to admit I have no idea, but I will find out!