pytorch / ios-demo-app
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: 129
  • Daily file updates (only one update per file and date counted): 453
  • First update: 2019-09-27
  • Latest update: 2022-01-12
  • Days between first and latest update: 839 (119 weeks, estimated 595 working days)
  • Active days (at least one file change): 75
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 129 files with 4,496 lines of code in files.
    • 79 files that are 366+ days old (2,822 lines of code)
    • 36 files that are 181-365 days old (1,340 lines of code)
    • 14 files that are 91-180 days old (334 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
62% | 29% | 7% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 129 files with 4,496 lines of code in files.
    • 33 files have been last changed 366+ days ago (861 lines of code)
    • 50 files have been last changed 181-365 days ago (1,633 lines of code)
    • 43 files have been last changed 91-180 days ago (1,843 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 3 files have been last changed 1-30 days ago (159 lines of code)
19% | 36% | 40% | 0% | 3%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
swift, json, h, storyboard, md, mm, py, txt, plist, xib, pt, gitignore, clang-format
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
swift58% | 34% | 6% | 0% | 0%
mm70% | 20% | 8% | 0% | 0%
py72% | 22% | 5% | 0% | 0%
h63% | 22% | 14% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
swift25% | 47% | 26% | 0% | 0%
mm8% | 13% | 68% | 0% | 8%
h30% | 21% | 48% | 0% | 0%
py0% | 17% | 68% | 0% | 13%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
PyTorchDemo98% | 1% | 0% | 0% | 0%
ObjectDetection100% | 0% | 0% | 0% | 0%
Seq2SeqNMT100% | 0% | 0% | 0% | 0%
ViT4MNIST100% | 0% | 0% | 0% | 0%
ImageSegmentation100% | 0% | 0% | 0% | 0%
QuestionAnswering100% | 0% | 0% | 0% | 0%
HelloWorld100% | 0% | 0% | 0% | 0%
D2Go0% | 100% | 0% | 0% | 0%
TorchVideo0% | 100% | 0% | 0% | 0%
SpeechRecognition0% | 100% | 0% | 0% | 0%
HelloWorld-CoreML0% | 0% | 100% | 0% | 0%
HelloWorld-Metal0% | 0% | 100% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
PyTorchDemo81% | 18% | 0% | 0% | 0%
ImageSegmentation55% | 0% | 42% | 0% | 2%
HelloWorld71% | 0% | 28% | 0% | 0%
TorchVideo0% | 80% | 19% | 0% | 0%
D2Go0% | 73% | 26% | 0% | 0%
ObjectDetection0% | 54% | 45% | 0% | 0%
ViT4MNIST0% | 54% | 28% | 0% | 17%
Seq2SeqNMT0% | 13% | 86% | 0% | 0%
SpeechRecognition0% | 14% | 85% | 0% | 0%
QuestionAnswering0% | 12% | 55% | 0% | 32%
HelloWorld-CoreML0% | 0% | 100% | 0% | 0%
HelloWorld-Metal0% | 0% | 100% | 0% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
CameraController.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
120 5 847 851 2
TorchModule.mm
in PyTorchDemo/PyTorchDemo/TorchBridge
83 - 363 851 8
NLPViewController.swift
in PyTorchDemo/PyTorchDemo/NLP
57 3 838 851 4
ImageClassificationViewController.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
52 - 838 851 4
CVPixelBuffer+Helper.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
39 1 741 851 3
ImageClassificationResultView.swift
in PyTorchDemo/PyTorchDemo/ImageClassification/view
37 3 847 851 3
ImagePredictor.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
35 1 348 851 8
NLPResultView.swift
in PyTorchDemo/PyTorchDemo/NLP/view
35 3 847 851 3
ImageClassificationItemView.swift
in PyTorchDemo/PyTorchDemo/ImageClassification/view
32 1 847 851 3
NLPPredictor.swift
in PyTorchDemo/PyTorchDemo/NLP
30 2 846 851 4
VisionModelCard.swift
in PyTorchDemo/PyTorchDemo/ImageClassification/view
27 - 847 851 3
NLPModelCard.swift
in PyTorchDemo/PyTorchDemo/NLP/view
27 - 847 851 3
Predictor.swift
in PyTorchDemo/PyTorchDemo
18 1 847 851 3
NLPItemView.swift
in PyTorchDemo/PyTorchDemo/NLP/view
18 1 847 851 2
TorchModule.h
in PyTorchDemo/PyTorchDemo/TorchBridge
16 - 847 851 3
UIView+Helper.swift
in PyTorchDemo/PyTorchDemo/view
16 1 847 851 2
CameraPreviewView.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
13 - 847 851 2
UIColor+Helper.swift
in PyTorchDemo/PyTorchDemo/view
12 - 847 851 2
UIViewController+Helper.swift
in PyTorchDemo/PyTorchDemo/view
11 1 847 851 3
AppDelegate.swift
in PyTorchDemo/PyTorchDemo
8 1 847 851 2
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
PyTorchDemo-Bridging-Header.h
in PyTorchDemo/PyTorchDemo/TorchBridge
1 - 847 851 2
ViewController.swift
in PyTorchDemo/PyTorchDemo
6 - 847 851 2
AppDelegate.swift
in PyTorchDemo/PyTorchDemo
8 1 847 851 2
UIViewController+Helper.swift
in PyTorchDemo/PyTorchDemo/view
11 1 847 851 3
UIColor+Helper.swift
in PyTorchDemo/PyTorchDemo/view
12 - 847 851 2
CameraPreviewView.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
13 - 847 851 2
UIView+Helper.swift
in PyTorchDemo/PyTorchDemo/view
16 1 847 851 2
TorchModule.h
in PyTorchDemo/PyTorchDemo/TorchBridge
16 - 847 851 3
NLPItemView.swift
in PyTorchDemo/PyTorchDemo/NLP/view
18 1 847 851 2
Predictor.swift
in PyTorchDemo/PyTorchDemo
18 1 847 851 3
NLPModelCard.swift
in PyTorchDemo/PyTorchDemo/NLP/view
27 - 847 851 3
VisionModelCard.swift
in PyTorchDemo/PyTorchDemo/ImageClassification/view
27 - 847 851 3
ImageClassificationItemView.swift
in PyTorchDemo/PyTorchDemo/ImageClassification/view
32 1 847 851 3
NLPResultView.swift
in PyTorchDemo/PyTorchDemo/NLP/view
35 3 847 851 3
ImageClassificationResultView.swift
in PyTorchDemo/PyTorchDemo/ImageClassification/view
37 3 847 851 3
CameraController.swift
in PyTorchDemo/PyTorchDemo/ImageClassification
120 5 847 851 2
HelloWorld-Bridging-Header.h
in HelloWorld/HelloWorld/HelloWorld/TorchBridge
1 - 846 846 1
TorchModule.h
in HelloWorld/HelloWorld/HelloWorld/TorchBridge
10 - 846 846 1
SceneDelegate.swift
in HelloWorld/HelloWorld/HelloWorld
17 6 846 846 1
NLPPredictor.swift
in PyTorchDemo/PyTorchDemo/NLP
30 2 846 851 4
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
UIImage+Helper.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
43 1 99 99 1
TorchModule.mm
in HelloWorld-CoreML/HelloWorld/HelloWorld/TorchBridge
41 - 99 99 1
ViewController.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
40 - 99 99 1
mobilenetv2.py
in HelloWorld-CoreML
34 2 99 99 1
SceneDelegate.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
17 6 99 99 1
TorchModule.h
in HelloWorld-CoreML/HelloWorld/HelloWorld/TorchBridge
10 - 99 99 1
AppDelegate.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
8 1 99 99 1
HelloWorld-Bridging-Header.h
in HelloWorld-CoreML/HelloWorld/HelloWorld/TorchBridge
1 - 99 99 1
UIImage+Helper.swift
in HelloWorld-Metal/HelloWorld-Metal/HelloWorld-Metal
43 1 159 168 2
ViewController.swift
in HelloWorld-Metal/HelloWorld-Metal/HelloWorld-Metal
40 - 159 168 2
TorchModule.mm
in HelloWorld-Metal/HelloWorld-Metal/HelloWorld-Metal/TorchBridge
38 - 159 168 2
TorchModule.h
in HelloWorld-Metal/HelloWorld-Metal/HelloWorld-Metal/TorchBridge
10 - 159 168 2
AppDelegate.swift
in HelloWorld-Metal/HelloWorld-Metal/HelloWorld-Metal
8 1 159 168 2
HelloWorld-Metal-Bridging-Header.h
in HelloWorld-Metal/HelloWorld-Metal/HelloWorld-Metal/TorchBridge
1 - 159 168 2
create_d2go.py
in D2Go
58 1 137 284 4
CameraController.swift
in D2Go/D2Go/Live
118 5 224 290 2
ViewController.swift
in D2Go/D2Go
72 1 224 290 4
InferenceModule.mm
in D2Go/D2Go/Inference
65 - 137 290 8
LiveObjectDetectionViewController.swift
in D2Go/D2Go/Live
57 - 224 290 4
PrePostProcessor.swift
in D2Go/D2Go/Utils
55 - 224 290 4
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
InferenceModule.mm
in QuestionAnswering/QuestionAnswering
78 - 13 383 6
mnist_vit.py
in ViT4MNIST
73 2 13 382 8
deeplabv3.py
in ImageSegmentation
8 - 13 457 11
PrePostProcessor.swift
in ObjectDetection/ObjectDetection/Utils
106 - 99 383 5
TorchModule.mm
in ImageSegmentation/ImageSegmentation
77 - 99 457 11
ViewController.swift
in ImageSegmentation/ImageSegmentation
51 - 99 457 10
InferenceModule.mm
in ObjectDetection/ObjectDetection/Inference
44 - 99 383 7
UIImage+Helper.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
43 1 99 99 1
TorchModule.mm
in HelloWorld-CoreML/HelloWorld/HelloWorld/TorchBridge
41 - 99 99 1
ViewController.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
40 - 99 99 1
mobilenetv2.py
in HelloWorld-CoreML
34 2 99 99 1
SceneDelegate.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
17 6 99 99 1
TorchModule.h
in HelloWorld-CoreML/HelloWorld/HelloWorld/TorchBridge
10 - 99 99 1
AppDelegate.swift
in HelloWorld-CoreML/HelloWorld/HelloWorld
8 1 99 99 1
HelloWorld-Bridging-Header.h
in HelloWorld-CoreML/HelloWorld/HelloWorld/TorchBridge
1 - 99 99 1
seq2seq_nmt.py
in Seq2SeqNMT
230 22 137 382 6
InferenceModule.mm
in Seq2SeqNMT/Seq2SeqNMT
126 - 137 382 5
QuestionAnswering.swift
in QuestionAnswering/QuestionAnswering
122 3 137 383 4
ViewController.swift
in SpeechRecognition/SpeechRecognition
82 2 137 301 8
ViewController.swift
in ObjectDetection/ObjectDetection
72 1 137 383 4