Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Linaom1214 committed May 16, 2022
1 parent 6fb62f8 commit 1326c7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
from datetime import datetime
from copy import deepcopy
from torchmetrics import AUC
from tqdm import tqdm
from skimage.segmentation import mark_boundaries
import matplotlib.pyplot as plt
Expand All @@ -20,7 +19,6 @@
from torchvision import transforms
from torchvision.transforms.functional import to_pil_image
from torchvision.utils import save_image
from zmq import device

from net.Unet import Unet
from net.FCN import fcn
Expand Down

0 comments on commit 1326c7b

Please sign in to comment.