add MNIST training example
This commit is contained in:
12
Applications/MNISTTrainer/MNISTTrainerApp.swift
Normal file
12
Applications/MNISTTrainer/MNISTTrainerApp.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright © 2024 Apple Inc.
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct MNISTTrainerApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user