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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -