Skip to content

support block type strings in resnet #4691

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
from #4678, the resnet input args should be able to understand strings in addition to the class types, the corresponding docstrings should be revised

def __init__(
self,
block: Type[Union[ResNetBlock, ResNetBottleneck]],

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions