tensorflow / nmt
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 19 files with 3,492 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,054 lines of code)
    • 3 medium size files (1,180 lines of codeclsfd_ftr_w_mp_ins)
    • 7 small files (963 lines of code)
    • 7 very small files (295 lines of code)
0% | 30% | 33% | 27% | 8%
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% | 30% | 33% | 27% | 8%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
nmt0% | 41% | 46% | 12% | <1%
nmt/utils0% | 0% | 0% | 67% | 32%
nmt/scripts0% | 0% | 0% | 71% | 28%
Longest Files (Top 19)
File# lines# units
model.py
in nmt
552 27
train.py
in nmt
502 19
nmt.py
in nmt
497 8
model_helper.py
in nmt
451 18
gnmt_model.py
in nmt
232 9
inference.py
in nmt
189 7
iterator_utils.py
in nmt/utils
171 2
rouge.py
in nmt/scripts
135 12
attention_model.py
in nmt
132 6
evaluation_utils.py
in nmt/utils
114 7
misc_utils.py
in nmt/utils
113 14
vocab_utils.py
in nmt/utils
109 6
common_test_utils.py
in nmt/utils
91 2
standard_hparams_utils.py
in nmt/utils
74 1
nmt_utils.py
in nmt/utils
74 2
bleu.py
in nmt/scripts
53 2
__init__.py
in nmt/scripts
1 -
__init__.py
in nmt
1 -
__init__.py
in nmt/utils
1 -
Files With Most Units (Top 16)
File# lines# units
model.py
in nmt
552 27
train.py
in nmt
502 19
model_helper.py
in nmt
451 18
misc_utils.py
in nmt/utils
113 14
rouge.py
in nmt/scripts
135 12
gnmt_model.py
in nmt
232 9
nmt.py
in nmt
497 8
inference.py
in nmt
189 7
evaluation_utils.py
in nmt/utils
114 7
attention_model.py
in nmt
132 6
vocab_utils.py
in nmt/utils
109 6
bleu.py
in nmt/scripts
53 2
common_test_utils.py
in nmt/utils
91 2
nmt_utils.py
in nmt/utils
74 2
iterator_utils.py
in nmt/utils
171 2
standard_hparams_utils.py
in nmt/utils
74 1
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