tensorflow / tcav
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 21 files with 1,455 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (494 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (634 lines of code)
    • 14 very small files (327 lines of code)
0% | 0% | 33% | 43% | 22%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 34% | 44% | 20%
proto0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
tcav0% | 0% | 49% | 39% | 10%
tcav/tcav_examples/image_models/imagenet0% | 0% | 0% | 75% | 24%
tcav/tcav_examples/discrete0% | 0% | 0% | 47% | 52%
tcav/tcav_results0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
tcav/tcav_examples0% | 0% | 0% | 0% | 100%
tcav/tcav_examples/image_models0% | 0% | 0% | 0% | 100%
Longest Files (Top 21)
File# lines# units
model.py
in tcav
267 30
tcav.py
in tcav
227 8
activation_generator.py
in tcav
146 16
cav.py
in tcav
138 13
imagenet_and_broden_fetcher.py
in tcav/tcav_examples/image_models/imagenet
127 6
utils.py
in tcav
114 9
kdd99_model.py
in tcav/tcav_examples/discrete
109 7
utils_plot.py
in tcav
79 1
make_kdd99_concepts.py
in tcav/tcav_examples/discrete
73 1
download_and_make_datasets.py
in tcav/tcav_examples/image_models/imagenet
41 1
proto
results.proto
in tcav/tcav_results
34 -
kdd99_activation_generator.py
in tcav/tcav_examples/discrete
30 4
run_params.py
in tcav
26 2
setup.py
in root
23 -
kdd99_model_wrapper.py
in tcav/tcav_examples/discrete
15 1
__init__.py
in tcav/tcav_examples/discrete
1 -
__init__.py
in tcav/tcav_examples
1 -
__init__.py
in tcav/tcav_examples/image_models
1 -
__init__.py
in tcav/tcav_examples/image_models/imagenet
1 -
__init__.py
in tcav/tcav_results
1 -
__init__.py
in tcav
1 -
Files With Most Units (Top 13)
File# lines# units
model.py
in tcav
267 30
activation_generator.py
in tcav
146 16
cav.py
in tcav
138 13
utils.py
in tcav
114 9
tcav.py
in tcav
227 8
kdd99_model.py
in tcav/tcav_examples/discrete
109 7
imagenet_and_broden_fetcher.py
in tcav/tcav_examples/image_models/imagenet
127 6
kdd99_activation_generator.py
in tcav/tcav_examples/discrete
30 4
run_params.py
in tcav
26 2
make_kdd99_concepts.py
in tcav/tcav_examples/discrete
73 1
kdd99_model_wrapper.py
in tcav/tcav_examples/discrete
15 1
download_and_make_datasets.py
in tcav/tcav_examples/image_models/imagenet
41 1
utils_plot.py
in tcav
79 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 3 long lines.

File# lines# units# long lines
download_and_make_datasets.py
in tcav/tcav_examples/image_models/imagenet
41 1 1
imagenet_and_broden_fetcher.py
in tcav/tcav_examples/image_models/imagenet
127 6 1
cav.py
in tcav
138 13 1