Added nn6

This commit is contained in:
2026-01-16 16:53:19 +01:00
parent b82c919f67
commit 9a2092cbde
140 changed files with 15505 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
"""
Author: Your Name
HTL-Grieskirchen 5. Jahrgang, Schuljahr 2025/26
architecture.py
"""
import torch
class MyModel(torch.nn.Module):
# TODO: Implement the model architecture.
pass