Skip to content

Commit

Permalink
Remove setting of matplotlib backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed May 4, 2023
1 parent 2a6062b commit 409f1cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions torchgeo/trainers/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

from ..datasets.utils import unbind_samples

plt.switch_backend("agg")


BACKBONE_LAT_DIM_MAP = {
"resnet18": 512,
"resnet34": 512,
Expand Down

0 comments on commit 409f1cb

Please sign in to comment.