Linear(in_features=dim_model, out_features=num_tokens) def forward(self, indices, mask): x = self.embed(indices) x = self.encoder(x, ...
確定! 回上一頁