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: Updated license from MIT to Apache2.0 #44

Closed frgfm closed 3 years ago

frgfm commented 3 years ago

This PR simply updates the license from MIT to Apache 2.0

codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (97a25a6) into master (e49f9d4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files          10       10           
  Lines         616      616           
=======================================
  Hits          554      554           
  Misses         62       62           
Impacted Files Coverage Δ
torchscan/crawler.py 82.08% <ø> (ø)
torchscan/modules/flops.py 99.06% <ø> (ø)
torchscan/modules/macs.py 100.00% <ø> (ø)
torchscan/modules/memory.py 100.00% <ø> (ø)
torchscan/modules/receptive.py 100.00% <ø> (ø)
torchscan/process/memory.py 71.42% <ø> (ø)
torchscan/utils.py 75.00% <ø> (ø)