facebookresearch / 2.5D-Visual-Sound
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 20 files with 721 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (140 lines of code)
    • 19 very small files (581 lines of code)
0% | 0% | 0% | 19% | 80%
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% | 0% | 19% | 80%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 0% | 41% | 58%
models0% | 0% | 0% | 0% | 100%
data0% | 0% | 0% | 0% | 100%
options0% | 0% | 0% | 0% | 100%
util0% | 0% | 0% | 0% | 100%
Longest Files (Top 20)
File# lines# units
train.py
in root
140 3
demo.py
in root
91 2
evaluate.py
in root
73 4
audioVisual_dataset.py
in data
73 7
networks.py
in models
71 8
base_options.py
in options
49 3
criterion.py
in models
44 12
reEncodeAudio.py
in root
37 4
custom_dataset_data_loader.py
in data
30 6
train_options.py
in options
29 1
audioVisual_model.py
in models
27 3
models.py
in models
19 2
util.py
in util
10 2
base_dataset.py
in data
10 3
base_data_loader.py
in data
8 3
data_loader.py
in data
6 1
__init__.py
in options
1 -
__init__.py
in util
1 -
__init__.py
in models
1 -
__init__.py
in data
1 -
Files With Most Units (Top 16)
File# lines# units
criterion.py
in models
44 12
networks.py
in models
71 8
audioVisual_dataset.py
in data
73 7
custom_dataset_data_loader.py
in data
30 6
reEncodeAudio.py
in root
37 4
evaluate.py
in root
73 4
base_options.py
in options
49 3
audioVisual_model.py
in models
27 3
train.py
in root
140 3
base_dataset.py
in data
10 3
base_data_loader.py
in data
8 3
util.py
in util
10 2
models.py
in models
19 2
demo.py
in root
91 2
train_options.py
in options
29 1
data_loader.py
in data
6 1
Files With Long Lines (Top 8)

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

File# lines# units# long lines
demo.py
in root
91 2 12
evaluate.py
in root
73 4 10
train_options.py
in options
29 1 9
train.py
in root
140 3 9
audioVisual_model.py
in models
27 3 3
base_options.py
in options
49 3 2
networks.py
in models
71 8 1
audioVisual_dataset.py
in data
73 7 1