首先看一下這個類的定義: class Conv2d(_ConvNd): # 初始化函式,這裡主要了解有哪些引數傳進來就可以了def __init__( self, in_channels: int, ...
確定! 回上一頁