notoraptor opened a new pull request #5700: URL: https://github.com/apache/incubator-tvm/pull/5700
Hi! I am having a trouble in file memory_plan (here: https://github.com/apache/incubator-tvm/blob/master/python/tvm/relay/transform/memory_plan.py#L246 ) when value is evaluated to False (for example if value is a `relay.Tuple([])`, so I suggest this quick fix: check `assert value is not None` instead of just `assert value`. What do you think ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
