python utils/merge_and_get_clean.py
the process is really slow even if I only process chunkwise part:
cw_src_all = [os.path.join(BASE, f"ODE6KCausal_chunkwise_{i}") for i in range(15)]
cw_dst = os.path.join(BASE, "clean_data")
cw_merged = merge_many(cw_src_all, cw_dst)
rm_dirs(cw_merged, desc="remove shards")
python utils/merge_and_get_clean.py
the process is really slow even if I only process chunkwise part: