mrdbourke / tensorflow-deep-learning

All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
https://dbourke.link/ZTMTFcourse
MIT License
5.05k stars 2.5k forks source link

Update 09_SkimLit_nlp_milestone_project_2.ipynb #539

Closed m-gopichand closed 1 year ago

m-gopichand commented 1 year ago
  1. added import json
  2. changed model load path from "skimlit_gs_model/skimlit_tribrid_model"
    to "skimlit_gs_model/skimlit_tribrid_model/saved_model.pb" This resloves the AssertionError , i have also compared the model performance after updating the path their is no issue.