can't import tensorflow.keras properly #26813 - GitHub
github.com › tensorflow › tensorflowMar 17, 2019 · It solved my problem, thank you! At 2019-04-17 18:00:06, "Raphael Neumann" <notifications@github.com> wrote: You can use the v1 api like so: from tensorflow._api.v1.keras import Sequential from tensorflow._api.v1.keras.layers import Dense or the tensorflow.python api like so: from tensorflow.python.keras import Sequential from tensorflow.python.keras.layers import Dense — You are receiving ...