Skip to content

Commit 39b55da

Browse files
authored
Add files via upload
1 parent ff80f90 commit 39b55da

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/03_Optimizing_AUPRC_Loss_on_Imbalanced_dataset.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"source": [
99
"# Optimizing AUPRC Loss on imbalanced dataset\n",
1010
"\n",
11-
"**Author**: Gang Li \\\\\n",
12-
"**Edited by:** Zhuoning Yuan\n",
11+
"**Author**: Gang Li \n",
12+
"**Edited by**: Zhuoning Yuan\n",
1313
"\n",
1414
"In this tutorial, you will learn how to quickly train a Resnet18 model by optimizing **AUPRC** loss with **SOAP** optimizer [[ref]](https://arxiv.org/abs/2104.08736) on a binary image classification task with CIFAR-10 dataset. After completion of this tutorial, you should be able to use LibAUC to train your own models on your own datasets.\n",
1515
"\n",
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"cell_type": "code",
90-
"execution_count": 43,
90+
"execution_count": null,
9191
"metadata": {
9292
"id": "8adcc7b0"
9393
},
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"cell_type": "code",
136-
"execution_count": 44,
136+
"execution_count": null,
137137
"metadata": {
138138
"id": "27ef8526"
139139
},
@@ -172,7 +172,7 @@
172172
},
173173
{
174174
"cell_type": "code",
175-
"execution_count": 45,
175+
"execution_count": null,
176176
"metadata": {
177177
"colab": {
178178
"base_uri": "https://localhost:8080/",
@@ -250,7 +250,7 @@
250250
},
251251
{
252252
"cell_type": "code",
253-
"execution_count": 50,
253+
"execution_count": null,
254254
"metadata": {
255255
"id": "b90ddd75"
256256
},
@@ -307,7 +307,7 @@
307307
},
308308
{
309309
"cell_type": "code",
310-
"execution_count": 51,
310+
"execution_count": null,
311311
"metadata": {
312312
"id": "e5c396c4"
313313
},
@@ -410,7 +410,7 @@
410410
},
411411
{
412412
"cell_type": "code",
413-
"execution_count": 55,
413+
"execution_count": null,
414414
"metadata": {
415415
"id": "5a73b4e7"
416416
},
@@ -438,7 +438,7 @@
438438
},
439439
{
440440
"cell_type": "code",
441-
"execution_count": 56,
441+
"execution_count": null,
442442
"metadata": {
443443
"id": "08370a67"
444444
},
@@ -465,7 +465,7 @@
465465
},
466466
{
467467
"cell_type": "code",
468-
"execution_count": 57,
468+
"execution_count": null,
469469
"metadata": {
470470
"colab": {
471471
"base_uri": "https://localhost:8080/"
@@ -611,7 +611,7 @@
611611
},
612612
{
613613
"cell_type": "code",
614-
"execution_count": 58,
614+
"execution_count": null,
615615
"metadata": {
616616
"id": "b18d7de4"
617617
},
@@ -637,7 +637,7 @@
637637
},
638638
{
639639
"cell_type": "code",
640-
"execution_count": 64,
640+
"execution_count": null,
641641
"metadata": {
642642
"colab": {
643643
"base_uri": "https://localhost:8080/",

0 commit comments

Comments
 (0)