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

docs: Fixed codacy badge in README #39

Closed frgfm closed 3 years ago

frgfm commented 3 years ago

This PR simply fixes the codacy badge URL

codecov[bot] commented 3 years ago

Codecov Report

Merging #39 (f73d38b) into master (f24904b) will decrease coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   90.14%   89.93%   -0.22%     
==========================================
  Files           9       10       +1     
  Lines         609      616       +7     
==========================================
+ Hits          549      554       +5     
- Misses         60       62       +2     
Impacted Files Coverage Δ
torchscan/modules/memory.py 100.00% <100.00%> (ø)
torchscan/__init__.py 66.66% <0.00%> (ø)