machine learning - Printing from Custom Layers in Keras -
i working on implementing alexnet in keras. recently, came across 1 implementation on repo quite clean implementation of alexnet architecture. feel there bug in available code on line. if somehow know way print dimensions of variables able understand , resolve bug. tried print
function , writing file none of them seem working. know can printed such custom layers
in keras library?
try `model.summary()' function. prints full information layers dimensions.
Comments
Post a Comment