facebookresearch / NeuralCompression
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 96
  • Daily file updates (only one update per file and date counted): 198
  • First update: 2021-07-19
  • Latest update: 2022-01-14
  • Days between first and latest update: 180 (25 weeks, estimated 125 working days)
  • Active days (at least one file change): 41
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 85 files with 5,410 lines of code in files.
    • 0 files that are 366+ days old (0 lines of code)
    • 3 files that are 181-365 days old (30 lines of code)
    • 37 files that are 91-180 days old (1,504 lines of code)
    • 44 files that are 31-90 days old (3,867 lines of code)
    • 1 files that are 1-30 days old (9 lines of code)
0% | <1% | 27% | 71% | <1%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 85 files with 5,410 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 0 files have been last changed 181-365 days ago (0 lines of code)
    • 1 files have been last changed 91-180 days ago (56 lines of code)
    • 68 files have been last changed 31-90 days ago (4,403 lines of code)
    • 16 files have been last changed 1-30 days ago (951 lines of code)
0% | 0% | 1% | 81% | 17%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
py, yaml, rst, md, txt, yml, ipynb, cc, in, cfg, gitignore, gitattributes, toml, bat, json
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
py0% | <1% | 25% | 73% | <1%
cfg0% | 0% | 100% | 0% | 0%
cc0% | 0% | 100% | 0% | 0%
toml0% | 0% | 100% | 0% | 0%
in0% | 0% | 100% | 0% | 0%
yaml0% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
cc0% | 0% | 100% | 0% | 0%
py0% | 0% | 0% | 84% | 15%
cfg0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
in0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
neuralcompression/functional0% | 3% | 38% | 58% | 0%
neuralcompression0% | 100% | 0% | 0% | 0%
ROOT0% | 1% | 98% | 0% | 0%
neuralcompression/models0% | 0% | 40% | 59% | 0%
neuralcompression/data0% | 0% | 60% | 39% | 0%
neuralcompression/layers0% | 0% | 14% | 85% | 0%
neuralcompression/distributions0% | 0% | 100% | 0% | 0%
neuralcompression/metrics0% | 0% | 95% | 4% | 0%
neuralcompression/ext0% | 0% | 87% | 0% | 12%
neuralcompression/entropy_coders0% | 0% | 0% | 100% | 0%
projects/deep_video_compression0% | 0% | 0% | 100% | 0%
projects/variational_image_compression0% | 0% | 0% | 100% | 0%
projects/scale_hyperprior_lightning0% | 0% | 0% | 100% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
neuralcompression/ext0% | 0% | 75% | 0% | 24%
neuralcompression/models0% | 0% | 0% | 85% | 14%
neuralcompression/entropy_coders0% | 0% | 0% | 100% | 0%
neuralcompression/layers0% | 0% | 0% | 100% | 0%
projects/deep_video_compression0% | 0% | 0% | 81% | 18%
neuralcompression/functional0% | 0% | 0% | 75% | 24%
neuralcompression/data0% | 0% | 0% | 100% | 0%
projects/scale_hyperprior_lightning0% | 0% | 0% | 100% | 0%
neuralcompression/distributions0% | 0% | 0% | 100% | 0%
projects/variational_image_compression0% | 0% | 0% | 19% | 80%
neuralcompression/metrics0% | 0% | 0% | 4% | 95%
ROOT0% | 0% | 0% | 0% | 100%
neuralcompression0% | 0% | 0% | 0% | 100%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
__init__.py
in neuralcompression
6 - 18 191 6
setup.py
in root
2 - 18 191 9
__init__.py
in neuralcompression/functional
22 - 49 182 10
distortion.py
in neuralcompression/metrics
94 7 18 162 5
scale_hyperprior.py
in neuralcompression/models
290 21 50 149 3
_estimate_tails.py
in neuralcompression/functional
30 1 50 117 3
_weighted_rate_loss.py
in neuralcompression/models/_hific
29 2 50 117 3
_non_saturating_adversarial_loss.py
in neuralcompression/models/_hific
17 1 50 117 3
_least_squares_adversarial_loss.py
in neuralcompression/models/_hific
13 1 50 117 3
__init__.py
in neuralcompression/models/_hific
3 - 50 117 4
_hific_generator.py
in neuralcompression/models/_hific
101 4 50 114 4
_hific_encoder.py
in neuralcompression/models/_hific
51 2 50 114 4
_hific_discriminator.py
in neuralcompression/models/_hific
46 2 50 114 4
_channel_norm_2d.py
in neuralcompression/models/_hific
24 3 50 114 3
__init__.py
in neuralcompression/models
8 - 49 114 4
__init__.py
in neuralcompression/data
4 - 48 113 5
cfg
setup.cfg
in root
105 - 12 103 11
toml
pyproject.toml
in root
11 - 14 103 6
in
MANIFEST.in
in root
5 - 18 103 2
_log_ndtr.py
in neuralcompression/functional
34 2 50 100 3
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
cc
pmf_to_quantized_cdf_py.cc
in neuralcompression/ext
56 1 93 93 1
__init__.py
in neuralcompression/distributions
2 - 50 98 4
__init__.py
in neuralcompression/entropy_coders
2 - 50 72 2
__init__.py
in neuralcompression/models/_hific
3 - 50 117 4
__init__.py
in neuralcompression/metrics
4 - 50 72 2
__init__.py
in neuralcompression/layers
9 - 50 93 8
_quantization_offset.py
in neuralcompression/functional
10 1 50 100 3
_log_expm1.py
in neuralcompression/functional
11 1 50 97 3
_log_survival_function.py
in neuralcompression/functional
12 1 50 100 3
_survival_function.py
in neuralcompression/functional
12 1 50 100 3
_noisy_normal.py
in neuralcompression/distributions
13 1 50 97 4
_least_squares_adversarial_loss.py
in neuralcompression/models/_hific
13 1 50 117 3
_log_cdf.py
in neuralcompression/functional
14 1 50 100 3
_pmf_to_quantized_cdf.py
in neuralcompression/functional
15 1 50 93 3
_ndtr.py
in neuralcompression/functional
15 1 50 100 3
_non_saturating_adversarial_loss.py
in neuralcompression/models/_hific
17 1 50 117 3
__init__.py
in neuralcompression/entropy_coders/craystack
17 - 50 72 2
_lower_tail.py
in neuralcompression/functional
20 1 50 99 3
_upper_tail.py
in neuralcompression/functional
20 1 50 99 3
_channel_norm_2d.py
in neuralcompression/models/_hific
24 3 50 114 3
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
base.yaml
in projects/deep_video_compression/config
36 -
base.yaml
in projects/scale_hyperprior_lightning/config
34 -
s5_total.yaml
in projects/deep_video_compression/config/training_stages
11 -
submitit_multi_node.yaml
in projects/deep_video_compression/config/mode
9 -
s1_motion_estimation.yaml
in projects/deep_video_compression/config/training_stages
9 -
submitit_multi_node.yaml
in projects/scale_hyperprior_lightning/config/mode
9 -
s2_motion_compression.yaml
in projects/deep_video_compression/config/training_stages
8 -
s3_motion_compensation.yaml
in projects/deep_video_compression/config/training_stages
8 -
s4_total_2frame.yaml
in projects/deep_video_compression/config/training_stages
8 -
submitit_single_node.yaml
in projects/deep_video_compression/config/mode
6 -
submitit_single_node.yaml
in projects/scale_hyperprior_lightning/config/mode
6 -
_extension_loader.py
in neuralcompression/ext
9 1 18 18 1
_vimeo_90k_septuplet.py
in neuralcompression/data
74 4 48 48 1
_kodak.py
in neuralcompression/data
67 5 48 48 1
_multiscale_structural_similarity.py
in neuralcompression/functional
131 6 18 49 2
_prior_autoencoder.py
in projects/variational_image_compression/lightning
127 14 18 49 2
_mean_scale_hyperprior_autoencoder.py
in neuralcompression/models
112 6 18 49 2
_prior_autoencoder.py
in neuralcompression/models
101 5 49 49 1
_hyperprior_autoencoder.py
in neuralcompression/models
101 5 18 49 2
_count_flops.py
in neuralcompression/functional
66 1 48 49 2
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
base.yaml
in projects/deep_video_compression/config
36 -
base.yaml
in projects/scale_hyperprior_lightning/config
34 -
s5_total.yaml
in projects/deep_video_compression/config/training_stages
11 -
submitit_multi_node.yaml
in projects/deep_video_compression/config/mode
9 -
s1_motion_estimation.yaml
in projects/deep_video_compression/config/training_stages
9 -
submitit_multi_node.yaml
in projects/scale_hyperprior_lightning/config/mode
9 -
s2_motion_compression.yaml
in projects/deep_video_compression/config/training_stages
8 -
s3_motion_compensation.yaml
in projects/deep_video_compression/config/training_stages
8 -
s4_total_2frame.yaml
in projects/deep_video_compression/config/training_stages
8 -
submitit_single_node.yaml
in projects/deep_video_compression/config/mode
6 -
submitit_single_node.yaml
in projects/scale_hyperprior_lightning/config/mode
6 -
cfg
setup.cfg
in root
105 - 12 103 11
toml
pyproject.toml
in root
11 - 14 103 6
_multiscale_structural_similarity.py
in neuralcompression/functional
131 6 18 49 2
_prior_autoencoder.py
in projects/variational_image_compression/lightning
127 14 18 49 2
train.py
in projects/deep_video_compression
120 7 18 72 4
_mean_scale_hyperprior_autoencoder.py
in neuralcompression/models
112 6 18 49 2
_hyperprior_autoencoder.py
in neuralcompression/models
101 5 18 49 2
distortion.py
in neuralcompression/metrics
94 7 18 162 5
_mean_scale_hyperprior_autoencoder.py
in projects/variational_image_compression/lightning
48 1 18 49 2