mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
[PR #172] [MERGED] added tuning + api reorg #226
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/172
Author: @GokuMohandas
Created: 3/30/2020
Status: ✅ Merged
Merged: 3/30/2020
Merged by: @GokuMohandas
Base:
master← Head:hp📝 Commits (1)
4f42daeadded tuning + api reorg📊 Changes
23 files changed (+276 additions, -207 deletions)
View changed files
📝
notebooks/03_APIs/pt-text-classification/Dockerfile(+1 -4)📝
notebooks/03_APIs/pt-text-classification/README.md(+12 -13)📝
notebooks/03_APIs/pt-text-classification/requirements.txt(+1 -0)📝
notebooks/03_APIs/pt-text-classification/text_classification/app.py(+5 -3)📝
notebooks/03_APIs/pt-text-classification/text_classification/config.py(+4 -3)📝
notebooks/03_APIs/pt-text-classification/text_classification/data.py(+2 -3)➕
notebooks/03_APIs/pt-text-classification/text_classification/hp.py(+46 -0)📝
notebooks/03_APIs/pt-text-classification/text_classification/predict.py(+3 -3)📝
notebooks/03_APIs/pt-text-classification/text_classification/train.py(+14 -13)📝
notebooks/03_APIs/pt-text-classification/text_classification/utils.py(+50 -3)➖
notebooks/03_APIs/pt-text-classification/utilities.py(+0 -49)➖
notebooks/03_APIs/tf-text-classification/.gitignore copy(+0 -21)📝
notebooks/03_APIs/tf-text-classification/Dockerfile(+1 -4)📝
notebooks/03_APIs/tf-text-classification/README.md(+11 -12)📝
notebooks/03_APIs/tf-text-classification/requirements.txt(+1 -0)📝
notebooks/03_APIs/tf-text-classification/text_classification/app.py(+5 -3)📝
notebooks/03_APIs/tf-text-classification/text_classification/config.py(+6 -3)📝
notebooks/03_APIs/tf-text-classification/text_classification/data.py(+2 -3)➕
notebooks/03_APIs/tf-text-classification/text_classification/hp.py(+46 -0)📝
notebooks/03_APIs/tf-text-classification/text_classification/predict.py(+3 -3)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.