We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac2f56 commit e48d7d1Copy full SHA for e48d7d1
1 file changed
run_all_notebooks.py
@@ -28,6 +28,7 @@ def main(root_dir):
28
"fasttext_amazon_reviews", # takes very long to run
29
"multiannotator_cifar10", # requires GPU
30
"outlier_detection_cifar10", # requires GPU
31
+ "multilabel_classification", # requires GPU
32
"entity_recognition", # requires GPU, does not use cleanlab
33
"cnn_coteaching_cifar10", # no ipynb, only a py file
34
]
0 commit comments