Skip to content

Commit

Permalink
Merge pull request WenmuZhou#67 from WenmuZhou/dev
Browse files Browse the repository at this point in the history
添加注释
  • Loading branch information
WenmuZhou authored Jul 3, 2020
2 parents 4629834 + c810848 commit aec5d84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion torchocr/deprecated/FeaturePyramidNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import torch.nn.functional as F
from torch import nn, Tensor


"""
out_channels=96时,和现有的fpn相比,这个fpn能提升0.01%的精度,但是模型尺寸会大500k
"""
class FeaturePyramidNetwork(nn.Module):

def __init__(self, in_channels, out_channels=256):
Expand Down

0 comments on commit aec5d84

Please sign in to comment.