Skip to content

Commit

Permalink
HOTFix: trainer.py 파일 이름 변경에 따른 train.py 내 import 문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmsgit committed Nov 12, 2024
1 parent 2e57e2e commit e1daacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from torch.utils.data import DataLoader
from torchvision import models
from utils.dataset import XRayDataset, CLASSES
from utils.train_utils import train, set_seed
from utils.trainer import train, set_seed


def parse_args():
Expand Down

0 comments on commit e1daacf

Please sign in to comment.