In pytorch, you can find the layers that compose a model in model.children(). Since it's a generator, you have to convert it into a list, ...
確定! 回上一頁