rohanmukh opened a new pull request #8506:
URL: https://github.com/apache/tvm/pull/8506


   This commit handles a corner case in TRT RemoveDropout pass. This avoids an 
error like below
   
   ```
   File "/home/ubuntu/workspace/tvm/python/tvm/runtime/object.py", line 65, in 
__getattr__
       raise AttributeError("%s has no attribute %s" % (str(type(self)), name))
   AttributeError: relay.Let object has no attributed name
   During handling of the above exception, another exception occurred:
   AttributeError: <class 'tvm.relay.expr.Let'> has no attribute name 
   ```
   


-- 
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]


Reply via email to