update script5
This commit is contained in:
parent
5f2f9c152f
commit
6497520a83
@ -7,7 +7,7 @@ from tensorflow.keras.layers import Dense, Embedding, Flatten
|
||||
from tensorflow.keras.optimizers import Adam
|
||||
|
||||
# Load the dataset from the CSV file
|
||||
data = pd.read_csv('data.csv', on_bad_lines='skip')
|
||||
data = pd.read_csv('data.csv', on_bad_lines='skip', engine='python')
|
||||
|
||||
|
||||
# Prepare the data
|
||||
|
Loading…
Reference in New Issue
Block a user