From 29bf2dbcf7cf664818af1ceb54e417e1eebfed78 Mon Sep 17 00:00:00 2001 From: luigiba Date: Fri, 6 Sep 2019 15:51:58 +0200 Subject: [PATCH] Refactoring --- .idea/workspace.xml | 10 ++ Config.py | 2 +- __pycache__/Config.cpython-36.pyc | Bin 21054 -> 21017 bytes .../distribute_training.cpython-36.pyc | Bin 15359 -> 15417 bytes base/Base.cpp | 11 +- base/Reader.h | 12 +- base/Setting.h | 3 +- commands.txt => colab/commands.txt | 10 +- gpu_info.py => colab/gpu_info.py | 0 colab/run_dbpedia.sh | 125 ++++++++++++++++++ distribute_training.py | 9 +- main_spark.py | 29 ++-- run_dbpedia.sh | 87 ------------ split/generate.py | 72 ++++++---- test.py | 22 ++- 15 files changed, 236 insertions(+), 156 deletions(-) rename commands.txt => colab/commands.txt (72%) rename gpu_info.py => colab/gpu_info.py (100%) create mode 100644 colab/run_dbpedia.sh delete mode 100644 run_dbpedia.sh diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cedbd43..12ca72b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,15 @@ + + + + + + +