Skip to content

Commit

Permalink
添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Jul 3, 2020
1 parent 7acc4f7 commit c810848
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 c810848

Please sign in to comment.