Change imports
This commit is contained in:
parent
01fbbda098
commit
ebf506d9a4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user