Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlNet committed Feb 9, 2024
1 parent 59b78ef commit 2349149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/classifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Optional, Union, Sequence, Dict, Literal, Any

from memory_profiler import profile
from pytorch_lightning import LightningModule
from torch import Tensor
from torch.nn import CrossEntropyLoss, Linear, Identity, BCEWithLogitsLoss
Expand Down

0 comments on commit 2349149

Please sign in to comment.