2019-01-18から1日間の記事一覧

PyTorchでKerasのmodel.summary()みたいなやつ

pytorch-summaryを使うとKerasのmodel.summary()のようにモデルの表示ができる. GitHub repo Keras has a neat API to view the visualization of the model which is very helpful while debugging your network. Here is a barebone code to try and mimi…