doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.26k stars 370 forks source link

ModelZoo link is broken in User Instructions #157

Closed Lissanro closed 3 years ago

Lissanro commented 4 years ago

https://github.com/doonny/PipeCNN/tree/master/documents says "download the test vector and golden reference files from PipeCNN's own ModelZoo", but when I click "ModelZoo" link, I get 404 error.

doonny commented 4 years ago

It is pointing to the project/data folder

Lissanro commented 4 years ago

It is supposed to, but it is not, this is why I reported it. I checked again and the issue is still there. That link points to https://github.com/doonny/PipeCNN/tree/master/data which does not exist.

The right link is probably https://github.com/doonny/PipeCNN/tree/master/project/data (with "/project" before "/data").

doonny commented 3 years ago

removed the link.