Skip to content

Commit

Permalink
Update Incep-related block's docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanLumerico authored Aug 4, 2024
1 parent 87f2545 commit a258b68
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions luma/neural/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,35 +584,27 @@ class V1(_specials.incep_v1._Incep_V1_Default):
"""
Inception block for Inception V1 network, a.k.a. GoogLeNet.
Parameters
----------
Refer to the figures shown in the original paper[1].
"""

class V2_TypeA(_specials.incep_v2._Incep_V2_TypeA):
"""
Inception block type-A for Inception V2 network.
Parameters
----------
Refer to the figures shown in the original paper[1].
"""

class V2_TypeB(_specials.incep_v2._Incep_V2_TypeB):
"""
Inception block type-B for Inception V2 network.
Parameters
----------
Refer to the figures shown in the original paper[1].
"""

class V2_TypeC(_specials.incep_v2._Incep_V2_TypeC):
"""
Inception block type-C for Inception V2 network.
Parameters
----------
Refer to the figures shown in the original paper[1].
"""
Expand All @@ -621,8 +613,6 @@ class V2_Redux(_specials.incep_v2._Incep_V2_Redux):
"""
Inception block for grid reduction for Inception V2 network.
Parameters
----------
Refer to the figures shown in the original paper[1].
"""
Expand All @@ -631,8 +621,6 @@ class V4_Stem(_specials.incep_v4._Incep_V4_Stem):
"""
Inception block used in Inception V4 network stem part.
Parameters
----------
Refer to the figures shown in the original paper[2].
Notes
Expand All @@ -649,8 +637,6 @@ class V4_TypeA(_specials.incep_v4._Incep_V4_TypeA):
"""
Inception block type A used in Inception V4 network
Parameters
----------
Refer to the figures shown in the original paper[2].
Notes
Expand All @@ -667,8 +653,6 @@ class V4_TypeB(_specials.incep_v4._Incep_V4_TypeB):
"""
Inception block type B used in Inception V4 network.
Parameters
----------
Refer to the figures shown in the original paper[2].
Notes
Expand All @@ -685,8 +669,6 @@ class V4_TypeC(_specials.incep_v4._Incep_V4_TypeC):
"""
Inception block type C used in Inception V4 network.
Parameters
----------
Refer to the figures shown in the original paper[2].
Notes
Expand All @@ -704,8 +686,6 @@ class V4_ReduxA(_specials.incep_v4._Incep_V4_ReduxA):
Inception block type A for grid reduction used in
Inception V4 network.
Parameters
----------
Refer to the figures shown in the original paper[2].
Notes
Expand All @@ -723,8 +703,6 @@ class V4_ReduxB(_specials.incep_v4._Incep_V4_ReduxB):
Inception block type B for grid reduction used in
Inception V4 network.
Parameters
----------
Refer to the figures shown in the original paper[2].
Notes
Expand Down Expand Up @@ -759,8 +737,6 @@ class V1_Stem(_specials.incep_res_v1._IncepRes_V1_Stem):
Inception block used in Inception-ResNet V1 network
stem part.
Parameters
----------
Refer to the figures shown in the original paper[1].
Notes
Expand All @@ -778,8 +754,6 @@ class V1_TypeA(_specials.incep_res_v1._IncepRes_V1_TypeA):
Inception block type A used in Inception-ResNet V1
network.
Parameters
----------
Refer to the figures shown in the original paper[1].
Notes
Expand All @@ -797,8 +771,6 @@ class V1_TypeB(_specials.incep_res_v1._IncepRes_V1_TypeB):
Inception block type B used in Inception-ResNet V1
network.
Parameters
----------
Refer to the figures shown in the original paper[1].
Notes
Expand All @@ -816,8 +788,6 @@ class V1_TypeC(_specials.incep_res_v1._IncepRes_V1_TypeC):
Inception block type C used in Inception-ResNet V1
network.
Parameters
----------
Refer to the figures shown in the original paper[1].
Notes
Expand All @@ -835,8 +805,6 @@ class V1_Redux(_specials.incep_res_v1._IncepRes_V1_Redux):
Inception block for grid reduction used in
Inception-ResNet V1 network.
Parameters
----------
Refer to the figures shown in the original paper[1].
Notes
Expand Down

0 comments on commit a258b68

Please sign in to comment.