Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -2,6 +2,7 @@ import torch.nn as nn
|
|
| 2 |
import torch
|
| 3 |
import pytorch_lightning as pl
|
| 4 |
import torch.nn.functional as F
|
|
|
|
| 5 |
class CustomModelMain(nn.Module):
|
| 6 |
def __init__(self, problem_type, n_classes):
|
| 7 |
super().__init__()
|
|
|
|
| 2 |
import torch
|
| 3 |
import pytorch_lightning as pl
|
| 4 |
import torch.nn.functional as F
|
| 5 |
+
import timm
|
| 6 |
class CustomModelMain(nn.Module):
|
| 7 |
def __init__(self, problem_type, n_classes):
|
| 8 |
super().__init__()
|