Added nn6
This commit is contained in:
11
image-inpainting/src/architecture.py
Normal file
11
image-inpainting/src/architecture.py
Normal 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
|
||||
Reference in New Issue
Block a user