Skip to content

Commit e48d7d1

Browse files
authored
add multilabel to ignored notebooks in run_all
1 parent 4ac2f56 commit e48d7d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run_all_notebooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def main(root_dir):
2828
"fasttext_amazon_reviews", # takes very long to run
2929
"multiannotator_cifar10", # requires GPU
3030
"outlier_detection_cifar10", # requires GPU
31+
"multilabel_classification", # requires GPU
3132
"entity_recognition", # requires GPU, does not use cleanlab
3233
"cnn_coteaching_cifar10", # no ipynb, only a py file
3334
]

0 commit comments

Comments
 (0)