facebookresearch / Addressing-the-Topological-Defects-of-Disentanglement
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 17 files with 3,375 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 8 medium size files (2,744 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (482 lines of code)
    • 6 very small files (149 lines of code)
0% | 0% | 81% | 14% | 4%
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% | 81% | 14% | 4%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 84% | 14% | 1%
datasets0% | 0% | 62% | 19% | 18%
complex_shift_operator0% | 0% | 99% | 0% | <1%
Longest Files (Top 17)
File# lines# units
run_experiments_real.py
in root
452 17
cci_variational_autoencoder.py
in root
443 32
datasets.py
in datasets
384 35
autoencoder.py
in root
379 32
weakly_complex_shift_autoencoder.py
in root
306 20
complex_shift_autoencoder.py
in root
304 20
__main__.py
in complex_shift_operator
264 1
models.py
in root
212 27
plot.py
in root
182 6
latent_operators.py
in root
180 17
data_utils.py
in datasets
120 9
transformations.py
in datasets
72 7
xiaolinwu.py
in datasets
39 4
save_best_validation.py
in root
35 2
__init__.py
in datasets
1 -
__init__.py
in root
1 -
__init__.py
in complex_shift_operator
1 -
Files With Most Units (Top 14)
File# lines# units
datasets.py
in datasets
384 35
autoencoder.py
in root
379 32
cci_variational_autoencoder.py
in root
443 32
models.py
in root
212 27
weakly_complex_shift_autoencoder.py
in root
306 20
complex_shift_autoencoder.py
in root
304 20
run_experiments_real.py
in root
452 17
latent_operators.py
in root
180 17
data_utils.py
in datasets
120 9
transformations.py
in datasets
72 7
plot.py
in root
182 6
xiaolinwu.py
in datasets
39 4
save_best_validation.py
in root
35 2
__main__.py
in complex_shift_operator
264 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
plot.py
in root
182 6 1
__main__.py
in complex_shift_operator
264 1 1