frgfm / torch-scan

Seamless analysis of your PyTorch models (RAM usage, FLOPs, MACs, receptive field, etc.)
https://frgfm.github.io/torch-scan/latest
Apache License 2.0
208 stars 22 forks source link

feat: Switched correctly the RF computation order #34

Closed frgfm closed 3 years ago

frgfm commented 3 years ago

Correctly switch receptive field computation order to close #27.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 into master will decrease coverage by 0.14%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   90.29%   90.14%   -0.15%     
==========================================
  Files           9        9              
  Lines         608      609       +1     
==========================================
  Hits          549      549              
- Misses         59       60       +1     
Impacted Files Coverage Δ
torchscan/utils.py 75.00% <0.00%> (-0.61%) :arrow_down:
torchscan/crawler.py 82.08% <100.00%> (ø)