orhankislal commented on code in PR #600: URL: https://github.com/apache/madlib/pull/600#discussion_r1152150436
########## src/ports/postgres/modules/deep_learning/keras_model_arch_table.sql_in: ########## @@ -162,9 +162,9 @@ delete_keras_model( -# Define model architecture. Use tensorflow.keras to define the model architecture: <pre class="example"> -from tensorflow import keras -from tensorflow.keras.models import Sequential -from tensorflow.keras.layers import Dense +import keras Review Comment: With tensorflow 2, this is the suggested way to use keras. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org