index
:
ml_exp
master
ML explorations.
luevano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
main.py
2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a6bb2f3d7..18be74a10 100644
--- a/
main.py
+++ b/
main.py
@@ -42,7 +42,7 @@ init()
# Move to data folder.
init_path = os.getcwd()
-os.chdir('../../data')
+os.chdir('data')
data_path = os.getcwd()
print(Fore.CYAN