PyTorch Replacing For-Loop Linears with Grouped Conv1d

后端 未结 0 1933
广开言路
广开言路 2020-12-03 07:16

So I have this simple model:

class ModelSerial(nn.Module):
    def __init__(self, in_features, hidden, out_features):
        super().__init__()
        block         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题