Hi, Authors!
First of all, thanks for releasing the FengWu code and ONNX model. It’s very helpful.
I’m trying to verify intermediate feature maps between the ONNX model and the original PyTorch implementation. To do a strict numerical comparison (PyTorch hook vs ONNX Runtime), I need the original PyTorch checkpoint (.pt/.pth) that was used to export fengwu_v1.onnx.
Could you please provide the original checkpoint file (or a link), or let me know if there is a public release plan?
Thanks a lot!