Skip to content

Commit

Permalink
- imported get_lung_cancer_ct
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-armand committed Nov 18, 2024
1 parent 63968f3 commit 1dcb81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .mnist import get_mnist
from .usps import get_usps
from .lung_cancer import get_lung_cancer
from .lung_cancer_ct import get_lung_cancer_ct

__all__ = (get_usps, get_mnist, get_lung_cancer)
__all__ = (get_usps, get_mnist, get_lung_cancer, get_lung_cancer_ct)

0 comments on commit 1dcb81d

Please sign in to comment.