mahmoodlab / CLAM

Data-efficient and weakly supervised computational pathology on whole slide images - Nature Biomedical Engineering
http://clam.mahmoodlab.org
GNU General Public License v3.0
1.02k stars 340 forks source link

adding __init__.py file in datasets dir to make it a module #170

Open AmitSharma1127 opened 1 year ago

AmitSharma1127 commented 1 year ago

There's a general datasets package that people use and that can conflict with this repository's datasets module.

Since the module doesn't have the __init__.py file, it throws the error: ModuleNotFoundError: No module named 'datasets.dataset_h5

This minor addition will avoid the confusion