Timeline for answer to ValueError: Input 0 of layer sequential_9 is incompatible with the layer: expected ndim=4, found ndim=0. Full shape received: [] by Farhan Hai Khan
Current License: CC BY-SA 4.0
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 25, 2020 at 19:08 | comment | added | Farhan Hai Khan | Oops, missed that he was adding layers later on, my bad! | |
| Jul 25, 2020 at 18:55 | comment | added | AVN | layer.trainable = False, freezes the layer thus not updating its parameters and not performing backprop on those layers. However layers following it have been added manually and can be trained. So that's not the issue. And the error is related with the input dimensions being wrong. | |
| Jul 25, 2020 at 18:50 | history | answered | Farhan Hai Khan | CC BY-SA 4.0 |