alexwong commented on a change in pull request #4961: [Torch] Upsampling op 
support and enable registering a user defined op conversion map
URL: https://github.com/apache/incubator-tvm/pull/4961#discussion_r385913650
 
 

 ##########
 File path: tests/python/frontend/pytorch/test_forward.py
 ##########
 @@ -23,6 +23,7 @@
 from scipy.stats import t as tdistr
 import numpy as np
 import torch
+from torch import nn
 
 Review comment:
   Nitpick: There's places where we use torch.nn and others where we use nn, 
can we change the former to the latter and remove the import below this one?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to