Spaces:
Build error
Build error
Update model.py
Browse files
model.py
CHANGED
@@ -2,6 +2,7 @@ import timm
|
|
2 |
import torch.nn as nn
|
3 |
from torchvision import models
|
4 |
|
|
|
5 |
class ResnetModel(nn.Module):
|
6 |
def __init__(self, num_classes=10):
|
7 |
super().__init__()
|
|
|
2 |
import torch.nn as nn
|
3 |
from torchvision import models
|
4 |
|
5 |
+
|
6 |
class ResnetModel(nn.Module):
|
7 |
def __init__(self, num_classes=10):
|
8 |
super().__init__()
|