lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.36k forks source link

Fix 404 error due to missing folder path #53

Closed SiewLinYap closed 4 years ago

SiewLinYap commented 4 years ago

Original model_url gave 404 error as below

error404_model_json

After amending linear.html file by adding in the folder path, it can now load without error

fix_url_model_json
SiewLinYap commented 4 years ago

Amendment may not be necessary to others if folder for webserver is set directly under Examples folder. Relying on user to define and change accordingly which folder is set as their parent directory in webserver. Perhaps clauses in a README or markdown in the relevant jupyter notebook will be a better mean to capture/reflect this point.