From b38abaa8f15d6160ae3cdeb78bacfa53fa4bddf5 Mon Sep 17 00:00:00 2001 From: "v-huche1@microsoft.com" Date: Mon, 15 Jul 2019 17:50:11 +0800 Subject: [PATCH] turn into my own code style --- .gitignore | 4 ++++ {scripts => prepro}/copy_model.sh | 0 {scripts => prepro}/prepro_feats_npy.py | 0 {scripts => prepro}/prepro_labels.py | 0 {scripts => prepro}/prepro_ngrams.py | 0 5 files changed, 4 insertions(+) create mode 100644 .gitignore rename {scripts => prepro}/copy_model.sh (100%) rename {scripts => prepro}/prepro_feats_npy.py (100%) rename {scripts => prepro}/prepro_labels.py (100%) rename {scripts => prepro}/prepro_ngrams.py (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7631de79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +log +eval_result +cider +coco-caption diff --git a/scripts/copy_model.sh b/prepro/copy_model.sh similarity index 100% rename from scripts/copy_model.sh rename to prepro/copy_model.sh diff --git a/scripts/prepro_feats_npy.py b/prepro/prepro_feats_npy.py similarity index 100% rename from scripts/prepro_feats_npy.py rename to prepro/prepro_feats_npy.py diff --git a/scripts/prepro_labels.py b/prepro/prepro_labels.py similarity index 100% rename from scripts/prepro_labels.py rename to prepro/prepro_labels.py diff --git a/scripts/prepro_ngrams.py b/prepro/prepro_ngrams.py similarity index 100% rename from scripts/prepro_ngrams.py rename to prepro/prepro_ngrams.py