apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.46k stars 3.41k forks source link

[Docs] Dead link for resnet #17017

Closed shaoyuyoung closed 2 months ago

shaoyuyoung commented 2 months ago

In TVM doc here: https://tvm.apache.org/docs/tutorial/autotvm_relay_x86.html#downloading-and-loading-the-onnx-model

The link of resnet is dead ⚠️ https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v2-7.onnx

image

The right link is : https://github.com/onnx/models/raw/main/validated/vision/classification/resnet/model/resnet50-v2-7.onnx

shaoyuyoung commented 2 months ago

cc @ysh329

lhutton1 commented 2 months ago

Thanks for raising this @shaoyuyoung, ~feel free to send a PR to fix it~

Edit: looks like a PR already exists :) https://github.com/apache/tvm/pull/17015

shaoyuyoung commented 2 months ago

yeah, I have noticed that.

However, this dead link also exists in other files.

I would send a PR to address this :D