Skip to content
Snippets Groups Projects

Add table of contents

Merged
Ghost Userrequested to merge
issue_1 into master
All threads resolved!
2 files
+ 41
18
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -49,7 +49,7 @@ class DataValidator:
if not os.path.exists(data_dir):
data_dir = os.path.join(os.path.abspath('../../datasets'))
print('Using %s as the data directory.' % data_dir)
print('Using {} as the data directory.'.format(data_dir))
# Check if the directory exists
assert os.path.exists(data_dir), \
Loading