issues
search
Apress
/
advanced-applied-deep-learning
Source Code for 'Advanced Applied Deep Learning' by Umberto Michelucci
Other
39
stars
33
forks
source link
[ISSUE] In page 47 of this book, dense should be Dense
#7
Closed
ScGPS
closed
1 year ago
ScGPS
commented
1 year ago
Issue
Fixed method:
layer1 = Dense(32,trainable=False)
Issue
Fixed method: