From e5b7939eb9549331d7a83bc88bdfea86a8a1b849 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Thu, 29 Jul 2021 12:37:00 +0800 Subject: [PATCH] Adjust file path --- .../\350\212\261\346\234\265\345\210\206\347\261\273.md" | 0 Deploy a trained model.md => Deployment/Deploy a trained model.md | 0 .../tensorflow serving with docker.md | 0 .../Git\347\211\210\346\234\254\345\233\236\351\200\200.md" | 0 ...46\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" | 0 ...k overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" | 0 .../text classification with RNN.md | 0 ...46\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename "\350\212\261\346\234\265\345\210\206\347\261\273.md" => "CV_Classification/\350\212\261\346\234\265\345\210\206\347\261\273.md" (100%) rename Deploy a trained model.md => Deployment/Deploy a trained model.md (100%) rename tensorflow serving with docker.md => Deployment/tensorflow serving with docker.md (100%) rename "Git\347\211\210\346\234\254\345\233\236\351\200\200.md" => "Dev_tools/Git\347\211\210\346\234\254\345\233\236\351\200\200.md" (100%) rename "\346\261\275\350\275\246\347\207\203\346\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" => "LinearRegression/\346\261\275\350\275\246\347\207\203\346\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" (100%) rename "stack overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" => "NLP_classification/stack overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" (100%) rename text classification with RNN.md => NLP_classification/text classification with RNN.md (100%) rename "\346\240\271\346\215\256\350\257\221\346\226\207\347\211\207\346\256\265\351\242\204\346\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" => "NLP_classification/\346\240\271\346\215\256\350\257\221\346\226\207\347\211\207\346\256\265\351\242\204\346\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" (100%) diff --git "a/\350\212\261\346\234\265\345\210\206\347\261\273.md" "b/CV_Classification/\350\212\261\346\234\265\345\210\206\347\261\273.md" similarity index 100% rename from "\350\212\261\346\234\265\345\210\206\347\261\273.md" rename to "CV_Classification/\350\212\261\346\234\265\345\210\206\347\261\273.md" diff --git a/Deploy a trained model.md b/Deployment/Deploy a trained model.md similarity index 100% rename from Deploy a trained model.md rename to Deployment/Deploy a trained model.md diff --git a/tensorflow serving with docker.md b/Deployment/tensorflow serving with docker.md similarity index 100% rename from tensorflow serving with docker.md rename to Deployment/tensorflow serving with docker.md diff --git "a/Git\347\211\210\346\234\254\345\233\236\351\200\200.md" "b/Dev_tools/Git\347\211\210\346\234\254\345\233\236\351\200\200.md" similarity index 100% rename from "Git\347\211\210\346\234\254\345\233\236\351\200\200.md" rename to "Dev_tools/Git\347\211\210\346\234\254\345\233\236\351\200\200.md" diff --git "a/\346\261\275\350\275\246\347\207\203\346\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" "b/LinearRegression/\346\261\275\350\275\246\347\207\203\346\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" similarity index 100% rename from "\346\261\275\350\275\246\347\207\203\346\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" rename to "LinearRegression/\346\261\275\350\275\246\347\207\203\346\226\231\346\225\210\347\216\207\351\242\204\346\265\213.md" diff --git "a/stack overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" "b/NLP_classification/stack overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" similarity index 100% rename from "stack overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" rename to "NLP_classification/stack overflow\351\227\256\351\242\230\345\210\206\347\261\273.md" diff --git a/text classification with RNN.md b/NLP_classification/text classification with RNN.md similarity index 100% rename from text classification with RNN.md rename to NLP_classification/text classification with RNN.md diff --git "a/\346\240\271\346\215\256\350\257\221\346\226\207\347\211\207\346\256\265\351\242\204\346\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" "b/NLP_classification/\346\240\271\346\215\256\350\257\221\346\226\207\347\211\207\346\256\265\351\242\204\346\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" similarity index 100% rename from "\346\240\271\346\215\256\350\257\221\346\226\207\347\211\207\346\256\265\351\242\204\346\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" rename to "NLP_classification/\346\240\271\346\215\256\350\257\221\346\226\207\347\211\207\346\256\265\351\242\204\346\265\213\347\277\273\350\257\221\344\275\234\350\200\205.md" -- GitLab