Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters for model Training #13

Open
PratikFandade opened this issue Dec 24, 2020 · 0 comments
Open

Parameters for model Training #13

PratikFandade opened this issue Dec 24, 2020 · 0 comments

Comments

@PratikFandade
Copy link

#history = model.fit(x, y, batch_size=16, validation_split=0,validation_data = (val_x,val_y) ,epochs = 40,callbacks = callbacks_list ,verbose=1, shuffle=True)
I have the dataset with me, i'm trying to train the model but can't get what are the x and y in the above line. Also it would be great if you tell how you have defined x and y.
Please Help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant