Replies: 1 comment 10 replies
-
Hi @vikashg , Thanks for your interest here and feedback, I think it's a typo, let me try to update it ASAP. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to understand the ResNet implementation and I am struggling with this one line
block: Type[Union[ResNetBlock, ResNetBottleneck]]
,Resnet Implementation
As far as I understand the variable
block
can be of type either ResNetBlock or ResNetBottleneck. However, I am curious what doesType
do in this context. Should it not beNewType
orTypeVar
. More info hereBeta Was this translation helpful? Give feedback.
All reactions