mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
6 lines
98 B
Python
6 lines
98 B
Python
{.Module;} = pyimport "torch/nn"
|
|
|
|
.ResNet: ClassType
|
|
.ResNet <: .Module
|
|
|
|
.resnet18: () -> .ResNet
|