From a8a1a06d75710587547e68b6d368c22e2e6cfe4c Mon Sep 17 00:00:00 2001 From: Newnius Date: Wed, 29 Apr 2020 18:39:13 +0800 Subject: [PATCH] add files --- .idea/workspace.xml | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7af22b3..f14b820 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -134,7 +134,7 @@ - + diff --git a/main.py b/main.py index 993e175..f6e6532 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,7 @@ import numpy as np import os from sklearn.model_selection import train_test_split -frame = "pytorch" +frame = "tensorflow" if frame == "pytorch": from model.model_pytorch import train, predict elif frame == "keras":