From 598d2de50d22379da161173a5dcc379c7ee19d01 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 1 Apr 2021 17:12:20 +0530 Subject: [PATCH] Added all results and consistency training works! --- CIFAR_10C_Evaluation.ipynb | 963 ++++++++++++++++++++++++++++++++----- 1 file changed, 854 insertions(+), 109 deletions(-) diff --git a/CIFAR_10C_Evaluation.ipynb b/CIFAR_10C_Evaluation.ipynb index b2a1148..8920f1f 100644 --- a/CIFAR_10C_Evaluation.ipynb +++ b/CIFAR_10C_Evaluation.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "japanese-airfare", + "id": "filled-jurisdiction", "metadata": {}, "source": [ "## Setup" @@ -11,7 +11,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "instrumental-viewer", + "id": "liberal-edmonton", "metadata": {}, "outputs": [ { @@ -19,21 +19,13 @@ "output_type": "stream", "text": [ "Downloading...\n", - "From: https://drive.google.com/uc?id=1-0mtggsTMLDmbT7cmxdIBH25eAieTyGb\n", - "To: /home/jupyter/teacher_model_swa.h5\n", - "94.6MB [00:01, 83.5MB/s]\n", + "From: https://drive.google.com/uc?id=10zxKXCPLrm8g423Rzjs3i3NVfS6rRtip\n", + "To: /home/jupyter/teacher_model.h5\n", + "94.6MB [00:01, 70.1MB/s]\n", "Downloading...\n", - "From: https://drive.google.com/uc?id=1--EvBdSAnNaBtKozkMuja--lq8erN0uC\n", - "To: /home/jupyter/student_noisy_swa.h5\n", - "94.6MB [00:01, 85.7MB/s]\n", - "Downloading...\n", - "From: https://drive.google.com/uc?id=1M0JwphtV6W1NM6V2Qv_VMTdjWdeAz6Sx\n", - "To: /home/jupyter/teacher_model_ma.h5\n", - "94.6MB [00:01, 71.0MB/s]\n", - "Downloading...\n", - "From: https://drive.google.com/uc?id=1pW2hx6fkQGH8fXFfh8Fn8xPADuYBy5mG\n", - "To: /home/jupyter/student_noisy_ma.h5\n", - "94.6MB [00:01, 63.9MB/s]\n" + "From: https://drive.google.com/uc?id=1e8WB4zaUzzxJRoVD4p3zVtPUBvMFF-34\n", + "To: /home/jupyter/student_noisy.h5\n", + "94.6MB [00:01, 65.4MB/s]\n" ] } ], @@ -44,13 +36,17 @@ "\n", "# MA weights\n", "!/home/jupyter/.local/bin/gdown --id 1M0JwphtV6W1NM6V2Qv_VMTdjWdeAz6Sx\n", - "!/home/jupyter/.local/bin/gdown --id 1pW2hx6fkQGH8fXFfh8Fn8xPADuYBy5mG" + "!/home/jupyter/.local/bin/gdown --id 1pW2hx6fkQGH8fXFfh8Fn8xPADuYBy5mG\n", + "\n", + "# Regular weights\n", + "!/home/jupyter/.local/bin/gdown --id 10zxKXCPLrm8g423Rzjs3i3NVfS6rRtip\n", + "!/home/jupyter/.local/bin/gdown --id 1e8WB4zaUzzxJRoVD4p3zVtPUBvMFF-34" ] }, { "cell_type": "code", "execution_count": 2, - "id": "weird-declaration", + "id": "three-niger", "metadata": {}, "outputs": [], "source": [ @@ -66,7 +62,7 @@ }, { "cell_type": "markdown", - "id": "hidden-institute", + "id": "residential-gossip", "metadata": {}, "source": [ "## Define Hyperparameters" @@ -75,20 +71,20 @@ { "cell_type": "code", "execution_count": 3, - "id": "complimentary-trust", + "id": "loose-devil", "metadata": {}, "outputs": [], "source": [ "AUTO = tf.data.AUTOTUNE\n", "DATASET_NAME = \"cifar10_corrupted\"\n", - "BATCH_SIZE = 64\n", + "BATCH_SIZE = 128\n", "IMAGE_SIZE = 72" ] }, { "cell_type": "code", "execution_count": 4, - "id": "aggressive-headquarters", + "id": "related-yahoo", "metadata": {}, "outputs": [ { @@ -127,7 +123,7 @@ }, { "cell_type": "markdown", - "id": "dried-ladder", + "id": "responsible-techno", "metadata": {}, "source": [ "## Utilities" @@ -136,7 +132,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "informational-david", + "id": "dedicated-typing", "metadata": {}, "outputs": [], "source": [ @@ -153,7 +149,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "duplicate-concert", + "id": "designing-chancellor", "metadata": {}, "outputs": [], "source": [ @@ -178,7 +174,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "posted-crazy", + "id": "dangerous-processing", "metadata": {}, "outputs": [], "source": [ @@ -202,7 +198,7 @@ }, { "cell_type": "markdown", - "id": "ignored-plant", + "id": "monthly-mount", "metadata": {}, "source": [ "## Evaluation" @@ -210,7 +206,7 @@ }, { "cell_type": "markdown", - "id": "spectacular-prefix", + "id": "rural-attitude", "metadata": {}, "source": [ "### SWA" @@ -219,7 +215,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "standard-shareware", + "id": "essential-height", "metadata": {}, "outputs": [ { @@ -240,7 +236,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 5%|▌ | 1/19 [00:19<05:43, 19.09s/it]" + " 5%|▌ | 1/19 [00:17<05:20, 17.80s/it]" ] }, { @@ -255,7 +251,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 11%|█ | 2/19 [00:21<02:36, 9.18s/it]" + " 11%|█ | 2/19 [00:19<02:22, 8.40s/it]" ] }, { @@ -270,7 +266,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 16%|█▌ | 3/19 [00:23<01:36, 6.05s/it]" + " 16%|█▌ | 3/19 [00:21<01:26, 5.42s/it]" ] }, { @@ -285,7 +281,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 21%|██ | 4/19 [00:25<01:08, 4.56s/it]" + " 21%|██ | 4/19 [00:23<01:00, 4.02s/it]" ] }, { @@ -300,7 +296,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 26%|██▋ | 5/19 [00:28<00:52, 3.73s/it]" + " 26%|██▋ | 5/19 [00:25<00:45, 3.25s/it]" ] }, { @@ -315,7 +311,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 32%|███▏ | 6/19 [00:30<00:42, 3.28s/it]" + " 32%|███▏ | 6/19 [00:27<00:36, 2.79s/it]" ] }, { @@ -330,7 +326,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 37%|███▋ | 7/19 [00:32<00:35, 2.99s/it]" + " 37%|███▋ | 7/19 [00:28<00:29, 2.48s/it]" ] }, { @@ -345,7 +341,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 42%|████▏ | 8/19 [00:35<00:30, 2.77s/it]" + " 42%|████▏ | 8/19 [00:30<00:25, 2.28s/it]" ] }, { @@ -360,7 +356,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 47%|████▋ | 9/19 [00:37<00:26, 2.62s/it]" + " 47%|████▋ | 9/19 [00:32<00:21, 2.15s/it]" ] }, { @@ -375,7 +371,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 53%|█████▎ | 10/19 [00:39<00:22, 2.52s/it]" + " 53%|█████▎ | 10/19 [00:34<00:18, 2.06s/it]" ] }, { @@ -390,7 +386,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 58%|█████▊ | 11/19 [00:42<00:19, 2.44s/it]" + " 58%|█████▊ | 11/19 [00:36<00:15, 2.00s/it]" ] }, { @@ -405,7 +401,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 63%|██████▎ | 12/19 [00:44<00:16, 2.39s/it]" + " 63%|██████▎ | 12/19 [00:38<00:13, 1.97s/it]" ] }, { @@ -420,7 +416,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 68%|██████▊ | 13/19 [00:46<00:14, 2.35s/it]" + " 68%|██████▊ | 13/19 [00:40<00:11, 1.93s/it]" ] }, { @@ -435,7 +431,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 74%|███████▎ | 14/19 [00:49<00:11, 2.37s/it]" + " 74%|███████▎ | 14/19 [00:42<00:09, 1.91s/it]" ] }, { @@ -450,7 +446,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 79%|███████▉ | 15/19 [00:51<00:09, 2.32s/it]" + " 79%|███████▉ | 15/19 [00:43<00:07, 1.89s/it]" ] }, { @@ -465,7 +461,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 84%|████████▍ | 16/19 [00:53<00:06, 2.31s/it]" + " 84%|████████▍ | 16/19 [00:45<00:05, 1.89s/it]" ] }, { @@ -480,7 +476,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 89%|████████▉ | 17/19 [00:55<00:04, 2.29s/it]" + " 89%|████████▉ | 17/19 [00:47<00:03, 1.87s/it]" ] }, { @@ -495,7 +491,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 95%|█████████▍| 18/19 [00:58<00:02, 2.28s/it]" + " 95%|█████████▍| 18/19 [00:49<00:01, 1.86s/it]" ] }, { @@ -510,7 +506,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 19/19 [01:00<00:00, 3.18s/it]" + "100%|██████████| 19/19 [00:51<00:00, 2.70s/it]" ] }, { @@ -542,7 +538,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "suffering-plaintiff", + "id": "instant-insurance", "metadata": {}, "outputs": [ { @@ -563,7 +559,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 5%|▌ | 1/19 [00:03<01:00, 3.35s/it]" + " 5%|▌ | 1/19 [00:02<00:51, 2.85s/it]" ] }, { @@ -578,7 +574,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 11%|█ | 2/19 [00:05<00:44, 2.64s/it]" + " 11%|█ | 2/19 [00:04<00:37, 2.22s/it]" ] }, { @@ -593,7 +589,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 16%|█▌ | 3/19 [00:07<00:38, 2.42s/it]" + " 16%|█▌ | 3/19 [00:06<00:32, 2.01s/it]" ] }, { @@ -608,7 +604,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 21%|██ | 4/19 [00:09<00:34, 2.31s/it]" + " 21%|██ | 4/19 [00:08<00:28, 1.92s/it]" ] }, { @@ -623,7 +619,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 26%|██▋ | 5/19 [00:11<00:31, 2.26s/it]" + " 26%|██▋ | 5/19 [00:09<00:26, 1.86s/it]" ] }, { @@ -638,7 +634,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 32%|███▏ | 6/19 [00:14<00:28, 2.22s/it]" + " 32%|███▏ | 6/19 [00:11<00:23, 1.83s/it]" ] }, { @@ -653,7 +649,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 37%|███▋ | 7/19 [00:16<00:26, 2.20s/it]" + " 37%|███▋ | 7/19 [00:13<00:21, 1.81s/it]" ] }, { @@ -668,7 +664,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 42%|████▏ | 8/19 [00:18<00:24, 2.19s/it]" + " 42%|████▏ | 8/19 [00:15<00:19, 1.80s/it]" ] }, { @@ -683,7 +679,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 47%|████▋ | 9/19 [00:20<00:21, 2.18s/it]" + " 47%|████▋ | 9/19 [00:17<00:17, 1.79s/it]" ] }, { @@ -698,7 +694,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 53%|█████▎ | 10/19 [00:22<00:19, 2.17s/it]" + " 53%|█████▎ | 10/19 [00:18<00:16, 1.78s/it]" ] }, { @@ -713,7 +709,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 58%|█████▊ | 11/19 [00:24<00:17, 2.16s/it]" + " 58%|█████▊ | 11/19 [00:20<00:14, 1.78s/it]" ] }, { @@ -728,7 +724,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 63%|██████▎ | 12/19 [00:27<00:15, 2.16s/it]" + " 63%|██████▎ | 12/19 [00:22<00:12, 1.77s/it]" ] }, { @@ -743,7 +739,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 68%|██████▊ | 13/19 [00:29<00:12, 2.16s/it]" + " 68%|██████▊ | 13/19 [00:24<00:10, 1.77s/it]" ] }, { @@ -758,7 +754,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 74%|███████▎ | 14/19 [00:31<00:10, 2.16s/it]" + " 74%|███████▎ | 14/19 [00:25<00:08, 1.77s/it]" ] }, { @@ -773,7 +769,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 79%|███████▉ | 15/19 [00:33<00:08, 2.16s/it]" + " 79%|███████▉ | 15/19 [00:27<00:07, 1.77s/it]" ] }, { @@ -788,7 +784,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 84%|████████▍ | 16/19 [00:35<00:06, 2.16s/it]" + " 84%|████████▍ | 16/19 [00:29<00:05, 1.76s/it]" ] }, { @@ -803,7 +799,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 89%|████████▉ | 17/19 [00:37<00:04, 2.15s/it]" + " 89%|████████▉ | 17/19 [00:31<00:03, 1.76s/it]" ] }, { @@ -818,7 +814,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 95%|█████████▍| 18/19 [00:39<00:02, 2.14s/it]" + " 95%|█████████▍| 18/19 [00:32<00:01, 1.76s/it]" ] }, { @@ -833,7 +829,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 19/19 [00:42<00:00, 2.21s/it]" + "100%|██████████| 19/19 [00:34<00:00, 1.82s/it]" ] }, { @@ -864,7 +860,7 @@ }, { "cell_type": "markdown", - "id": "separated-rider", + "id": "stainless-prescription", "metadata": {}, "source": [ "### MA" @@ -873,7 +869,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "departmental-generation", + "id": "limiting-scanning", "metadata": {}, "outputs": [ { @@ -894,7 +890,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 5%|▌ | 1/19 [00:03<01:00, 3.37s/it]" + " 5%|▌ | 1/19 [00:02<00:50, 2.83s/it]" ] }, { @@ -909,7 +905,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 11%|█ | 2/19 [00:05<00:45, 2.65s/it]" + " 11%|█ | 2/19 [00:04<00:37, 2.21s/it]" ] }, { @@ -924,7 +920,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 16%|█▌ | 3/19 [00:07<00:38, 2.43s/it]" + " 16%|█▌ | 3/19 [00:06<00:32, 2.01s/it]" ] }, { @@ -939,7 +935,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 21%|██ | 4/19 [00:09<00:34, 2.32s/it]" + " 21%|██ | 4/19 [00:08<00:28, 1.91s/it]" ] }, { @@ -954,7 +950,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 26%|██▋ | 5/19 [00:11<00:31, 2.26s/it]" + " 26%|██▋ | 5/19 [00:09<00:25, 1.85s/it]" ] }, { @@ -969,7 +965,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 32%|███▏ | 6/19 [00:14<00:28, 2.22s/it]" + " 32%|███▏ | 6/19 [00:11<00:23, 1.81s/it]" ] }, { @@ -984,7 +980,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 37%|███▋ | 7/19 [00:16<00:26, 2.21s/it]" + " 37%|███▋ | 7/19 [00:13<00:21, 1.79s/it]" ] }, { @@ -999,7 +995,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 42%|████▏ | 8/19 [00:18<00:24, 2.20s/it]" + " 42%|████▏ | 8/19 [00:15<00:19, 1.78s/it]" ] }, { @@ -1014,7 +1010,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 47%|████▋ | 9/19 [00:20<00:21, 2.20s/it]" + " 47%|████▋ | 9/19 [00:16<00:17, 1.77s/it]" ] }, { @@ -1029,7 +1025,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 53%|█████▎ | 10/19 [00:22<00:19, 2.19s/it]" + " 53%|█████▎ | 10/19 [00:18<00:15, 1.76s/it]" ] }, { @@ -1044,7 +1040,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 58%|█████▊ | 11/19 [00:25<00:17, 2.19s/it]" + " 58%|█████▊ | 11/19 [00:20<00:14, 1.76s/it]" ] }, { @@ -1059,7 +1055,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 63%|██████▎ | 12/19 [00:27<00:15, 2.19s/it]" + " 63%|██████▎ | 12/19 [00:22<00:12, 1.76s/it]" ] }, { @@ -1074,7 +1070,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 68%|██████▊ | 13/19 [00:29<00:13, 2.19s/it]" + " 68%|██████▊ | 13/19 [00:23<00:10, 1.75s/it]" ] }, { @@ -1089,7 +1085,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 74%|███████▎ | 14/19 [00:31<00:10, 2.19s/it]" + " 74%|███████▎ | 14/19 [00:25<00:08, 1.75s/it]" ] }, { @@ -1104,7 +1100,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 79%|███████▉ | 15/19 [00:33<00:08, 2.18s/it]" + " 79%|███████▉ | 15/19 [00:27<00:07, 1.75s/it]" ] }, { @@ -1119,7 +1115,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 84%|████████▍ | 16/19 [00:35<00:06, 2.18s/it]" + " 84%|████████▍ | 16/19 [00:29<00:05, 1.75s/it]" ] }, { @@ -1134,7 +1130,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 89%|████████▉ | 17/19 [00:38<00:04, 2.18s/it]" + " 89%|████████▉ | 17/19 [00:30<00:03, 1.75s/it]" ] }, { @@ -1149,7 +1145,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 95%|█████████▍| 18/19 [00:40<00:02, 2.18s/it]" + " 95%|█████████▍| 18/19 [00:32<00:01, 1.75s/it]" ] }, { @@ -1164,7 +1160,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 19/19 [00:42<00:00, 2.24s/it]" + "100%|██████████| 19/19 [00:34<00:00, 1.81s/it]" ] }, { @@ -1196,7 +1192,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "virgin-history", + "id": "legendary-berry", "metadata": {}, "outputs": [ { @@ -1217,7 +1213,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 5%|▌ | 1/19 [00:03<00:59, 3.32s/it]" + " 5%|▌ | 1/19 [00:02<00:51, 2.84s/it]" ] }, { @@ -1232,7 +1228,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 11%|█ | 2/19 [00:05<00:44, 2.63s/it]" + " 11%|█ | 2/19 [00:04<00:37, 2.20s/it]" ] }, { @@ -1247,7 +1243,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 16%|█▌ | 3/19 [00:07<00:38, 2.42s/it]" + " 16%|█▌ | 3/19 [00:06<00:31, 1.99s/it]" ] }, { @@ -1262,7 +1258,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 21%|██ | 4/19 [00:09<00:34, 2.32s/it]" + " 21%|██ | 4/19 [00:08<00:28, 1.90s/it]" ] }, { @@ -1277,7 +1273,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 26%|██▋ | 5/19 [00:11<00:31, 2.26s/it]" + " 26%|██▋ | 5/19 [00:09<00:25, 1.85s/it]" ] }, { @@ -1292,7 +1288,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 32%|███▏ | 6/19 [00:14<00:28, 2.23s/it]" + " 32%|███▏ | 6/19 [00:11<00:23, 1.81s/it]" ] }, { @@ -1307,7 +1303,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 37%|███▋ | 7/19 [00:16<00:26, 2.20s/it]" + " 37%|███▋ | 7/19 [00:13<00:21, 1.79s/it]" ] }, { @@ -1322,7 +1318,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 42%|████▏ | 8/19 [00:18<00:24, 2.19s/it]" + " 42%|████▏ | 8/19 [00:15<00:19, 1.78s/it]" ] }, { @@ -1337,7 +1333,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 47%|████▋ | 9/19 [00:20<00:21, 2.18s/it]" + " 47%|████▋ | 9/19 [00:16<00:17, 1.77s/it]" ] }, { @@ -1352,7 +1348,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 53%|█████▎ | 10/19 [00:22<00:19, 2.17s/it]" + " 53%|█████▎ | 10/19 [00:18<00:15, 1.76s/it]" ] }, { @@ -1367,7 +1363,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 58%|█████▊ | 11/19 [00:24<00:17, 2.17s/it]" + " 58%|█████▊ | 11/19 [00:20<00:14, 1.76s/it]" ] }, { @@ -1382,7 +1378,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 63%|██████▎ | 12/19 [00:27<00:15, 2.17s/it]" + " 63%|██████▎ | 12/19 [00:22<00:12, 1.76s/it]" ] }, { @@ -1397,7 +1393,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 68%|██████▊ | 13/19 [00:29<00:13, 2.17s/it]" + " 68%|██████▊ | 13/19 [00:23<00:10, 1.75s/it]" ] }, { @@ -1412,7 +1408,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 74%|███████▎ | 14/19 [00:31<00:10, 2.17s/it]" + " 74%|███████▎ | 14/19 [00:25<00:08, 1.75s/it]" ] }, { @@ -1427,7 +1423,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 79%|███████▉ | 15/19 [00:33<00:08, 2.17s/it]" + " 79%|███████▉ | 15/19 [00:27<00:06, 1.75s/it]" ] }, { @@ -1442,7 +1438,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 84%|████████▍ | 16/19 [00:35<00:06, 2.16s/it]" + " 84%|████████▍ | 16/19 [00:29<00:05, 1.74s/it]" ] }, { @@ -1457,7 +1453,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 89%|████████▉ | 17/19 [00:37<00:04, 2.17s/it]" + " 89%|████████▉ | 17/19 [00:30<00:03, 1.75s/it]" ] }, { @@ -1472,7 +1468,7 @@ "name": "stderr", "output_type": "stream", "text": [ - " 95%|█████████▍| 18/19 [00:40<00:02, 2.17s/it]" + " 95%|█████████▍| 18/19 [00:32<00:01, 1.75s/it]" ] }, { @@ -1487,7 +1483,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 19/19 [00:42<00:00, 2.22s/it]" + "100%|██████████| 19/19 [00:34<00:00, 1.81s/it]" ] }, { @@ -1515,6 +1511,755 @@ "acc_dict, mean_top_1 = evaluate_model(student_noisy_ma)\n", "print(f\"Mean Top-1 Accuracy: {mean_top_1}%\")" ] + }, + { + "cell_type": "markdown", + "id": "regional-composer", + "metadata": {}, + "source": [ + "### Regular" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "valued-dominican", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + " 0%| | 0/19 [00:00