Commit 7726a8d7 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

commented out shutils

parent 09000d5a
...@@ -304,8 +304,8 @@ TRAIN_PATH = ROOT_PATH + 'train' ...@@ -304,8 +304,8 @@ TRAIN_PATH = ROOT_PATH + 'train'
TEST_PATH = ROOT_PATH + 'test' TEST_PATH = ROOT_PATH + 'test'
# CLEAN OLD STAFF # CLEAN OLD STAFF
shutil.rmtree(TRAIN_PATH) #shutil.rmtree(TRAIN_PATH)
shutil.rmtree(TEST_PATH) #shutil.rmtree(TEST_PATH)
with tf.Session() as sess: with tf.Session() as sess:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment