TVM output shape

I currently need to to autotune with the input shapes (1, 3, 230, 230) and (64, 3, 7, 7) but I’m not sure what the output shape is supposed to be and am getting errors such as “check failed 634800 vs 602112 the size must exactly match”. How do I calculate the output shape?

@582990 Can you post your code and the full error message?