Skip to content
Snippets Groups Projects
Commit 9fc188c2 authored by Stefan Reck's avatar Stefan Reck
Browse files

minor

parent 605e4a16
No related branches found
No related tags found
1 merge request!22Cleanup
......@@ -146,8 +146,9 @@ def get_n_iterations(
n_iterations = int(
np.ceil(np.log(dset_info["n_chunks"]) / np.log(dset_info["chunks_per_batch"]))
)
print(f"Largest dataset: {dset_info['name']}")
print(f"Total chunks: {dset_info['n_chunks']}")
print(f"Chunks per batch: {dset_info['chunks_per_batch']}")
print(f"Max. chunks per batch: {dset_info['chunks_per_batch']}")
print(f"--> min iterations for full shuffle: {n_iterations}")
return n_iterations
......
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