Change imports

This commit is contained in:
Wojciech Lidwin 2023-05-11 19:12:24 +02:00
parent 01fbbda098
commit ebf506d9a4

View File

@ -2,9 +2,9 @@
# Press Shift+F10 to execute it or replace it with your code. # Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
from keras.models import Sequential, load_model from tensorflow.keras.models import Sequential
from keras.layers import Dense, Dropout from tensorflow.keras.layers import Dense
from keras.optimizers import Adam from tensorflow.keras.optimizers import Adam
import pandas as pd import pandas as pd
import tensorflow as tf import tensorflow as tf
import numpy as np import numpy as np