Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
yichiac committed May 1, 2024
1 parent 7d5ede1 commit b460eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions torchgeo/models/resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from typing import Any

import kornia.augmentation as K
from kornia.contrib import Lambda
import timm
import torch
from kornia.contrib import Lambda
from timm.models import ResNet
from torchvision.models._api import Weights, WeightsEnum

Expand Down Expand Up @@ -455,7 +455,7 @@ class ResNet50_Weights(WeightsEnum): # type: ignore[misc]
"in_chans": 9,
"model": "resnet50",
"publication": "https://arxiv.org/abs/2211.15660",
"repo":"https://github.com/allenai/satlaspretrain_models",
"repo": "https://github.com/allenai/satlaspretrain_models",
"ssl_method": "satlaspretrain",
},
)
Expand All @@ -468,7 +468,7 @@ class ResNet50_Weights(WeightsEnum): # type: ignore[misc]
"in_chans": 9,
"model": "resnet50",
"publication": "https://arxiv.org/abs/2211.15660",
"repo":"https://github.com/allenai/satlaspretrain_models",
"repo": "https://github.com/allenai/satlaspretrain_models",
"ssl_method": "satlaspretrain",
},
)
Expand Down

0 comments on commit b460eac

Please sign in to comment.