-
Notifications
You must be signed in to change notification settings - Fork 267
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
Plot different #6
Comments
Here is the output Layer (type) Output Shape Param #flatten (Flatten) (None, 1690) 0 dense (Dense) (None, 512) 865792 dropout (Dropout) (None, 512) 0 dense_1 (Dense) (None, 256) 131328 dropout_1 (Dropout) (None, 256) 0 dense_2 (Dense) (None, 64) 16448 dropout_2 (Dropout) (None, 64) 0 dense_3 (Dense) (None, 10) 650Total params: 1,014,218 2021-10-07 14:25:12.958358: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:185] None of the MLIR Optimization Passes are enabled (registered 2) |
I am using the dataset given in the series, but this is the plot I get from code of video 14. I don't know why.
The text was updated successfully, but these errors were encountered: