Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lfolle
/
DeepNAPSI
like
6
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
efdf1b4
DeepNAPSI
/
DummyModel.py
lfolle
Create new file
8cf6d22
over 2 years ago
raw
Copy download link
history
blame
159 Bytes
import
torch
import
torch.nn
class
DummyModel
(torch.nn.Module):
def
__init__
(
self
):
super
().__init__()
def
foward
(
self, x
):
return
1