facebookresearch / clevr-iep
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 15 files with 1,850 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (640 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (935 lines of code)
    • 7 very small files (275 lines of code)
0% | 0% | 34% | 50% | 14%
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% | 50% | 14%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
scripts0% | 0% | 73% | 15% | 10%
iep/models0% | 0% | 0% | 93% | 6%
iep0% | 0% | 0% | 62% | 37%
Longest Files (Top 15)
File# lines# units
train_model.py
in scripts
404 9
run_model.py
in scripts
236 7
module_net.py
in iep/models
200 10
baselines.py
in iep/models
196 13
seq2seq.py
in iep/models
161 14
preprocess_questions.py
in scripts
135 2
data.py
in iep
127 9
programs.py
in iep
116 15
extract_features.py
in scripts
90 3
preprocess.py
in iep
63 4
utils.py
in iep
49 6
layers.py
in iep/models
38 4
embedding.py
in iep
31 2
__init__.py
in iep/models
3 -
__init__.py
in iep
1 -
Files With Most Units (Top 13)
File# lines# units
programs.py
in iep
116 15
seq2seq.py
in iep/models
161 14
baselines.py
in iep/models
196 13
module_net.py
in iep/models
200 10
train_model.py
in scripts
404 9
data.py
in iep
127 9
run_model.py
in scripts
236 7
utils.py
in iep
49 6
preprocess.py
in iep
63 4
layers.py
in iep/models
38 4
extract_features.py
in scripts
90 3
preprocess_questions.py
in scripts
135 2
embedding.py
in iep
31 2
Files With Long Lines (Top 0)

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

File# lines# units# long lines