bf
This commit is contained in:
parent
030dcfab43
commit
5898a885fd
@ -64,7 +64,8 @@ def create_train_or_test_dataset(path, train=True):
|
|||||||
else:
|
else:
|
||||||
print('Generate test dataset !')
|
print('Generate test dataset !')
|
||||||
pfx='test'
|
pfx='test'
|
||||||
|
embed()
|
||||||
|
quit()
|
||||||
csv_candidates = list(Path(path).rglob(f'*{pfx}*.csv'))
|
csv_candidates = list(Path(path).rglob(f'*{pfx}*.csv'))
|
||||||
if len(csv_candidates) == 0:
|
if len(csv_candidates) == 0:
|
||||||
print(f'no .csv files for *{pfx}* found in {Path(path)}')
|
print(f'no .csv files for *{pfx}* found in {Path(path)}')
|
||||||
|
Loading…
Reference in New Issue
Block a user