facebookresearch / improved_vrnn
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 23 files with 3,652 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 9 medium size files (2,607 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (683 lines of code)
    • 9 very small files (362 lines of code)
0% | 0% | 71% | 18% | 9%
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% | 71% | 18% | 9%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
models0% | 0% | 91% | 8% | 0%
ROOT0% | 0% | 38% | 43% | 18%
dataloaders0% | 0% | 0% | 0% | 100%
Longest Files (Top 23)
File# lines# units
s2s_big_hier_128.py
in models
388 9
s2s_big_hier_v4.py
in models
379 9
s2s_big_hier.py
in models
376 10
vrnn_hier.py
in models
272 7
s2s_big_baseline.py
in models
271 10
vrnn.py
in models
271 7
main.py
in root
227 2
s2s_convlstm_baseline.py
in models
214 7
layers.py
in root
209 17
s2s_convlstm.py
in models
199 7
train_fns.py
in root
132 10
sample.py
in root
129 3
datasets.py
in root
118 1
utils.py
in root
105 10
logger.py
in root
94 14
pushbair_loader.py
in dataloaders
56 4
prepare_cityscapes.py
in dataloaders
55 3
cityscapes_loader.py
in dataloaders
48 4
losses.py
in root
48 2
init_model.py
in root
26 1
configs.py
in root
13 4
flows.py
in root
13 2
conf.py
in root
9 -
Files With Most Units (Top 20)
File# lines# units
layers.py
in root
209 17
logger.py
in root
94 14
train_fns.py
in root
132 10
s2s_big_baseline.py
in models
271 10
s2s_big_hier.py
in models
376 10
utils.py
in root
105 10
s2s_big_hier_128.py
in models
388 9
s2s_big_hier_v4.py
in models
379 9
vrnn_hier.py
in models
272 7
s2s_convlstm.py
in models
199 7
s2s_convlstm_baseline.py
in models
214 7
vrnn.py
in models
271 7
configs.py
in root
13 4
pushbair_loader.py
in dataloaders
56 4
cityscapes_loader.py
in dataloaders
48 4
prepare_cityscapes.py
in dataloaders
55 3
sample.py
in root
129 3
flows.py
in root
13 2
losses.py
in root
48 2
main.py
in root
227 2
Files With Long Lines (Top 5)

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

File# lines# units# long lines
prepare_cityscapes.py
in dataloaders
55 3 1
train_fns.py
in root
132 10 1
utils.py
in root
105 10 1
sample.py
in root
129 3 1
main.py
in root
227 2 1