Open juinshell opened 2 years ago
Here you give the result of resnet18 with a set of 10 as input, which is consistent with tvm generated workload. However, when I want to use pytorch resnet18 to verify this output, I get a different answer. The code is as follows:
The model parameters used in the example are randomly generated by TVM, which are not from a trained model. See:
and
hello! I'm trying to validate your example with pytorch, in which I get some problems. https://github.com/SJTU-IPADS/reef/blob/0a25de5d60edaef524752a921a8c72e131137879/src/reef/test/test.cpp#L52-L53 Here you give the result of resnet18 with a set of 10 as input, which is consistent with tvm generated workload. However, when I want to use pytorch resnet18 to verify this output, I get a different answer. The code is as follows:
In addition, when I try to use your script
tvm_generate_model.py
to generate densenet model in NVIDIA CUDA, the output is all zeros by using the following sample:I would be very grateful if you could reply!