Closed BrandonCXY closed 4 years ago
你好,你对于Class MultiLayerPerceptron里的forward function中的x的注释错误 原注释::param x: Float tensor of size (batch_size, num_fields, embed_dim) 应改为: :param x: Float tensor of size (batch_size, embed_dim)
(batch_size, num_fields, embed_dim)
(batch_size, embed_dim)
Thank you! I fixed it.
你好,你对于Class MultiLayerPerceptron里的forward function中的x的注释错误 原注释::param x: Float tensor of size
(batch_size, num_fields, embed_dim)
应改为: :param x: Float tensor of size(batch_size, embed_dim)