Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
potterhsu committed Jun 18, 2019
1 parent 552c1e0 commit 5394316
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from backbone.base import Base as BackboneBase
from bbox import BBox
from extention.functional import beta_smooth_l1_loss
from extension.functional import beta_smooth_l1_loss
from roi.pooler import Pooler
from rpn.region_proposal_network import RegionProposalNetwork
from support.layer.nms import nms
Expand Down
2 changes: 1 addition & 1 deletion rpn/region_proposal_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from torch.nn import functional as F

from bbox import BBox
from extention.functional import beta_smooth_l1_loss
from extension.functional import beta_smooth_l1_loss
from support.layer.nms import nms


Expand Down
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from backbone.base import Base as BackboneBase
from config.train_config import TrainConfig as Config
from dataset.base import Base as DatasetBase
from extention.lr_scheduler import WarmUpMultiStepLR
from extension.lr_scheduler import WarmUpMultiStepLR
from logger import Logger as Log
from model import Model
from roi.pooler import Pooler
Expand Down

0 comments on commit 5394316

Please sign in to comment.