deedax commited on
Commit
a6b83fe
·
1 Parent(s): 79c4062

Update utils.py

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