Skip to content

Commit

Permalink
Fix refactoring for test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Avic3nna committed Mar 8, 2024
1 parent 66a5966 commit cd374c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from config import TestConfig
from data import make_dataloaders, make_dataset_df
from pathlib import Path
from evaluate import evaluate
from model import EncDecTransformer
import torch
import os
import numpy as np
import glob
from metrics import plot_classification_metrics
from helpers.metrics import plot_classification_metrics
from helpers.evaluate import evaluate
from helpers.model import EncDecTransformer
from helpers.data import make_dataloaders, make_dataset_df

torch.manual_seed(1337)
config = TestConfig()
Expand Down

0 comments on commit cd374c9

Please sign in to comment.