You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work.
I want to ask the questions about the code of online demo/main.py!!
How does the buffer mean??
And another question is about the input of model and tvm,
As I know,when I want to compile the torch2tvm ,
the shape have to same with the input shape of model = (4,3,224,224) [If I use num_segment = 4],
So I am curios about why it can still compile??
Could you tell me the possible reason?
Thank you so much!!
The text was updated successfully, but these errors were encountered:
Thanks for the great work.
I want to ask the questions about the code of online demo/main.py!!
How does the buffer mean??
And another question is about the input of model and tvm,
As I know,when I want to compile the torch2tvm ,
the shape have to same with the input shape of model = (4,3,224,224) [If I use num_segment = 4],
So I am curios about why it can still compile??
Could you tell me the possible reason?
Thank you so much!!
The text was updated successfully, but these errors were encountered: