Skip to content

Commit d2c31fd

Browse files
committed
Unused imports
1 parent 23fc99b commit d2c31fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

evaluate.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44

55
import argparse
66
import os
7-
import pickle
87
import warnings
9-
from os import path
108

11-
import matplotlib.pyplot as plt
129
import torch
1310
import torch.utils.data
1411
from boilr.eval import BaseOfflineEvaluator
15-
from boilr.utils import set_rnd_seed, get_date_str
1612
from boilr.utils.viz import img_grid_pad_value
1713
from torchvision.utils import save_image
1814

0 commit comments

Comments
 (0)