10000 GitHub - stgrmks/PyTorch-Summary: Keras style summary. Supports modular network structures e.g. layers organized into feature extraction and classification.
[go: up one dir, main page]

Skip to content

Keras style summary. Supports modular network structures e.g. layers organized into feature extraction and classification.

Notifications You must be signed in to change notification settings

stgrmks/PyTorch-Summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

PyTorch-Summary

Keras style summary. Supports modular network structures e.g. layers organized into feature extraction and classification.

Usage

from summary import summary

# explict call
model_summary = summary(model = model, device = torch.device('cpu'), input_size =(1, 3, 224, 224), verbose = False)
model_summary.printer()

# implicit
model_summary = summary(model = model, device = torch.device('cpu'), input_size =(1, 3, 224, 224), verbose = True)

About

Keras style summary. Supports modular network structures e.g. layers organized into feature extraction and classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0