Skip to content

Fix Dense layer input shape and stabilize training in nb_ch04_03.ipynb#19

Open
AdamAdham wants to merge 1 commit intotensorchiefs:masterfrom
AdamAdham:fix/nb_ch04_03-dense-input-shape
Open

Fix Dense layer input shape and stabilize training in nb_ch04_03.ipynb#19
AdamAdham wants to merge 1 commit intotensorchiefs:masterfrom
AdamAdham:fix/nb_ch04_03-dense-input-shape

Conversation

@AdamAdham
Copy link

Closes #18

  • Updated the Dense layer input from batch_input_shape to input_shape for Keras compatibility.
  • Disclaimer: I did not rerun the full training since it would take a very long time; notebook outputs remain as-is.

- Updated the Dense layer input from `batch_input_shape` to `input_shape` for Keras compatibility.
- **Disclaimer:** I did not rerun the full training since it would take a very long time; the ou
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

Successfully merging this pull request may close these issues.

Dense layer in nb_ch04_03.ipynb raises ValueError due to batch_input_shape

1 participant