Mayanand commited on
Commit
295828c
1 Parent(s): c783de4

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -0
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__()