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":