AndrewZhaoLuo opened a new issue #8412: URL: https://github.com/apache/tvm/issues/8412
Right now the schedule assumes two dimensions for the input tensor though the documentation suggests otherwise: https://tvm.apache.org/docs/api/python/relay/nn.html#tvm.relay.nn.dense Alternatively we can just adjust the documentation to stipulate relay.nn.dense has an input tensor of only two dimensions. However, other frameworks allow their dense layers to be arbitrary number dimensions. E.g. https://pytorch.org/docs/stable/generated/torch.nn.Linear.html#torch.nn.Linear For forum discussion see: https://discuss.tvm.apache.org/t/relay-nn-does-relay-nn-dense-supports-multi-dimensional-input/10343/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
