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

chore: Improved version specifiers and fixed conda recipe #68

Closed frgfm closed 2 years ago

frgfm commented 2 years ago

This PR introduces the following modifications:

codecov[bot] commented 2 years ago

Codecov Report

Merging #68 (cb8328d) into main (6130f09) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   92.93%   92.95%   +0.02%     
==========================================
  Files          10       10              
  Lines         665      667       +2     
==========================================
+ Hits          618      620       +2     
  Misses         47       47              
Impacted Files Coverage Δ
torchscan/modules/flops.py 97.51% <100.00%> (+0.03%) :arrow_up: