mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
[PR #173] [MERGED] APIs PT lesson fixes - use_glove => use-glove, utilities #227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/173
Author: @itsderek23
Created: 3/30/2020
Status: ✅ Merged
Merged: 3/30/2020
Merged by: @GokuMohandas
Base:
master← Head:utils_use_glove📝 Commits (1)
483c50bAPIs lesson fixes - use_glove => use-glove, utilities📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
notebooks/03_APIs/pt-text-classification/README.md(+1 -1)📝
notebooks/03_APIs/pt-text-classification/text_classification/utils.py(+1 -1)📄 Description
Noticed two things when following the API README instructions:
This fails with:
Looks like
create_dirs()is defined in the sameutils.pyfile.The training step says:
Which fails:
I think
--use_gloveshould be--use-glove.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.