Skip to content
Snippets Groups Projects
Commit 8dd7a47e authored by Nikos Athanasiou's avatar Nikos Athanasiou
Browse files

remove db

parent ed49b3b0
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,6 @@ def sample(newcfg: DictConfig) -> None:
path = get_path(storage, cfg.split if cfg.set is None else cfg.set,
onesample, cfg.mean, cfg.fact)
breakpoint()
path.mkdir(exist_ok=True, parents=True)
......@@ -177,7 +176,6 @@ def sample(newcfg: DictConfig) -> None:
logger.info(f'Omitted {keyid}')
ommited += 1
continue
breakpoint()
batch = collate_pairs_and_text([one_data])
cur_lens = [batch['length_0'][0], batch['length_1'][0] + batch['length_transition'][0]]
cur_texts = [batch['text_0'][0], batch['text_1'][0]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment