initial commit

This commit is contained in:
Carl Pearson
2021-11-23 07:33:20 -08:00
commit 7e68d4f712
7 changed files with 210 additions and 0 deletions

4
list.py Normal file
View File

@@ -0,0 +1,4 @@
import datasets
for ds in datasets.DATASETS:
print(f"{ds.name}: {len(ds.mats)} matrices")