Add MNIST Digit Prediction/Inference (#22)

* Add Prediction to MNISTTrainer
This commit is contained in:
Rounak
2024-03-18 19:18:41 -07:00
committed by GitHub
parent 0588abec77
commit 9e18eaa479
4 changed files with 168 additions and 9 deletions

View File

@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
12305EAF2B9D864400C92FEE /* PredictionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12305EAE2B9D864400C92FEE /* PredictionView.swift */; };
525C1E9D2B9A011000B5C356 /* Starcoder2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 525C1E9C2B9A010F00B5C356 /* Starcoder2.swift */; };
52A776182B94B5EE00AA6E80 /* Qwen2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A776172B94B5EE00AA6E80 /* Qwen2.swift */; };
81695B412BA373D300F260D8 /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 81695B402BA373D300F260D8 /* MarkdownUI */; };
@@ -183,6 +184,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
12305EAE2B9D864400C92FEE /* PredictionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PredictionView.swift; sourceTree = "<group>"; };
525C1E9C2B9A010F00B5C356 /* Starcoder2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Starcoder2.swift; sourceTree = "<group>"; };
52A776172B94B5EE00AA6E80 /* Qwen2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Qwen2.swift; sourceTree = "<group>"; };
C325DE3F2B648CDB00628871 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
@@ -451,6 +453,7 @@
children = (
C3A8B3C32B92951E0002EFB8 /* Assets.xcassets */,
C3A8B3C92B92951E0002EFB8 /* ContentView.swift */,
12305EAE2B9D864400C92FEE /* PredictionView.swift */,
C3A8B3C22B92951E0002EFB8 /* MNISTTrainer-Info.plist */,
C3A8B3C72B92951E0002EFB8 /* MNISTTrainer.entitlements */,
C3A8B3C42B92951E0002EFB8 /* MNISTTrainerApp.swift */,
@@ -866,6 +869,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
12305EAF2B9D864400C92FEE /* PredictionView.swift in Sources */,
C3A8B3CC2B92951E0002EFB8 /* MNISTTrainerApp.swift in Sources */,
C3A8B3CF2B92951E0002EFB8 /* ContentView.swift in Sources */,
);