PyCharmで
from tensorflow.keras.models import Sequential
とするとエラーが出る。回避するには
from tensorflow.python.keras.models import Sequential
とすればいい。
参考
PyCharmで
from tensorflow.keras.models import Sequential
とするとエラーが出る。回避するには
from tensorflow.python.keras.models import Sequential
とすればいい。
参考
コメント