noshot 1.0.0__py3-none-any.whl → 3.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. noshot/data/ML TS XAI/ML/Main/1. EDA-PCA (Balance Scale Dataset).ipynb +139 -0
  2. noshot/data/ML TS XAI/ML/Main/1. EDA-PCA (Rice Dataset).ipynb +181 -0
  3. noshot/data/ML TS XAI/ML/Main/10. HMM Veterbi.ipynb +228 -0
  4. noshot/data/ML TS XAI/ML/Main/2. KNN (Balance Scale Dataset).ipynb +117 -0
  5. noshot/data/ML TS XAI/ML/Main/2. KNN (Iris Dataset).ipynb +165 -0
  6. noshot/data/ML TS XAI/ML/Main/2. KNN (Sobar-72 Dataset).ipynb +251 -0
  7. noshot/data/ML TS XAI/ML/Main/3. LDA (Balance Scale Dataset).ipynb +78 -0
  8. noshot/data/ML TS XAI/ML/Main/3. LDA (NPHA Doctor Visits Dataset).ipynb +114 -0
  9. noshot/data/ML TS XAI/ML/Main/4. Linear Regression (Machine Dataset).ipynb +115 -0
  10. noshot/data/ML TS XAI/ML/Main/4. Linear Regression (Real Estate Dataset).ipynb +159 -0
  11. noshot/data/ML TS XAI/{XAI/XAI 2/Exp-3 (EDA-loan).ipynb → ML/Main/5. Logistic Regression (Magic04 Dataset).ipynb } +53 -74
  12. noshot/data/ML TS XAI/ML/Main/5. Logistic Regression (Wine Dataset).ipynb +112 -0
  13. noshot/data/ML TS XAI/ML/Main/6. Naive Bayes Classifier (Agaricus Lepiota Dataset).ipynb +153 -0
  14. noshot/data/ML TS XAI/ML/Main/6. Naive Bayes Classifier (Wine Dataset).ipynb +89 -0
  15. noshot/data/ML TS XAI/ML/Main/7. SVM (Rice Dataset).ipynb +208 -0
  16. noshot/data/ML TS XAI/ML/Main/8. FeedForward NN (Sobar72 Dataset).ipynb +260 -0
  17. noshot/data/ML TS XAI/ML/Main/9. CNN (Cifar10 Dataset).ipynb +238 -0
  18. noshot/data/ML TS XAI/ML/Main/data/agaricus-lepiota.data +8124 -0
  19. noshot/data/ML TS XAI/ML/Main/data/balance-scale.txt +625 -0
  20. noshot/data/ML TS XAI/ML/Main/data/doctor-visits.csv +715 -0
  21. noshot/data/ML TS XAI/ML/Main/data/iris.csv +151 -0
  22. noshot/data/ML TS XAI/ML/Main/data/machine-data.csv +210 -0
  23. noshot/data/ML TS XAI/ML/Main/data/magic04.data +19020 -0
  24. noshot/data/ML TS XAI/ML/Main/data/real-estate.xlsx +0 -0
  25. noshot/data/ML TS XAI/ML/Main/data/rice.arff +3826 -0
  26. noshot/data/ML TS XAI/ML/Main/data/sobar-72.csv +73 -0
  27. noshot/data/ML TS XAI/ML/Main/data/wine-dataset.csv +179 -0
  28. noshot/data/ML TS XAI/ML/Other Codes.ipynb +158 -0
  29. noshot/data/ML TS XAI/ML/Rolls Royce AllinOne.ipynb +691 -0
  30. {noshot-1.0.0.dist-info → noshot-3.0.0.dist-info}/METADATA +1 -1
  31. noshot-3.0.0.dist-info/RECORD +38 -0
  32. {noshot-1.0.0.dist-info → noshot-3.0.0.dist-info}/WHEEL +1 -1
  33. noshot/data/ML TS XAI/TS/10. Seasonal ARIMA Forecasting.ipynb +0 -246
  34. noshot/data/ML TS XAI/TS/11. Multivariate ARIMA Forecasting.ipynb +0 -228
  35. noshot/data/ML TS XAI/TS/6. ACF PACF.ipynb +0 -77
  36. noshot/data/ML TS XAI/TS/7. Differencing.ipynb +0 -167
  37. noshot/data/ML TS XAI/TS/8. ARMA Forecasting.ipynb +0 -197
  38. noshot/data/ML TS XAI/TS/9. ARIMA Forecasting.ipynb +0 -220
  39. noshot/data/ML TS XAI/XAI/XAI 1/EDA2_chipsdatset.ipynb +0 -633
  40. noshot/data/ML TS XAI/XAI/XAI 1/EDA_IRISH_8thjan.ipynb +0 -326
  41. noshot/data/ML TS XAI/XAI/XAI 1/XAI_EX1 MODEL BIAS (FINAL).ipynb +0 -487
  42. noshot/data/ML TS XAI/XAI/XAI 1/complete_guide_to_eda_on_text_data.ipynb +0 -845
  43. noshot/data/ML TS XAI/XAI/XAI 1/deepchecksframeworks.ipynb +0 -100
  44. noshot/data/ML TS XAI/XAI/XAI 1/deepexplainers (mnist).ipynb +0 -90
  45. noshot/data/ML TS XAI/XAI/XAI 1/guidedbackpropagation.ipynb +0 -203
  46. noshot/data/ML TS XAI/XAI/XAI 1/updated_image_EDA1_with_LRP.ipynb +0 -3998
  47. noshot/data/ML TS XAI/XAI/XAI 1/zebrastripes.ipynb +0 -271
  48. noshot/data/ML TS XAI/XAI/XAI 2/EXP_5.ipynb +0 -1545
  49. noshot/data/ML TS XAI/XAI/XAI 2/Exp-3 (EDA-movie).ipynb +0 -229
  50. noshot/data/ML TS XAI/XAI/XAI 2/Exp-4(Flower dataset).ipynb +0 -237
  51. noshot/data/ML TS XAI/XAI/XAI 2/Exp-4.ipynb +0 -241
  52. noshot/data/ML TS XAI/XAI/XAI 2/Exp_2.ipynb +0 -352
  53. noshot/data/ML TS XAI/XAI/XAI 2/Exp_7.ipynb +0 -110
  54. noshot/data/ML TS XAI/XAI/XAI 2/FeatureImportance_SensitivityAnalysis.ipynb +0 -708
  55. noshot-1.0.0.dist-info/RECORD +0 -32
  56. {noshot-1.0.0.dist-info → noshot-3.0.0.dist-info}/licenses/LICENSE.txt +0 -0
  57. {noshot-1.0.0.dist-info → noshot-3.0.0.dist-info}/top_level.txt +0 -0
@@ -1,3998 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": null,
6
- "metadata": {
7
- "colab": {
8
- "base_uri": "https://localhost:8080/"
9
- },
10
- "id": "K1g1oji8he8p",
11
- "outputId": "e9126a74-93e0-4d59-cd3e-6211478113b6"
12
- },
13
- "outputs": [],
14
- "source": [
15
- "import tensorflow as tf\n",
16
- "\n",
17
- "# Check the device being used\n",
18
- "print(\"Is TPU available?\", \"TPU\" in str(tf.config.list_physical_devices()))\n",
19
- "\n",
20
- "# To check if it's being recognized properly\n",
21
- "print(\"TPU device:\", tf.config.list_physical_devices('TPU'))"
22
- ]
23
- },
24
- {
25
- "cell_type": "code",
26
- "execution_count": null,
27
- "metadata": {
28
- "colab": {
29
- "base_uri": "https://localhost:8080/",
30
- "height": 932,
31
- "referenced_widgets": [
32
- "a414ecd5a1ac4360a4908809b63745b5",
33
- "a54776841dc04563b1d1a7135ae018bc",
34
- "4ccbf37c70d843bdbf18c1693cd632b0",
35
- "7c0648fcda6049d083f104e0cdf92d27",
36
- "c4e26eb791de410da30ff0b086480ef2",
37
- "b13c9961bc6444cf8768a6f393af8569",
38
- "3cbc1594351c4df0886ef0a1c69d7331",
39
- "fba611f504774975aea0d8912686eac6",
40
- "85298ffd660b4fa29b14de6cacc2e43b",
41
- "98ebcffb9c124aecb27b8857f26e8ca8",
42
- "55248fa2ee8944a6a646db2c4cc5b462",
43
- "95de814b955b4e49bff477da3f0bd175",
44
- "1df4854c8a9144bda88a3ab159a0a4d1",
45
- "6e5e5696300441a3a9303b779f8476f0",
46
- "ab41fbfd00be4bbeb4d71d06e2bee28a",
47
- "83758c4b50594fa1b6b79106530f8987",
48
- "5ed8bd15de29407892572754ae2a1662",
49
- "2aff8fc3534e444e91081ee06596ad53",
50
- "c2428df076f648f695a5387812aa9eae",
51
- "c3a73115a49a435a8490a9d31b8e5e19",
52
- "22ed80aab9aa4fce9a005b4c3101ef23",
53
- "1f0242be119441528bd5e2aa85f76016",
54
- "a0c52753dcf240e3a0b0310d73c35e15",
55
- "5c3ab488d513451d8b7db20773a00ebe",
56
- "28b54d79b7c04754b5fcfb5e661c27b1",
57
- "27b923f543a441fea8373a3f7c71101e",
58
- "8f26c0d75e3943278131db78b75f85e3",
59
- "4d8b85de22fe44da8c467f0f107260a8",
60
- "d46b47ee09d7473aa13dac1aad7465e0",
61
- "c01c73e4a58b4103b16b6320e3643a47",
62
- "0a3239a968d34bc0957108c85655f8bf",
63
- "e529eb2d63bc4f5a99e3370c94e9d3ee",
64
- "470e50fc5465420c9abf566c6fd87d6b",
65
- "80c6742db84446158965a9996cea06b1",
66
- "a8ddaf0ebd78432a906d32d6cc8c05e7",
67
- "c7c636411cd544e0a948dcb6597bbe5d",
68
- "49b75059c8484277af78d3255175bcb2",
69
- "283e9ee7aa02441695364ac53acb5f9e",
70
- "ed9efae7b0634f83a37c787a542ff0ff",
71
- "f8cc6c1355014e66845f24c1cc87ef56",
72
- "3150c863c3524950b71f59996b717aae",
73
- "987c8a0b02644bc8814ccdb950433a08",
74
- "22b3a20d96c343d8922819c3d43098a3",
75
- "ff7a290a4c324d35857468b010fa6473",
76
- "f6e3dbdf297e4de9ba77e35a70f5929b",
77
- "d67aa0d8f4164eb2bda8d6e618798f17",
78
- "b8b4c14c6ee84f749ff95a86c940ca1e",
79
- "3de0e173e3cf488298b582a0bbb00c42",
80
- "6e76ecb3b6be412798fa3b03e74798c1",
81
- "9724b0db5a0547b8904e331d9dc3fcff",
82
- "2efc22b613df4d36a44a2fc18dae0ec6",
83
- "899eba056c844c5b9342092f06cbaecb",
84
- "1d84e7abc3d5428fb0fbaab3711fca79",
85
- "2bb847f8e65f4fa380a0421e9ab84c19",
86
- "0d23267c87a746d78079188154f97ee8",
87
- "8791fb3304da464197a9c63476a2a883",
88
- "25c0c78555c54a9e93d819bd4d075486",
89
- "ed85933f26a14ac29d25af51c5de7196",
90
- "43e1624815864f43ad7d0ffdce73a645",
91
- "ebf21778895e4cdda40530ca51fdd00c",
92
- "9a079724e6b144aa887233035c62d2c2",
93
- "8329686aafc6492ea9bc5bb2bc4b1dda",
94
- "bd4505298d89455282dfa16e30011cfc",
95
- "6bd0456dbd2d404b96c19cce9bc9769a",
96
- "4b57c482e86247978fb917c02c8d0078",
97
- "e90d7c3221834850bf769e7445a6a534",
98
- "59c540cabbc1470980b776c4ed4e2b2d",
99
- "11cc1a7158b84c55b8b073d0b6bbef27",
100
- "d8206a40995f4a4d852ec9f97de788f6",
101
- "f44e3834d96d4b6ea95e3484d38787a9",
102
- "5f669dd7671d44609048e127eae488bf",
103
- "fe7ef77abd3d4aaf92e7c405601a74a3",
104
- "25c2348b810f4bbf9f85213c2f7fe1d8",
105
- "7fabfd8450054881a3dab452256aa988",
106
- "660594fad70c4384a705edc5f40e3c2e",
107
- "c6240e70bb9c4cd0944f23705b54779a",
108
- "af8b04c1694a4f0ea51c7edc5e3f2c13",
109
- "c90e3070e6c648ad9125cc999e85ce3c",
110
- "33fc0b59375f49e79411a8364a4dbc6e",
111
- "cdaf9bed6e0a4dcda755dfdeed09fdf5",
112
- "029c0050bf584af9bc85a6105c7b2547",
113
- "f7bc6e2d84da43608de921c9ad1230ec",
114
- "6416ef73c1654d60bd048d950de7731c",
115
- "16117f35fa954d079978ad5fbb7907e9",
116
- "be3dd437089440a7b1cc40d92eff9e8a",
117
- "1d257afcde4246c9aa6f1ea0640385e1",
118
- "9df367e836d640c4aee9064f4cd76f8d",
119
- "faf634110e1241089538a59a7662cb74",
120
- "c5eedc482833493c9f33e5f61a580d0e",
121
- "6a0a8f5a4e9c4bc59fa335471ec4f542",
122
- "fbbd4872c826497eac310ebfe487517e",
123
- "54a828355fbc442c9e02b3287c3e4885",
124
- "063937ba669240b9a651e4666858b9f0",
125
- "e86ca39294c340b3a6a564730de0ff2a",
126
- "ab8499cf9da74097803edb8e2219bb8e",
127
- "3f2fe17072c647f895d440ada21e0578",
128
- "ac3fbdf270324635b0c929dbd213b799",
129
- "b929cf81be74431d9fdf0d1ac9b8db30",
130
- "0b3ba4b760044e72aa06148022973bde",
131
- "d904da74d4ef4be680cdf2c8432f9771",
132
- "ab77ed29e5114aac97cf9e64014cb796",
133
- "ecae89e8432e4f24a4772830369d7966",
134
- "4f2fa007044643d5a1b0b794e36efe16",
135
- "5acd402a3ec8459f83425bb7a97ff85c",
136
- "4f7dc26c6b4941948f1d02a8109a9a8f",
137
- "a97ccf9dce614afcbb098f5e6fb8fe88",
138
- "ab43ff21cf47492cb32df3836db07c3b",
139
- "f7dd745a3b02460aad93e55dc9068a0e",
140
- "1b5b0b0019d946f0a9412d89777997bf",
141
- "124e9a2d82f24fe3864c361aee13e790"
142
- ]
143
- },
144
- "id": "zY3XGdGhiBaO",
145
- "outputId": "4bdc47b8-4261-43a8-ca84-752f366c77c9"
146
- },
147
- "outputs": [],
148
- "source": [
149
- "import tensorflow_datasets as tfds\n",
150
- "import matplotlib.pyplot as plt\n",
151
- "\n",
152
- "# Load the Oxford 102 Flower dataset\n",
153
- "dataset, info = tfds.load('oxford_flowers102', with_info=True, as_supervised=True)\n",
154
- "\n",
155
- "# Show dataset info\n",
156
- "print(info)\n",
157
- "\n",
158
- "# The dataset is divided into training and test splits\n",
159
- "train_ds, test_ds = dataset['train'], dataset['test']"
160
- ]
161
- },
162
- {
163
- "cell_type": "code",
164
- "execution_count": null,
165
- "metadata": {
166
- "colab": {
167
- "base_uri": "https://localhost:8080/",
168
- "height": 264
169
- },
170
- "id": "kKV0AaJ8iI5z",
171
- "outputId": "76d0e4fc-66af-48c5-9cec-e84108727af8"
172
- },
173
- "outputs": [],
174
- "source": [
175
- "import tensorflow as tf\n",
176
- "\n",
177
- "# Function to plot images from the dataset\n",
178
- "def plot_images(dataset, n=5):\n",
179
- " plt.figure(figsize=(15, 10))\n",
180
- " for i, (image, label) in enumerate(dataset.take(n)):\n",
181
- " plt.subplot(1, n, i+1)\n",
182
- " plt.imshow(image.numpy())\n",
183
- " plt.axis('off')\n",
184
- " plt.title(f\"Label: {label.numpy()}\")\n",
185
- " plt.show()\n",
186
- "\n",
187
- "# Display 5 random images from the training set\n",
188
- "plot_images(train_ds)\n"
189
- ]
190
- },
191
- {
192
- "cell_type": "code",
193
- "execution_count": null,
194
- "metadata": {
195
- "colab": {
196
- "base_uri": "https://localhost:8080/",
197
- "height": 545
198
- },
199
- "id": "lg9KOhLIiVe5",
200
- "outputId": "8088ad42-e78d-418b-d981-86d1ebe41c28"
201
- },
202
- "outputs": [],
203
- "source": [
204
- "# Check class distribution in the training dataset\n",
205
- "class_counts = {}\n",
206
- "for _, label in train_ds:\n",
207
- " class_counts[label.numpy()] = class_counts.get(label.numpy(), 0) + 1\n",
208
- "\n",
209
- "# Visualize class distribution\n",
210
- "plt.figure(figsize=(12, 6))\n",
211
- "plt.bar(class_counts.keys(), class_counts.values())\n",
212
- "plt.xlabel(\"Class Labels\")\n",
213
- "plt.ylabel(\"Number of Images\")\n",
214
- "plt.title(\"Class Distribution in Oxford 102 Flower Dataset\")\n",
215
- "plt.xticks(rotation=90)\n",
216
- "plt.show()\n"
217
- ]
218
- },
219
- {
220
- "cell_type": "code",
221
- "execution_count": null,
222
- "metadata": {
223
- "colab": {
224
- "base_uri": "https://localhost:8080/",
225
- "height": 529
226
- },
227
- "id": "ve71ejxAiZhC",
228
- "outputId": "2a3c7d53-afb8-4f63-b991-e2b644d65985"
229
- },
230
- "outputs": [],
231
- "source": [
232
- "# Get image sizes\n",
233
- "image_sizes = []\n",
234
- "for image, _ in train_ds.take(100):\n",
235
- " image_sizes.append(image.shape)\n",
236
- "\n",
237
- "# Plot the distribution of image sizes\n",
238
- "height, width = zip(*[(h, w) for h, w, _ in image_sizes])\n",
239
- "\n",
240
- "plt.figure(figsize=(12, 6))\n",
241
- "plt.scatter(width, height, alpha=0.5)\n",
242
- "plt.xlabel(\"Width\")\n",
243
- "plt.ylabel(\"Height\")\n",
244
- "plt.title(\"Image Size Distribution\")\n",
245
- "plt.show()\n"
246
- ]
247
- },
248
- {
249
- "cell_type": "code",
250
- "execution_count": null,
251
- "metadata": {
252
- "colab": {
253
- "base_uri": "https://localhost:8080/",
254
- "height": 484
255
- },
256
- "id": "XccGngbKkU87",
257
- "outputId": "102e8bcd-ab48-4286-cd84-24133a2a25cb"
258
- },
259
- "outputs": [],
260
- "source": [
261
- "# Plot the distribution of pixel values (RGB channels) for a sample image\n",
262
- "def plot_rgb_distribution(dataset, n=1):\n",
263
- " image, _ = next(iter(dataset))\n",
264
- "\n",
265
- " # Separate the RGB channels\n",
266
- " r, g, b = image[..., 0], image[..., 1], image[..., 2]\n",
267
- "\n",
268
- " # Plot the histograms for each channel\n",
269
- " plt.figure(figsize=(12, 6))\n",
270
- " plt.subplot(1, 3, 1)\n",
271
- " plt.hist(r.numpy().flatten(), bins=50, color='red', alpha=0.6)\n",
272
- " plt.title(\"Red Channel\")\n",
273
- "\n",
274
- " plt.subplot(1, 3, 2)\n",
275
- " plt.hist(g.numpy().flatten(), bins=50, color='green', alpha=0.6)\n",
276
- " plt.title(\"Green Channel\")\n",
277
- "\n",
278
- " plt.subplot(1, 3, 3)\n",
279
- " plt.hist(b.numpy().flatten(), bins=50, color='blue', alpha=0.6)\n",
280
- " plt.title(\"Blue Channel\")\n",
281
- "\n",
282
- " plt.tight_layout()\n",
283
- " plt.show()\n",
284
- "\n",
285
- "# Plot RGB distribution of the first image\n",
286
- "plot_rgb_distribution(train_ds)\n"
287
- ]
288
- },
289
- {
290
- "cell_type": "code",
291
- "execution_count": null,
292
- "metadata": {
293
- "colab": {
294
- "base_uri": "https://localhost:8080/",
295
- "height": 542
296
- },
297
- "id": "dwV6psb7kY7G",
298
- "outputId": "6430f959-3b8b-4b50-9a07-d0dd2faf7334"
299
- },
300
- "outputs": [],
301
- "source": [
302
- "!pip install tensorflow-addons==0.16.1\n",
303
- "import tensorflow_addons as tfa\n",
304
- "\n",
305
- "\n",
306
- "# Function to apply basic augmentation techniques\n",
307
- "def augment_image(image):\n",
308
- " image = tf.image.random_flip_left_right(image)\n",
309
- " image = tf.image.random_flip_up_down(image)\n",
310
- " image = tf.image.random_crop(image, size=[180, 180, 3]) # Crop to 180x180\n",
311
- " image = tf.image.random_brightness(image, max_delta=0.3) # Random brightness\n",
312
- " return image\n",
313
- "\n",
314
- "# Display augmented images\n",
315
- "def plot_augmented_images(dataset, n=5):\n",
316
- " plt.figure(figsize=(15, 10))\n",
317
- " for i, (image, _) in enumerate(dataset.take(n)):\n",
318
- " augmented_image = augment_image(image)\n",
319
- " plt.subplot(1, n, i+1)\n",
320
- " plt.imshow(augmented_image.numpy())\n",
321
- " plt.axis('off')\n",
322
- " plt.title(\"Augmented Image\")\n",
323
- " plt.show()\n",
324
- "\n",
325
- "# Display augmented images\n",
326
- "plot_augmented_images(train_ds)\n"
327
- ]
328
- },
329
- {
330
- "cell_type": "code",
331
- "execution_count": null,
332
- "metadata": {
333
- "colab": {
334
- "base_uri": "https://localhost:8080/"
335
- },
336
- "id": "0aIb4M6skdVC",
337
- "outputId": "2cf24549-8ed4-4d89-fc9a-9b38f01dc588"
338
- },
339
- "outputs": [],
340
- "source": [
341
- "import numpy as np\n",
342
- "import tensorflow as tf\n",
343
- "\n",
344
- "# Calculate the mean and standard deviation of pixel values\n",
345
- "def compute_image_stats(dataset, num_images=100):\n",
346
- " means, stds = [], []\n",
347
- " for image, _ in dataset.take(num_images):\n",
348
- " image = tf.cast(image, tf.float32) # Convert image to float32\n",
349
- " means.append(tf.reduce_mean(image, axis=(0, 1)).numpy()) # Mean per channel\n",
350
- " stds.append(tf.math.reduce_std(image, axis=(0, 1)).numpy()) # Std per channel\n",
351
- "\n",
352
- " mean = np.mean(means, axis=0)\n",
353
- " std = np.mean(stds, axis=0)\n",
354
- "\n",
355
- " return mean, std\n",
356
- "\n",
357
- "# Compute mean and standard deviation for the training dataset\n",
358
- "mean, std = compute_image_stats(train_ds)\n",
359
- "\n",
360
- "# Print the results\n",
361
- "print(f\"Mean pixel values (R, G, B): {mean}\")\n",
362
- "print(f\"Standard deviation (R, G, B): {std}\")\n",
363
- "\n"
364
- ]
365
- },
366
- {
367
- "cell_type": "code",
368
- "execution_count": null,
369
- "metadata": {
370
- "colab": {
371
- "base_uri": "https://localhost:8080/",
372
- "height": 958
373
- },
374
- "id": "OIWusJkSmU61",
375
- "outputId": "754c7011-6fea-4b94-f3b8-a0d3ea04d9f1"
376
- },
377
- "outputs": [],
378
- "source": [
379
- "def plot_one_image_per_class(dataset, num_classes=102):\n",
380
- " plt.figure(figsize=(20, 20))\n",
381
- " for label in range(num_classes):\n",
382
- " # Find the first image from each class\n",
383
- " for image, image_label in dataset:\n",
384
- " if image_label == label:\n",
385
- " plt.subplot(11, 10, label+1)\n",
386
- " plt.imshow(image.numpy())\n",
387
- " plt.axis('off')\n",
388
- " plt.title(f\"Class {label}\")\n",
389
- " break\n",
390
- " plt.tight_layout()\n",
391
- " plt.show()\n",
392
- "\n",
393
- "# Display one image from each class\n",
394
- "plot_one_image_per_class(train_ds)\n"
395
- ]
396
- },
397
- {
398
- "cell_type": "code",
399
- "execution_count": null,
400
- "metadata": {
401
- "colab": {
402
- "base_uri": "https://localhost:8080/"
403
- },
404
- "id": "7f6e983d",
405
- "outputId": "5aac8183-f750-4677-f698-b3cd5df40d98"
406
- },
407
- "outputs": [],
408
- "source": [
409
- "\n",
410
- "import tensorflow as tf\n",
411
- "from tensorflow.keras import layers, models\n",
412
- "\n",
413
- "# Define a simple CNN model for the Oxford 102 Flowers dataset\n",
414
- "def create_model(input_shape=(224, 224, 3), num_classes=102):\n",
415
- " model = models.Sequential([\n",
416
- " layers.Conv2D(32, (3, 3), activation='relu', input_shape=input_shape),\n",
417
- " layers.MaxPooling2D((2, 2)),\n",
418
- " layers.Conv2D(64, (3, 3), activation='relu'),\n",
419
- " layers.MaxPooling2D((2, 2)),\n",
420
- " layers.Conv2D(128, (3, 3), activation='relu'),\n",
421
- " layers.MaxPooling2D((2, 2)),\n",
422
- " layers.Flatten(),\n",
423
- " layers.Dense(256, activation='relu'),\n",
424
- " layers.Dense(num_classes, activation='softmax')\n",
425
- " ])\n",
426
- " model.compile(optimizer='adam',\n",
427
- " loss='sparse_categorical_crossentropy',\n",
428
- " metrics=['accuracy'])\n",
429
- " return model\n",
430
- "\n",
431
- "# Prepare data (assuming preprocessed datasets `train_ds` and `val_ds`)\n",
432
- "AUTOTUNE = tf.data.AUTOTUNE\n",
433
- "import tensorflow_datasets as tfds\n",
434
- "\n",
435
- "# Load the dataset with train, validation, and test splits\n",
436
- "dataset, info = tfds.load('oxford_flowers102', with_info=True, as_supervised=True)\n",
437
- "train_ds = dataset['train']\n",
438
- "val_ds = dataset['validation']\n",
439
- "test_ds = dataset['test']\n",
440
- "train_ds = train_ds.map(lambda x, y: (tf.image.resize(x, (224, 224)) / 255.0, y))\n",
441
- "val_ds = val_ds.map(lambda x, y: (tf.image.resize(x, (224, 224)) / 255.0, y))\n",
442
- "\n",
443
- "train_ds = train_ds.cache().shuffle(1000).batch(32).prefetch(buffer_size=AUTOTUNE)\n",
444
- "val_ds = val_ds.cache().batch(32).prefetch(buffer_size=AUTOTUNE)\n",
445
- "\n",
446
- "# Create and train the model\n",
447
- "model = create_model()\n",
448
- "history = model.fit(train_ds, validation_data=val_ds, epochs=5)\n",
449
- "\n",
450
- "# Save the model\n",
451
- "model.save(\"flower_model.h5\")\n"
452
- ]
453
- },
454
- {
455
- "cell_type": "code",
456
- "execution_count": null,
457
- "metadata": {
458
- "colab": {
459
- "base_uri": "https://localhost:8080/",
460
- "height": 550
461
- },
462
- "id": "a8094e73",
463
- "outputId": "0aaa57a1-d845-41d2-b9f9-d5df5f687e68"
464
- },
465
- "outputs": [],
466
- "source": [
467
- "import tensorflow_datasets as tfds\n",
468
- "import tensorflow.compat.v1 as tf1\n",
469
- "import innvestigate\n",
470
- "import matplotlib.pyplot as plt\n",
471
- "\n",
472
- "\n",
473
- "\n",
474
- "# Disable eager execution for compatibility with innvestigate\n",
475
- "tf1.disable_eager_execution()\n",
476
- "\n",
477
- "# Load the trained model\n",
478
- "model = tf.keras.models.load_model(\"flower_model.h5\")\n",
479
- "\n",
480
- "# Preprocessing function\n",
481
- "def preprocess_image(image):\n",
482
- " image = tf.image.resize(image, (224, 224)) # Resize to match model input size\n",
483
- " image = tf.cast(image, tf.float32) / 255.0 # Normalize pixel values to [0, 1]\n",
484
- " return image\n",
485
- "\n",
486
- "# Load the Oxford Flowers dataset\n",
487
- "dataset, info = tfds.load('oxford_flowers102', with_info=True, as_supervised=True)\n",
488
- "\n",
489
- "# Access the 'train' split and preprocess it\n",
490
- "train_ds = dataset['train']\n",
491
- "preprocessed_ds = train_ds.map(lambda img, label: (preprocess_image(img), label)).batch(1)\n",
492
- "\n",
493
- "# Define a function to retrieve a single image\n",
494
- "# Instead of using a for loop and return inside tf.function, use iterator\n",
495
- "def get_sample():\n",
496
- " iterator = tf1.data.make_one_shot_iterator(preprocessed_ds) # Create iterator\n",
497
- " image, label = iterator.get_next() # Get the next element\n",
498
- " return image, label\n",
499
- "\n",
500
- "# Retrieve a single sample\n",
501
- "image, label = get_sample()\n",
502
- "\n",
503
- "# ... (rest of the code remains the same)\n",
504
- "# Create a TensorFlow session\n",
505
- "with tf1.Session() as sess:\n",
506
- " # Evaluate the image tensor to get its NumPy array\n",
507
- " image_np = sess.run(image)\n",
508
- "\n",
509
- "# Remove the softmax layer from the model\n",
510
- "model_wo_softmax = tf.keras.models.Model(\n",
511
- " inputs=model.inputs,\n",
512
- " outputs=model.layers[-2].output # Output of the last layer before softmax\n",
513
- ")\n",
514
- "\n",
515
- "# Create the LRP analyzer\n",
516
- "analyzer = innvestigate.create_analyzer(\"lrp.epsilon\", model_wo_softmax)\n",
517
- "\n",
518
- "# Perform LRP analysis on the selected image\n",
519
- "analysis = analyzer.analyze(image)\n",
520
- "\n",
521
- "# Normalize relevance for visualization\n",
522
- "analysis_normalized = analysis[0] / max(abs(analysis[0].max()), abs(analysis[0].min()))\n",
523
- "\n",
524
- "# Plot the original image and the relevance map\n",
525
- "plt.figure(figsize=(12, 6))\n",
526
- "\n",
527
- "# Original Image\n",
528
- "plt.subplot(1, 2, 1)\n",
529
- "plt.title(\"Original Image\")\n",
530
- "plt.imshow(image_np[0])\n",
531
- "plt.axis(\"off\")\n",
532
- "\n",
533
- "# Relevance Map\n",
534
- "plt.subplot(1, 2, 2)\n",
535
- "plt.title(\"Relevance Map\")\n",
536
- "plt.imshow(analysis_normalized, cmap=\"seismic\", interpolation=\"nearest\")\n",
537
- "plt.axis(\"off\")\n",
538
- "\n",
539
- "plt.show()\n",
540
- "\n",
541
- "\n",
542
- "\n",
543
- "\n",
544
- "\n"
545
- ]
546
- }
547
- ],
548
- "metadata": {
549
- "accelerator": "TPU",
550
- "colab": {
551
- "gpuType": "V28",
552
- "provenance": []
553
- },
554
- "kernelspec": {
555
- "display_name": "Python 3 (ipykernel)",
556
- "language": "python",
557
- "name": "python3"
558
- },
559
- "language_info": {
560
- "codemirror_mode": {
561
- "name": "ipython",
562
- "version": 3
563
- },
564
- "file_extension": ".py",
565
- "mimetype": "text/x-python",
566
- "name": "python",
567
- "nbconvert_exporter": "python",
568
- "pygments_lexer": "ipython3",
569
- "version": "3.12.4"
570
- },
571
- "widgets": {
572
- "application/vnd.jupyter.widget-state+json": {
573
- "029c0050bf584af9bc85a6105c7b2547": {
574
- "model_module": "@jupyter-widgets/controls",
575
- "model_module_version": "1.5.0",
576
- "model_name": "HTMLModel",
577
- "state": {
578
- "_dom_classes": [],
579
- "_model_module": "@jupyter-widgets/controls",
580
- "_model_module_version": "1.5.0",
581
- "_model_name": "HTMLModel",
582
- "_view_count": null,
583
- "_view_module": "@jupyter-widgets/controls",
584
- "_view_module_version": "1.5.0",
585
- "_view_name": "HTMLView",
586
- "description": "",
587
- "description_tooltip": null,
588
- "layout": "IPY_MODEL_9df367e836d640c4aee9064f4cd76f8d",
589
- "placeholder": "​",
590
- "style": "IPY_MODEL_faf634110e1241089538a59a7662cb74",
591
- "value": " 0/6149 [00:00<?, ? examples/s]"
592
- }
593
- },
594
- "063937ba669240b9a651e4666858b9f0": {
595
- "model_module": "@jupyter-widgets/base",
596
- "model_module_version": "1.2.0",
597
- "model_name": "LayoutModel",
598
- "state": {
599
- "_model_module": "@jupyter-widgets/base",
600
- "_model_module_version": "1.2.0",
601
- "_model_name": "LayoutModel",
602
- "_view_count": null,
603
- "_view_module": "@jupyter-widgets/base",
604
- "_view_module_version": "1.2.0",
605
- "_view_name": "LayoutView",
606
- "align_content": null,
607
- "align_items": null,
608
- "align_self": null,
609
- "border": null,
610
- "bottom": null,
611
- "display": null,
612
- "flex": null,
613
- "flex_flow": null,
614
- "grid_area": null,
615
- "grid_auto_columns": null,
616
- "grid_auto_flow": null,
617
- "grid_auto_rows": null,
618
- "grid_column": null,
619
- "grid_gap": null,
620
- "grid_row": null,
621
- "grid_template_areas": null,
622
- "grid_template_columns": null,
623
- "grid_template_rows": null,
624
- "height": null,
625
- "justify_content": null,
626
- "justify_items": null,
627
- "left": null,
628
- "margin": null,
629
- "max_height": null,
630
- "max_width": null,
631
- "min_height": null,
632
- "min_width": null,
633
- "object_fit": null,
634
- "object_position": null,
635
- "order": null,
636
- "overflow": null,
637
- "overflow_x": null,
638
- "overflow_y": null,
639
- "padding": null,
640
- "right": null,
641
- "top": null,
642
- "visibility": "hidden",
643
- "width": null
644
- }
645
- },
646
- "0a3239a968d34bc0957108c85655f8bf": {
647
- "model_module": "@jupyter-widgets/controls",
648
- "model_module_version": "1.5.0",
649
- "model_name": "ProgressStyleModel",
650
- "state": {
651
- "_model_module": "@jupyter-widgets/controls",
652
- "_model_module_version": "1.5.0",
653
- "_model_name": "ProgressStyleModel",
654
- "_view_count": null,
655
- "_view_module": "@jupyter-widgets/base",
656
- "_view_module_version": "1.2.0",
657
- "_view_name": "StyleView",
658
- "bar_color": null,
659
- "description_width": ""
660
- }
661
- },
662
- "0b3ba4b760044e72aa06148022973bde": {
663
- "model_module": "@jupyter-widgets/controls",
664
- "model_module_version": "1.5.0",
665
- "model_name": "DescriptionStyleModel",
666
- "state": {
667
- "_model_module": "@jupyter-widgets/controls",
668
- "_model_module_version": "1.5.0",
669
- "_model_name": "DescriptionStyleModel",
670
- "_view_count": null,
671
- "_view_module": "@jupyter-widgets/base",
672
- "_view_module_version": "1.2.0",
673
- "_view_name": "StyleView",
674
- "description_width": ""
675
- }
676
- },
677
- "0d23267c87a746d78079188154f97ee8": {
678
- "model_module": "@jupyter-widgets/controls",
679
- "model_module_version": "1.5.0",
680
- "model_name": "DescriptionStyleModel",
681
- "state": {
682
- "_model_module": "@jupyter-widgets/controls",
683
- "_model_module_version": "1.5.0",
684
- "_model_name": "DescriptionStyleModel",
685
- "_view_count": null,
686
- "_view_module": "@jupyter-widgets/base",
687
- "_view_module_version": "1.2.0",
688
- "_view_name": "StyleView",
689
- "description_width": ""
690
- }
691
- },
692
- "11cc1a7158b84c55b8b073d0b6bbef27": {
693
- "model_module": "@jupyter-widgets/controls",
694
- "model_module_version": "1.5.0",
695
- "model_name": "HTMLModel",
696
- "state": {
697
- "_dom_classes": [],
698
- "_model_module": "@jupyter-widgets/controls",
699
- "_model_module_version": "1.5.0",
700
- "_model_name": "HTMLModel",
701
- "_view_count": null,
702
- "_view_module": "@jupyter-widgets/controls",
703
- "_view_module_version": "1.5.0",
704
- "_view_name": "HTMLView",
705
- "description": "",
706
- "description_tooltip": null,
707
- "layout": "IPY_MODEL_fe7ef77abd3d4aaf92e7c405601a74a3",
708
- "placeholder": "​",
709
- "style": "IPY_MODEL_25c2348b810f4bbf9f85213c2f7fe1d8",
710
- "value": "Generating test examples...:  53%"
711
- }
712
- },
713
- "124e9a2d82f24fe3864c361aee13e790": {
714
- "model_module": "@jupyter-widgets/controls",
715
- "model_module_version": "1.5.0",
716
- "model_name": "DescriptionStyleModel",
717
- "state": {
718
- "_model_module": "@jupyter-widgets/controls",
719
- "_model_module_version": "1.5.0",
720
- "_model_name": "DescriptionStyleModel",
721
- "_view_count": null,
722
- "_view_module": "@jupyter-widgets/base",
723
- "_view_module_version": "1.2.0",
724
- "_view_name": "StyleView",
725
- "description_width": ""
726
- }
727
- },
728
- "16117f35fa954d079978ad5fbb7907e9": {
729
- "model_module": "@jupyter-widgets/controls",
730
- "model_module_version": "1.5.0",
731
- "model_name": "DescriptionStyleModel",
732
- "state": {
733
- "_model_module": "@jupyter-widgets/controls",
734
- "_model_module_version": "1.5.0",
735
- "_model_name": "DescriptionStyleModel",
736
- "_view_count": null,
737
- "_view_module": "@jupyter-widgets/base",
738
- "_view_module_version": "1.2.0",
739
- "_view_name": "StyleView",
740
- "description_width": ""
741
- }
742
- },
743
- "1b5b0b0019d946f0a9412d89777997bf": {
744
- "model_module": "@jupyter-widgets/base",
745
- "model_module_version": "1.2.0",
746
- "model_name": "LayoutModel",
747
- "state": {
748
- "_model_module": "@jupyter-widgets/base",
749
- "_model_module_version": "1.2.0",
750
- "_model_name": "LayoutModel",
751
- "_view_count": null,
752
- "_view_module": "@jupyter-widgets/base",
753
- "_view_module_version": "1.2.0",
754
- "_view_name": "LayoutView",
755
- "align_content": null,
756
- "align_items": null,
757
- "align_self": null,
758
- "border": null,
759
- "bottom": null,
760
- "display": null,
761
- "flex": null,
762
- "flex_flow": null,
763
- "grid_area": null,
764
- "grid_auto_columns": null,
765
- "grid_auto_flow": null,
766
- "grid_auto_rows": null,
767
- "grid_column": null,
768
- "grid_gap": null,
769
- "grid_row": null,
770
- "grid_template_areas": null,
771
- "grid_template_columns": null,
772
- "grid_template_rows": null,
773
- "height": null,
774
- "justify_content": null,
775
- "justify_items": null,
776
- "left": null,
777
- "margin": null,
778
- "max_height": null,
779
- "max_width": null,
780
- "min_height": null,
781
- "min_width": null,
782
- "object_fit": null,
783
- "object_position": null,
784
- "order": null,
785
- "overflow": null,
786
- "overflow_x": null,
787
- "overflow_y": null,
788
- "padding": null,
789
- "right": null,
790
- "top": null,
791
- "visibility": null,
792
- "width": null
793
- }
794
- },
795
- "1d257afcde4246c9aa6f1ea0640385e1": {
796
- "model_module": "@jupyter-widgets/controls",
797
- "model_module_version": "1.5.0",
798
- "model_name": "ProgressStyleModel",
799
- "state": {
800
- "_model_module": "@jupyter-widgets/controls",
801
- "_model_module_version": "1.5.0",
802
- "_model_name": "ProgressStyleModel",
803
- "_view_count": null,
804
- "_view_module": "@jupyter-widgets/base",
805
- "_view_module_version": "1.2.0",
806
- "_view_name": "StyleView",
807
- "bar_color": null,
808
- "description_width": ""
809
- }
810
- },
811
- "1d84e7abc3d5428fb0fbaab3711fca79": {
812
- "model_module": "@jupyter-widgets/controls",
813
- "model_module_version": "1.5.0",
814
- "model_name": "ProgressStyleModel",
815
- "state": {
816
- "_model_module": "@jupyter-widgets/controls",
817
- "_model_module_version": "1.5.0",
818
- "_model_name": "ProgressStyleModel",
819
- "_view_count": null,
820
- "_view_module": "@jupyter-widgets/base",
821
- "_view_module_version": "1.2.0",
822
- "_view_name": "StyleView",
823
- "bar_color": null,
824
- "description_width": ""
825
- }
826
- },
827
- "1df4854c8a9144bda88a3ab159a0a4d1": {
828
- "model_module": "@jupyter-widgets/controls",
829
- "model_module_version": "1.5.0",
830
- "model_name": "HTMLModel",
831
- "state": {
832
- "_dom_classes": [],
833
- "_model_module": "@jupyter-widgets/controls",
834
- "_model_module_version": "1.5.0",
835
- "_model_name": "HTMLModel",
836
- "_view_count": null,
837
- "_view_module": "@jupyter-widgets/controls",
838
- "_view_module_version": "1.5.0",
839
- "_view_name": "HTMLView",
840
- "description": "",
841
- "description_tooltip": null,
842
- "layout": "IPY_MODEL_5ed8bd15de29407892572754ae2a1662",
843
- "placeholder": "​",
844
- "style": "IPY_MODEL_2aff8fc3534e444e91081ee06596ad53",
845
- "value": "Dl Size...: 100%"
846
- }
847
- },
848
- "1f0242be119441528bd5e2aa85f76016": {
849
- "model_module": "@jupyter-widgets/controls",
850
- "model_module_version": "1.5.0",
851
- "model_name": "DescriptionStyleModel",
852
- "state": {
853
- "_model_module": "@jupyter-widgets/controls",
854
- "_model_module_version": "1.5.0",
855
- "_model_name": "DescriptionStyleModel",
856
- "_view_count": null,
857
- "_view_module": "@jupyter-widgets/base",
858
- "_view_module_version": "1.2.0",
859
- "_view_name": "StyleView",
860
- "description_width": ""
861
- }
862
- },
863
- "22b3a20d96c343d8922819c3d43098a3": {
864
- "model_module": "@jupyter-widgets/base",
865
- "model_module_version": "1.2.0",
866
- "model_name": "LayoutModel",
867
- "state": {
868
- "_model_module": "@jupyter-widgets/base",
869
- "_model_module_version": "1.2.0",
870
- "_model_name": "LayoutModel",
871
- "_view_count": null,
872
- "_view_module": "@jupyter-widgets/base",
873
- "_view_module_version": "1.2.0",
874
- "_view_name": "LayoutView",
875
- "align_content": null,
876
- "align_items": null,
877
- "align_self": null,
878
- "border": null,
879
- "bottom": null,
880
- "display": null,
881
- "flex": null,
882
- "flex_flow": null,
883
- "grid_area": null,
884
- "grid_auto_columns": null,
885
- "grid_auto_flow": null,
886
- "grid_auto_rows": null,
887
- "grid_column": null,
888
- "grid_gap": null,
889
- "grid_row": null,
890
- "grid_template_areas": null,
891
- "grid_template_columns": null,
892
- "grid_template_rows": null,
893
- "height": null,
894
- "justify_content": null,
895
- "justify_items": null,
896
- "left": null,
897
- "margin": null,
898
- "max_height": null,
899
- "max_width": null,
900
- "min_height": null,
901
- "min_width": null,
902
- "object_fit": null,
903
- "object_position": null,
904
- "order": null,
905
- "overflow": null,
906
- "overflow_x": null,
907
- "overflow_y": null,
908
- "padding": null,
909
- "right": null,
910
- "top": null,
911
- "visibility": null,
912
- "width": null
913
- }
914
- },
915
- "22ed80aab9aa4fce9a005b4c3101ef23": {
916
- "model_module": "@jupyter-widgets/base",
917
- "model_module_version": "1.2.0",
918
- "model_name": "LayoutModel",
919
- "state": {
920
- "_model_module": "@jupyter-widgets/base",
921
- "_model_module_version": "1.2.0",
922
- "_model_name": "LayoutModel",
923
- "_view_count": null,
924
- "_view_module": "@jupyter-widgets/base",
925
- "_view_module_version": "1.2.0",
926
- "_view_name": "LayoutView",
927
- "align_content": null,
928
- "align_items": null,
929
- "align_self": null,
930
- "border": null,
931
- "bottom": null,
932
- "display": null,
933
- "flex": null,
934
- "flex_flow": null,
935
- "grid_area": null,
936
- "grid_auto_columns": null,
937
- "grid_auto_flow": null,
938
- "grid_auto_rows": null,
939
- "grid_column": null,
940
- "grid_gap": null,
941
- "grid_row": null,
942
- "grid_template_areas": null,
943
- "grid_template_columns": null,
944
- "grid_template_rows": null,
945
- "height": null,
946
- "justify_content": null,
947
- "justify_items": null,
948
- "left": null,
949
- "margin": null,
950
- "max_height": null,
951
- "max_width": null,
952
- "min_height": null,
953
- "min_width": null,
954
- "object_fit": null,
955
- "object_position": null,
956
- "order": null,
957
- "overflow": null,
958
- "overflow_x": null,
959
- "overflow_y": null,
960
- "padding": null,
961
- "right": null,
962
- "top": null,
963
- "visibility": null,
964
- "width": null
965
- }
966
- },
967
- "25c0c78555c54a9e93d819bd4d075486": {
968
- "model_module": "@jupyter-widgets/controls",
969
- "model_module_version": "1.5.0",
970
- "model_name": "HTMLModel",
971
- "state": {
972
- "_dom_classes": [],
973
- "_model_module": "@jupyter-widgets/controls",
974
- "_model_module_version": "1.5.0",
975
- "_model_name": "HTMLModel",
976
- "_view_count": null,
977
- "_view_module": "@jupyter-widgets/controls",
978
- "_view_module_version": "1.5.0",
979
- "_view_name": "HTMLView",
980
- "description": "",
981
- "description_tooltip": null,
982
- "layout": "IPY_MODEL_9a079724e6b144aa887233035c62d2c2",
983
- "placeholder": "​",
984
- "style": "IPY_MODEL_8329686aafc6492ea9bc5bb2bc4b1dda",
985
- "value": "Shuffling /root/tensorflow_datasets/oxford_flowers102/incomplete.7JJ7ZR_2.1.1/oxford_flowers102-train.tfrecord*...:   0%"
986
- }
987
- },
988
- "25c2348b810f4bbf9f85213c2f7fe1d8": {
989
- "model_module": "@jupyter-widgets/controls",
990
- "model_module_version": "1.5.0",
991
- "model_name": "DescriptionStyleModel",
992
- "state": {
993
- "_model_module": "@jupyter-widgets/controls",
994
- "_model_module_version": "1.5.0",
995
- "_model_name": "DescriptionStyleModel",
996
- "_view_count": null,
997
- "_view_module": "@jupyter-widgets/base",
998
- "_view_module_version": "1.2.0",
999
- "_view_name": "StyleView",
1000
- "description_width": ""
1001
- }
1002
- },
1003
- "27b923f543a441fea8373a3f7c71101e": {
1004
- "model_module": "@jupyter-widgets/controls",
1005
- "model_module_version": "1.5.0",
1006
- "model_name": "HTMLModel",
1007
- "state": {
1008
- "_dom_classes": [],
1009
- "_model_module": "@jupyter-widgets/controls",
1010
- "_model_module_version": "1.5.0",
1011
- "_model_name": "HTMLModel",
1012
- "_view_count": null,
1013
- "_view_module": "@jupyter-widgets/controls",
1014
- "_view_module_version": "1.5.0",
1015
- "_view_name": "HTMLView",
1016
- "description": "",
1017
- "description_tooltip": null,
1018
- "layout": "IPY_MODEL_e529eb2d63bc4f5a99e3370c94e9d3ee",
1019
- "placeholder": "​",
1020
- "style": "IPY_MODEL_470e50fc5465420c9abf566c6fd87d6b",
1021
- "value": " 8189/8189 [00:26<00:00, 438.84 file/s]"
1022
- }
1023
- },
1024
- "283e9ee7aa02441695364ac53acb5f9e": {
1025
- "model_module": "@jupyter-widgets/base",
1026
- "model_module_version": "1.2.0",
1027
- "model_name": "LayoutModel",
1028
- "state": {
1029
- "_model_module": "@jupyter-widgets/base",
1030
- "_model_module_version": "1.2.0",
1031
- "_model_name": "LayoutModel",
1032
- "_view_count": null,
1033
- "_view_module": "@jupyter-widgets/base",
1034
- "_view_module_version": "1.2.0",
1035
- "_view_name": "LayoutView",
1036
- "align_content": null,
1037
- "align_items": null,
1038
- "align_self": null,
1039
- "border": null,
1040
- "bottom": null,
1041
- "display": null,
1042
- "flex": null,
1043
- "flex_flow": null,
1044
- "grid_area": null,
1045
- "grid_auto_columns": null,
1046
- "grid_auto_flow": null,
1047
- "grid_auto_rows": null,
1048
- "grid_column": null,
1049
- "grid_gap": null,
1050
- "grid_row": null,
1051
- "grid_template_areas": null,
1052
- "grid_template_columns": null,
1053
- "grid_template_rows": null,
1054
- "height": null,
1055
- "justify_content": null,
1056
- "justify_items": null,
1057
- "left": null,
1058
- "margin": null,
1059
- "max_height": null,
1060
- "max_width": null,
1061
- "min_height": null,
1062
- "min_width": null,
1063
- "object_fit": null,
1064
- "object_position": null,
1065
- "order": null,
1066
- "overflow": null,
1067
- "overflow_x": null,
1068
- "overflow_y": null,
1069
- "padding": null,
1070
- "right": null,
1071
- "top": null,
1072
- "visibility": "hidden",
1073
- "width": null
1074
- }
1075
- },
1076
- "28b54d79b7c04754b5fcfb5e661c27b1": {
1077
- "model_module": "@jupyter-widgets/controls",
1078
- "model_module_version": "1.5.0",
1079
- "model_name": "FloatProgressModel",
1080
- "state": {
1081
- "_dom_classes": [],
1082
- "_model_module": "@jupyter-widgets/controls",
1083
- "_model_module_version": "1.5.0",
1084
- "_model_name": "FloatProgressModel",
1085
- "_view_count": null,
1086
- "_view_module": "@jupyter-widgets/controls",
1087
- "_view_module_version": "1.5.0",
1088
- "_view_name": "ProgressView",
1089
- "bar_style": "success",
1090
- "description": "",
1091
- "description_tooltip": null,
1092
- "layout": "IPY_MODEL_c01c73e4a58b4103b16b6320e3643a47",
1093
- "max": 1,
1094
- "min": 0,
1095
- "orientation": "horizontal",
1096
- "style": "IPY_MODEL_0a3239a968d34bc0957108c85655f8bf",
1097
- "value": 1
1098
- }
1099
- },
1100
- "2aff8fc3534e444e91081ee06596ad53": {
1101
- "model_module": "@jupyter-widgets/controls",
1102
- "model_module_version": "1.5.0",
1103
- "model_name": "DescriptionStyleModel",
1104
- "state": {
1105
- "_model_module": "@jupyter-widgets/controls",
1106
- "_model_module_version": "1.5.0",
1107
- "_model_name": "DescriptionStyleModel",
1108
- "_view_count": null,
1109
- "_view_module": "@jupyter-widgets/base",
1110
- "_view_module_version": "1.2.0",
1111
- "_view_name": "StyleView",
1112
- "description_width": ""
1113
- }
1114
- },
1115
- "2bb847f8e65f4fa380a0421e9ab84c19": {
1116
- "model_module": "@jupyter-widgets/base",
1117
- "model_module_version": "1.2.0",
1118
- "model_name": "LayoutModel",
1119
- "state": {
1120
- "_model_module": "@jupyter-widgets/base",
1121
- "_model_module_version": "1.2.0",
1122
- "_model_name": "LayoutModel",
1123
- "_view_count": null,
1124
- "_view_module": "@jupyter-widgets/base",
1125
- "_view_module_version": "1.2.0",
1126
- "_view_name": "LayoutView",
1127
- "align_content": null,
1128
- "align_items": null,
1129
- "align_self": null,
1130
- "border": null,
1131
- "bottom": null,
1132
- "display": null,
1133
- "flex": null,
1134
- "flex_flow": null,
1135
- "grid_area": null,
1136
- "grid_auto_columns": null,
1137
- "grid_auto_flow": null,
1138
- "grid_auto_rows": null,
1139
- "grid_column": null,
1140
- "grid_gap": null,
1141
- "grid_row": null,
1142
- "grid_template_areas": null,
1143
- "grid_template_columns": null,
1144
- "grid_template_rows": null,
1145
- "height": null,
1146
- "justify_content": null,
1147
- "justify_items": null,
1148
- "left": null,
1149
- "margin": null,
1150
- "max_height": null,
1151
- "max_width": null,
1152
- "min_height": null,
1153
- "min_width": null,
1154
- "object_fit": null,
1155
- "object_position": null,
1156
- "order": null,
1157
- "overflow": null,
1158
- "overflow_x": null,
1159
- "overflow_y": null,
1160
- "padding": null,
1161
- "right": null,
1162
- "top": null,
1163
- "visibility": null,
1164
- "width": null
1165
- }
1166
- },
1167
- "2efc22b613df4d36a44a2fc18dae0ec6": {
1168
- "model_module": "@jupyter-widgets/controls",
1169
- "model_module_version": "1.5.0",
1170
- "model_name": "DescriptionStyleModel",
1171
- "state": {
1172
- "_model_module": "@jupyter-widgets/controls",
1173
- "_model_module_version": "1.5.0",
1174
- "_model_name": "DescriptionStyleModel",
1175
- "_view_count": null,
1176
- "_view_module": "@jupyter-widgets/base",
1177
- "_view_module_version": "1.2.0",
1178
- "_view_name": "StyleView",
1179
- "description_width": ""
1180
- }
1181
- },
1182
- "3150c863c3524950b71f59996b717aae": {
1183
- "model_module": "@jupyter-widgets/base",
1184
- "model_module_version": "1.2.0",
1185
- "model_name": "LayoutModel",
1186
- "state": {
1187
- "_model_module": "@jupyter-widgets/base",
1188
- "_model_module_version": "1.2.0",
1189
- "_model_name": "LayoutModel",
1190
- "_view_count": null,
1191
- "_view_module": "@jupyter-widgets/base",
1192
- "_view_module_version": "1.2.0",
1193
- "_view_name": "LayoutView",
1194
- "align_content": null,
1195
- "align_items": null,
1196
- "align_self": null,
1197
- "border": null,
1198
- "bottom": null,
1199
- "display": null,
1200
- "flex": null,
1201
- "flex_flow": null,
1202
- "grid_area": null,
1203
- "grid_auto_columns": null,
1204
- "grid_auto_flow": null,
1205
- "grid_auto_rows": null,
1206
- "grid_column": null,
1207
- "grid_gap": null,
1208
- "grid_row": null,
1209
- "grid_template_areas": null,
1210
- "grid_template_columns": null,
1211
- "grid_template_rows": null,
1212
- "height": null,
1213
- "justify_content": null,
1214
- "justify_items": null,
1215
- "left": null,
1216
- "margin": null,
1217
- "max_height": null,
1218
- "max_width": null,
1219
- "min_height": null,
1220
- "min_width": null,
1221
- "object_fit": null,
1222
- "object_position": null,
1223
- "order": null,
1224
- "overflow": null,
1225
- "overflow_x": null,
1226
- "overflow_y": null,
1227
- "padding": null,
1228
- "right": null,
1229
- "top": null,
1230
- "visibility": null,
1231
- "width": null
1232
- }
1233
- },
1234
- "33fc0b59375f49e79411a8364a4dbc6e": {
1235
- "model_module": "@jupyter-widgets/controls",
1236
- "model_module_version": "1.5.0",
1237
- "model_name": "HTMLModel",
1238
- "state": {
1239
- "_dom_classes": [],
1240
- "_model_module": "@jupyter-widgets/controls",
1241
- "_model_module_version": "1.5.0",
1242
- "_model_name": "HTMLModel",
1243
- "_view_count": null,
1244
- "_view_module": "@jupyter-widgets/controls",
1245
- "_view_module_version": "1.5.0",
1246
- "_view_name": "HTMLView",
1247
- "description": "",
1248
- "description_tooltip": null,
1249
- "layout": "IPY_MODEL_6416ef73c1654d60bd048d950de7731c",
1250
- "placeholder": "​",
1251
- "style": "IPY_MODEL_16117f35fa954d079978ad5fbb7907e9",
1252
- "value": "Shuffling /root/tensorflow_datasets/oxford_flowers102/incomplete.7JJ7ZR_2.1.1/oxford_flowers102-test.tfrecord*...:   0%"
1253
- }
1254
- },
1255
- "3cbc1594351c4df0886ef0a1c69d7331": {
1256
- "model_module": "@jupyter-widgets/controls",
1257
- "model_module_version": "1.5.0",
1258
- "model_name": "DescriptionStyleModel",
1259
- "state": {
1260
- "_model_module": "@jupyter-widgets/controls",
1261
- "_model_module_version": "1.5.0",
1262
- "_model_name": "DescriptionStyleModel",
1263
- "_view_count": null,
1264
- "_view_module": "@jupyter-widgets/base",
1265
- "_view_module_version": "1.2.0",
1266
- "_view_name": "StyleView",
1267
- "description_width": ""
1268
- }
1269
- },
1270
- "3de0e173e3cf488298b582a0bbb00c42": {
1271
- "model_module": "@jupyter-widgets/controls",
1272
- "model_module_version": "1.5.0",
1273
- "model_name": "HTMLModel",
1274
- "state": {
1275
- "_dom_classes": [],
1276
- "_model_module": "@jupyter-widgets/controls",
1277
- "_model_module_version": "1.5.0",
1278
- "_model_name": "HTMLModel",
1279
- "_view_count": null,
1280
- "_view_module": "@jupyter-widgets/controls",
1281
- "_view_module_version": "1.5.0",
1282
- "_view_name": "HTMLView",
1283
- "description": "",
1284
- "description_tooltip": null,
1285
- "layout": "IPY_MODEL_2bb847f8e65f4fa380a0421e9ab84c19",
1286
- "placeholder": "​",
1287
- "style": "IPY_MODEL_0d23267c87a746d78079188154f97ee8",
1288
- "value": " 0/1020 [00:00<?, ? examples/s]"
1289
- }
1290
- },
1291
- "3f2fe17072c647f895d440ada21e0578": {
1292
- "model_module": "@jupyter-widgets/base",
1293
- "model_module_version": "1.2.0",
1294
- "model_name": "LayoutModel",
1295
- "state": {
1296
- "_model_module": "@jupyter-widgets/base",
1297
- "_model_module_version": "1.2.0",
1298
- "_model_name": "LayoutModel",
1299
- "_view_count": null,
1300
- "_view_module": "@jupyter-widgets/base",
1301
- "_view_module_version": "1.2.0",
1302
- "_view_name": "LayoutView",
1303
- "align_content": null,
1304
- "align_items": null,
1305
- "align_self": null,
1306
- "border": null,
1307
- "bottom": null,
1308
- "display": null,
1309
- "flex": null,
1310
- "flex_flow": null,
1311
- "grid_area": null,
1312
- "grid_auto_columns": null,
1313
- "grid_auto_flow": null,
1314
- "grid_auto_rows": null,
1315
- "grid_column": null,
1316
- "grid_gap": null,
1317
- "grid_row": null,
1318
- "grid_template_areas": null,
1319
- "grid_template_columns": null,
1320
- "grid_template_rows": null,
1321
- "height": null,
1322
- "justify_content": null,
1323
- "justify_items": null,
1324
- "left": null,
1325
- "margin": null,
1326
- "max_height": null,
1327
- "max_width": null,
1328
- "min_height": null,
1329
- "min_width": null,
1330
- "object_fit": null,
1331
- "object_position": null,
1332
- "order": null,
1333
- "overflow": null,
1334
- "overflow_x": null,
1335
- "overflow_y": null,
1336
- "padding": null,
1337
- "right": null,
1338
- "top": null,
1339
- "visibility": null,
1340
- "width": null
1341
- }
1342
- },
1343
- "43e1624815864f43ad7d0ffdce73a645": {
1344
- "model_module": "@jupyter-widgets/controls",
1345
- "model_module_version": "1.5.0",
1346
- "model_name": "HTMLModel",
1347
- "state": {
1348
- "_dom_classes": [],
1349
- "_model_module": "@jupyter-widgets/controls",
1350
- "_model_module_version": "1.5.0",
1351
- "_model_name": "HTMLModel",
1352
- "_view_count": null,
1353
- "_view_module": "@jupyter-widgets/controls",
1354
- "_view_module_version": "1.5.0",
1355
- "_view_name": "HTMLView",
1356
- "description": "",
1357
- "description_tooltip": null,
1358
- "layout": "IPY_MODEL_4b57c482e86247978fb917c02c8d0078",
1359
- "placeholder": "​",
1360
- "style": "IPY_MODEL_e90d7c3221834850bf769e7445a6a534",
1361
- "value": " 0/1020 [00:00<?, ? examples/s]"
1362
- }
1363
- },
1364
- "470e50fc5465420c9abf566c6fd87d6b": {
1365
- "model_module": "@jupyter-widgets/controls",
1366
- "model_module_version": "1.5.0",
1367
- "model_name": "DescriptionStyleModel",
1368
- "state": {
1369
- "_model_module": "@jupyter-widgets/controls",
1370
- "_model_module_version": "1.5.0",
1371
- "_model_name": "DescriptionStyleModel",
1372
- "_view_count": null,
1373
- "_view_module": "@jupyter-widgets/base",
1374
- "_view_module_version": "1.2.0",
1375
- "_view_name": "StyleView",
1376
- "description_width": ""
1377
- }
1378
- },
1379
- "49b75059c8484277af78d3255175bcb2": {
1380
- "model_module": "@jupyter-widgets/controls",
1381
- "model_module_version": "1.5.0",
1382
- "model_name": "HTMLModel",
1383
- "state": {
1384
- "_dom_classes": [],
1385
- "_model_module": "@jupyter-widgets/controls",
1386
- "_model_module_version": "1.5.0",
1387
- "_model_name": "HTMLModel",
1388
- "_view_count": null,
1389
- "_view_module": "@jupyter-widgets/controls",
1390
- "_view_module_version": "1.5.0",
1391
- "_view_name": "HTMLView",
1392
- "description": "",
1393
- "description_tooltip": null,
1394
- "layout": "IPY_MODEL_22b3a20d96c343d8922819c3d43098a3",
1395
- "placeholder": "​",
1396
- "style": "IPY_MODEL_ff7a290a4c324d35857468b010fa6473",
1397
- "value": " 3/3 [00:04<00:00,  1.25s/ splits]"
1398
- }
1399
- },
1400
- "4b57c482e86247978fb917c02c8d0078": {
1401
- "model_module": "@jupyter-widgets/base",
1402
- "model_module_version": "1.2.0",
1403
- "model_name": "LayoutModel",
1404
- "state": {
1405
- "_model_module": "@jupyter-widgets/base",
1406
- "_model_module_version": "1.2.0",
1407
- "_model_name": "LayoutModel",
1408
- "_view_count": null,
1409
- "_view_module": "@jupyter-widgets/base",
1410
- "_view_module_version": "1.2.0",
1411
- "_view_name": "LayoutView",
1412
- "align_content": null,
1413
- "align_items": null,
1414
- "align_self": null,
1415
- "border": null,
1416
- "bottom": null,
1417
- "display": null,
1418
- "flex": null,
1419
- "flex_flow": null,
1420
- "grid_area": null,
1421
- "grid_auto_columns": null,
1422
- "grid_auto_flow": null,
1423
- "grid_auto_rows": null,
1424
- "grid_column": null,
1425
- "grid_gap": null,
1426
- "grid_row": null,
1427
- "grid_template_areas": null,
1428
- "grid_template_columns": null,
1429
- "grid_template_rows": null,
1430
- "height": null,
1431
- "justify_content": null,
1432
- "justify_items": null,
1433
- "left": null,
1434
- "margin": null,
1435
- "max_height": null,
1436
- "max_width": null,
1437
- "min_height": null,
1438
- "min_width": null,
1439
- "object_fit": null,
1440
- "object_position": null,
1441
- "order": null,
1442
- "overflow": null,
1443
- "overflow_x": null,
1444
- "overflow_y": null,
1445
- "padding": null,
1446
- "right": null,
1447
- "top": null,
1448
- "visibility": null,
1449
- "width": null
1450
- }
1451
- },
1452
- "4ccbf37c70d843bdbf18c1693cd632b0": {
1453
- "model_module": "@jupyter-widgets/controls",
1454
- "model_module_version": "1.5.0",
1455
- "model_name": "FloatProgressModel",
1456
- "state": {
1457
- "_dom_classes": [],
1458
- "_model_module": "@jupyter-widgets/controls",
1459
- "_model_module_version": "1.5.0",
1460
- "_model_name": "FloatProgressModel",
1461
- "_view_count": null,
1462
- "_view_module": "@jupyter-widgets/controls",
1463
- "_view_module_version": "1.5.0",
1464
- "_view_name": "ProgressView",
1465
- "bar_style": "success",
1466
- "description": "",
1467
- "description_tooltip": null,
1468
- "layout": "IPY_MODEL_fba611f504774975aea0d8912686eac6",
1469
- "max": 1,
1470
- "min": 0,
1471
- "orientation": "horizontal",
1472
- "style": "IPY_MODEL_85298ffd660b4fa29b14de6cacc2e43b",
1473
- "value": 1
1474
- }
1475
- },
1476
- "4d8b85de22fe44da8c467f0f107260a8": {
1477
- "model_module": "@jupyter-widgets/base",
1478
- "model_module_version": "1.2.0",
1479
- "model_name": "LayoutModel",
1480
- "state": {
1481
- "_model_module": "@jupyter-widgets/base",
1482
- "_model_module_version": "1.2.0",
1483
- "_model_name": "LayoutModel",
1484
- "_view_count": null,
1485
- "_view_module": "@jupyter-widgets/base",
1486
- "_view_module_version": "1.2.0",
1487
- "_view_name": "LayoutView",
1488
- "align_content": null,
1489
- "align_items": null,
1490
- "align_self": null,
1491
- "border": null,
1492
- "bottom": null,
1493
- "display": null,
1494
- "flex": null,
1495
- "flex_flow": null,
1496
- "grid_area": null,
1497
- "grid_auto_columns": null,
1498
- "grid_auto_flow": null,
1499
- "grid_auto_rows": null,
1500
- "grid_column": null,
1501
- "grid_gap": null,
1502
- "grid_row": null,
1503
- "grid_template_areas": null,
1504
- "grid_template_columns": null,
1505
- "grid_template_rows": null,
1506
- "height": null,
1507
- "justify_content": null,
1508
- "justify_items": null,
1509
- "left": null,
1510
- "margin": null,
1511
- "max_height": null,
1512
- "max_width": null,
1513
- "min_height": null,
1514
- "min_width": null,
1515
- "object_fit": null,
1516
- "object_position": null,
1517
- "order": null,
1518
- "overflow": null,
1519
- "overflow_x": null,
1520
- "overflow_y": null,
1521
- "padding": null,
1522
- "right": null,
1523
- "top": null,
1524
- "visibility": null,
1525
- "width": null
1526
- }
1527
- },
1528
- "4f2fa007044643d5a1b0b794e36efe16": {
1529
- "model_module": "@jupyter-widgets/controls",
1530
- "model_module_version": "1.5.0",
1531
- "model_name": "HTMLModel",
1532
- "state": {
1533
- "_dom_classes": [],
1534
- "_model_module": "@jupyter-widgets/controls",
1535
- "_model_module_version": "1.5.0",
1536
- "_model_name": "HTMLModel",
1537
- "_view_count": null,
1538
- "_view_module": "@jupyter-widgets/controls",
1539
- "_view_module_version": "1.5.0",
1540
- "_view_name": "HTMLView",
1541
- "description": "",
1542
- "description_tooltip": null,
1543
- "layout": "IPY_MODEL_1b5b0b0019d946f0a9412d89777997bf",
1544
- "placeholder": "​",
1545
- "style": "IPY_MODEL_124e9a2d82f24fe3864c361aee13e790",
1546
- "value": " 0/1020 [00:00<?, ? examples/s]"
1547
- }
1548
- },
1549
- "4f7dc26c6b4941948f1d02a8109a9a8f": {
1550
- "model_module": "@jupyter-widgets/base",
1551
- "model_module_version": "1.2.0",
1552
- "model_name": "LayoutModel",
1553
- "state": {
1554
- "_model_module": "@jupyter-widgets/base",
1555
- "_model_module_version": "1.2.0",
1556
- "_model_name": "LayoutModel",
1557
- "_view_count": null,
1558
- "_view_module": "@jupyter-widgets/base",
1559
- "_view_module_version": "1.2.0",
1560
- "_view_name": "LayoutView",
1561
- "align_content": null,
1562
- "align_items": null,
1563
- "align_self": null,
1564
- "border": null,
1565
- "bottom": null,
1566
- "display": null,
1567
- "flex": null,
1568
- "flex_flow": null,
1569
- "grid_area": null,
1570
- "grid_auto_columns": null,
1571
- "grid_auto_flow": null,
1572
- "grid_auto_rows": null,
1573
- "grid_column": null,
1574
- "grid_gap": null,
1575
- "grid_row": null,
1576
- "grid_template_areas": null,
1577
- "grid_template_columns": null,
1578
- "grid_template_rows": null,
1579
- "height": null,
1580
- "justify_content": null,
1581
- "justify_items": null,
1582
- "left": null,
1583
- "margin": null,
1584
- "max_height": null,
1585
- "max_width": null,
1586
- "min_height": null,
1587
- "min_width": null,
1588
- "object_fit": null,
1589
- "object_position": null,
1590
- "order": null,
1591
- "overflow": null,
1592
- "overflow_x": null,
1593
- "overflow_y": null,
1594
- "padding": null,
1595
- "right": null,
1596
- "top": null,
1597
- "visibility": null,
1598
- "width": null
1599
- }
1600
- },
1601
- "54a828355fbc442c9e02b3287c3e4885": {
1602
- "model_module": "@jupyter-widgets/controls",
1603
- "model_module_version": "1.5.0",
1604
- "model_name": "HTMLModel",
1605
- "state": {
1606
- "_dom_classes": [],
1607
- "_model_module": "@jupyter-widgets/controls",
1608
- "_model_module_version": "1.5.0",
1609
- "_model_name": "HTMLModel",
1610
- "_view_count": null,
1611
- "_view_module": "@jupyter-widgets/controls",
1612
- "_view_module_version": "1.5.0",
1613
- "_view_name": "HTMLView",
1614
- "description": "",
1615
- "description_tooltip": null,
1616
- "layout": "IPY_MODEL_b929cf81be74431d9fdf0d1ac9b8db30",
1617
- "placeholder": "​",
1618
- "style": "IPY_MODEL_0b3ba4b760044e72aa06148022973bde",
1619
- "value": " 0/1020 [00:00<?, ? examples/s]"
1620
- }
1621
- },
1622
- "55248fa2ee8944a6a646db2c4cc5b462": {
1623
- "model_module": "@jupyter-widgets/controls",
1624
- "model_module_version": "1.5.0",
1625
- "model_name": "DescriptionStyleModel",
1626
- "state": {
1627
- "_model_module": "@jupyter-widgets/controls",
1628
- "_model_module_version": "1.5.0",
1629
- "_model_name": "DescriptionStyleModel",
1630
- "_view_count": null,
1631
- "_view_module": "@jupyter-widgets/base",
1632
- "_view_module_version": "1.2.0",
1633
- "_view_name": "StyleView",
1634
- "description_width": ""
1635
- }
1636
- },
1637
- "59c540cabbc1470980b776c4ed4e2b2d": {
1638
- "model_module": "@jupyter-widgets/controls",
1639
- "model_module_version": "1.5.0",
1640
- "model_name": "HBoxModel",
1641
- "state": {
1642
- "_dom_classes": [],
1643
- "_model_module": "@jupyter-widgets/controls",
1644
- "_model_module_version": "1.5.0",
1645
- "_model_name": "HBoxModel",
1646
- "_view_count": null,
1647
- "_view_module": "@jupyter-widgets/controls",
1648
- "_view_module_version": "1.5.0",
1649
- "_view_name": "HBoxView",
1650
- "box_style": "",
1651
- "children": [
1652
- "IPY_MODEL_11cc1a7158b84c55b8b073d0b6bbef27",
1653
- "IPY_MODEL_d8206a40995f4a4d852ec9f97de788f6",
1654
- "IPY_MODEL_f44e3834d96d4b6ea95e3484d38787a9"
1655
- ],
1656
- "layout": "IPY_MODEL_5f669dd7671d44609048e127eae488bf"
1657
- }
1658
- },
1659
- "5acd402a3ec8459f83425bb7a97ff85c": {
1660
- "model_module": "@jupyter-widgets/base",
1661
- "model_module_version": "1.2.0",
1662
- "model_name": "LayoutModel",
1663
- "state": {
1664
- "_model_module": "@jupyter-widgets/base",
1665
- "_model_module_version": "1.2.0",
1666
- "_model_name": "LayoutModel",
1667
- "_view_count": null,
1668
- "_view_module": "@jupyter-widgets/base",
1669
- "_view_module_version": "1.2.0",
1670
- "_view_name": "LayoutView",
1671
- "align_content": null,
1672
- "align_items": null,
1673
- "align_self": null,
1674
- "border": null,
1675
- "bottom": null,
1676
- "display": null,
1677
- "flex": null,
1678
- "flex_flow": null,
1679
- "grid_area": null,
1680
- "grid_auto_columns": null,
1681
- "grid_auto_flow": null,
1682
- "grid_auto_rows": null,
1683
- "grid_column": null,
1684
- "grid_gap": null,
1685
- "grid_row": null,
1686
- "grid_template_areas": null,
1687
- "grid_template_columns": null,
1688
- "grid_template_rows": null,
1689
- "height": null,
1690
- "justify_content": null,
1691
- "justify_items": null,
1692
- "left": null,
1693
- "margin": null,
1694
- "max_height": null,
1695
- "max_width": null,
1696
- "min_height": null,
1697
- "min_width": null,
1698
- "object_fit": null,
1699
- "object_position": null,
1700
- "order": null,
1701
- "overflow": null,
1702
- "overflow_x": null,
1703
- "overflow_y": null,
1704
- "padding": null,
1705
- "right": null,
1706
- "top": null,
1707
- "visibility": "hidden",
1708
- "width": null
1709
- }
1710
- },
1711
- "5c3ab488d513451d8b7db20773a00ebe": {
1712
- "model_module": "@jupyter-widgets/controls",
1713
- "model_module_version": "1.5.0",
1714
- "model_name": "HTMLModel",
1715
- "state": {
1716
- "_dom_classes": [],
1717
- "_model_module": "@jupyter-widgets/controls",
1718
- "_model_module_version": "1.5.0",
1719
- "_model_name": "HTMLModel",
1720
- "_view_count": null,
1721
- "_view_module": "@jupyter-widgets/controls",
1722
- "_view_module_version": "1.5.0",
1723
- "_view_name": "HTMLView",
1724
- "description": "",
1725
- "description_tooltip": null,
1726
- "layout": "IPY_MODEL_4d8b85de22fe44da8c467f0f107260a8",
1727
- "placeholder": "​",
1728
- "style": "IPY_MODEL_d46b47ee09d7473aa13dac1aad7465e0",
1729
- "value": "Extraction completed...: 100%"
1730
- }
1731
- },
1732
- "5ed8bd15de29407892572754ae2a1662": {
1733
- "model_module": "@jupyter-widgets/base",
1734
- "model_module_version": "1.2.0",
1735
- "model_name": "LayoutModel",
1736
- "state": {
1737
- "_model_module": "@jupyter-widgets/base",
1738
- "_model_module_version": "1.2.0",
1739
- "_model_name": "LayoutModel",
1740
- "_view_count": null,
1741
- "_view_module": "@jupyter-widgets/base",
1742
- "_view_module_version": "1.2.0",
1743
- "_view_name": "LayoutView",
1744
- "align_content": null,
1745
- "align_items": null,
1746
- "align_self": null,
1747
- "border": null,
1748
- "bottom": null,
1749
- "display": null,
1750
- "flex": null,
1751
- "flex_flow": null,
1752
- "grid_area": null,
1753
- "grid_auto_columns": null,
1754
- "grid_auto_flow": null,
1755
- "grid_auto_rows": null,
1756
- "grid_column": null,
1757
- "grid_gap": null,
1758
- "grid_row": null,
1759
- "grid_template_areas": null,
1760
- "grid_template_columns": null,
1761
- "grid_template_rows": null,
1762
- "height": null,
1763
- "justify_content": null,
1764
- "justify_items": null,
1765
- "left": null,
1766
- "margin": null,
1767
- "max_height": null,
1768
- "max_width": null,
1769
- "min_height": null,
1770
- "min_width": null,
1771
- "object_fit": null,
1772
- "object_position": null,
1773
- "order": null,
1774
- "overflow": null,
1775
- "overflow_x": null,
1776
- "overflow_y": null,
1777
- "padding": null,
1778
- "right": null,
1779
- "top": null,
1780
- "visibility": null,
1781
- "width": null
1782
- }
1783
- },
1784
- "5f669dd7671d44609048e127eae488bf": {
1785
- "model_module": "@jupyter-widgets/base",
1786
- "model_module_version": "1.2.0",
1787
- "model_name": "LayoutModel",
1788
- "state": {
1789
- "_model_module": "@jupyter-widgets/base",
1790
- "_model_module_version": "1.2.0",
1791
- "_model_name": "LayoutModel",
1792
- "_view_count": null,
1793
- "_view_module": "@jupyter-widgets/base",
1794
- "_view_module_version": "1.2.0",
1795
- "_view_name": "LayoutView",
1796
- "align_content": null,
1797
- "align_items": null,
1798
- "align_self": null,
1799
- "border": null,
1800
- "bottom": null,
1801
- "display": null,
1802
- "flex": null,
1803
- "flex_flow": null,
1804
- "grid_area": null,
1805
- "grid_auto_columns": null,
1806
- "grid_auto_flow": null,
1807
- "grid_auto_rows": null,
1808
- "grid_column": null,
1809
- "grid_gap": null,
1810
- "grid_row": null,
1811
- "grid_template_areas": null,
1812
- "grid_template_columns": null,
1813
- "grid_template_rows": null,
1814
- "height": null,
1815
- "justify_content": null,
1816
- "justify_items": null,
1817
- "left": null,
1818
- "margin": null,
1819
- "max_height": null,
1820
- "max_width": null,
1821
- "min_height": null,
1822
- "min_width": null,
1823
- "object_fit": null,
1824
- "object_position": null,
1825
- "order": null,
1826
- "overflow": null,
1827
- "overflow_x": null,
1828
- "overflow_y": null,
1829
- "padding": null,
1830
- "right": null,
1831
- "top": null,
1832
- "visibility": "hidden",
1833
- "width": null
1834
- }
1835
- },
1836
- "6416ef73c1654d60bd048d950de7731c": {
1837
- "model_module": "@jupyter-widgets/base",
1838
- "model_module_version": "1.2.0",
1839
- "model_name": "LayoutModel",
1840
- "state": {
1841
- "_model_module": "@jupyter-widgets/base",
1842
- "_model_module_version": "1.2.0",
1843
- "_model_name": "LayoutModel",
1844
- "_view_count": null,
1845
- "_view_module": "@jupyter-widgets/base",
1846
- "_view_module_version": "1.2.0",
1847
- "_view_name": "LayoutView",
1848
- "align_content": null,
1849
- "align_items": null,
1850
- "align_self": null,
1851
- "border": null,
1852
- "bottom": null,
1853
- "display": null,
1854
- "flex": null,
1855
- "flex_flow": null,
1856
- "grid_area": null,
1857
- "grid_auto_columns": null,
1858
- "grid_auto_flow": null,
1859
- "grid_auto_rows": null,
1860
- "grid_column": null,
1861
- "grid_gap": null,
1862
- "grid_row": null,
1863
- "grid_template_areas": null,
1864
- "grid_template_columns": null,
1865
- "grid_template_rows": null,
1866
- "height": null,
1867
- "justify_content": null,
1868
- "justify_items": null,
1869
- "left": null,
1870
- "margin": null,
1871
- "max_height": null,
1872
- "max_width": null,
1873
- "min_height": null,
1874
- "min_width": null,
1875
- "object_fit": null,
1876
- "object_position": null,
1877
- "order": null,
1878
- "overflow": null,
1879
- "overflow_x": null,
1880
- "overflow_y": null,
1881
- "padding": null,
1882
- "right": null,
1883
- "top": null,
1884
- "visibility": null,
1885
- "width": null
1886
- }
1887
- },
1888
- "660594fad70c4384a705edc5f40e3c2e": {
1889
- "model_module": "@jupyter-widgets/controls",
1890
- "model_module_version": "1.5.0",
1891
- "model_name": "ProgressStyleModel",
1892
- "state": {
1893
- "_model_module": "@jupyter-widgets/controls",
1894
- "_model_module_version": "1.5.0",
1895
- "_model_name": "ProgressStyleModel",
1896
- "_view_count": null,
1897
- "_view_module": "@jupyter-widgets/base",
1898
- "_view_module_version": "1.2.0",
1899
- "_view_name": "StyleView",
1900
- "bar_color": null,
1901
- "description_width": ""
1902
- }
1903
- },
1904
- "6a0a8f5a4e9c4bc59fa335471ec4f542": {
1905
- "model_module": "@jupyter-widgets/controls",
1906
- "model_module_version": "1.5.0",
1907
- "model_name": "HTMLModel",
1908
- "state": {
1909
- "_dom_classes": [],
1910
- "_model_module": "@jupyter-widgets/controls",
1911
- "_model_module_version": "1.5.0",
1912
- "_model_name": "HTMLModel",
1913
- "_view_count": null,
1914
- "_view_module": "@jupyter-widgets/controls",
1915
- "_view_module_version": "1.5.0",
1916
- "_view_name": "HTMLView",
1917
- "description": "",
1918
- "description_tooltip": null,
1919
- "layout": "IPY_MODEL_e86ca39294c340b3a6a564730de0ff2a",
1920
- "placeholder": "​",
1921
- "style": "IPY_MODEL_ab8499cf9da74097803edb8e2219bb8e",
1922
- "value": "Generating validation examples...:   0%"
1923
- }
1924
- },
1925
- "6bd0456dbd2d404b96c19cce9bc9769a": {
1926
- "model_module": "@jupyter-widgets/controls",
1927
- "model_module_version": "1.5.0",
1928
- "model_name": "ProgressStyleModel",
1929
- "state": {
1930
- "_model_module": "@jupyter-widgets/controls",
1931
- "_model_module_version": "1.5.0",
1932
- "_model_name": "ProgressStyleModel",
1933
- "_view_count": null,
1934
- "_view_module": "@jupyter-widgets/base",
1935
- "_view_module_version": "1.2.0",
1936
- "_view_name": "StyleView",
1937
- "bar_color": null,
1938
- "description_width": ""
1939
- }
1940
- },
1941
- "6e5e5696300441a3a9303b779f8476f0": {
1942
- "model_module": "@jupyter-widgets/controls",
1943
- "model_module_version": "1.5.0",
1944
- "model_name": "FloatProgressModel",
1945
- "state": {
1946
- "_dom_classes": [],
1947
- "_model_module": "@jupyter-widgets/controls",
1948
- "_model_module_version": "1.5.0",
1949
- "_model_name": "FloatProgressModel",
1950
- "_view_count": null,
1951
- "_view_module": "@jupyter-widgets/controls",
1952
- "_view_module_version": "1.5.0",
1953
- "_view_name": "ProgressView",
1954
- "bar_style": "success",
1955
- "description": "",
1956
- "description_tooltip": null,
1957
- "layout": "IPY_MODEL_c2428df076f648f695a5387812aa9eae",
1958
- "max": 1,
1959
- "min": 0,
1960
- "orientation": "horizontal",
1961
- "style": "IPY_MODEL_c3a73115a49a435a8490a9d31b8e5e19",
1962
- "value": 1
1963
- }
1964
- },
1965
- "6e76ecb3b6be412798fa3b03e74798c1": {
1966
- "model_module": "@jupyter-widgets/base",
1967
- "model_module_version": "1.2.0",
1968
- "model_name": "LayoutModel",
1969
- "state": {
1970
- "_model_module": "@jupyter-widgets/base",
1971
- "_model_module_version": "1.2.0",
1972
- "_model_name": "LayoutModel",
1973
- "_view_count": null,
1974
- "_view_module": "@jupyter-widgets/base",
1975
- "_view_module_version": "1.2.0",
1976
- "_view_name": "LayoutView",
1977
- "align_content": null,
1978
- "align_items": null,
1979
- "align_self": null,
1980
- "border": null,
1981
- "bottom": null,
1982
- "display": null,
1983
- "flex": null,
1984
- "flex_flow": null,
1985
- "grid_area": null,
1986
- "grid_auto_columns": null,
1987
- "grid_auto_flow": null,
1988
- "grid_auto_rows": null,
1989
- "grid_column": null,
1990
- "grid_gap": null,
1991
- "grid_row": null,
1992
- "grid_template_areas": null,
1993
- "grid_template_columns": null,
1994
- "grid_template_rows": null,
1995
- "height": null,
1996
- "justify_content": null,
1997
- "justify_items": null,
1998
- "left": null,
1999
- "margin": null,
2000
- "max_height": null,
2001
- "max_width": null,
2002
- "min_height": null,
2003
- "min_width": null,
2004
- "object_fit": null,
2005
- "object_position": null,
2006
- "order": null,
2007
- "overflow": null,
2008
- "overflow_x": null,
2009
- "overflow_y": null,
2010
- "padding": null,
2011
- "right": null,
2012
- "top": null,
2013
- "visibility": "hidden",
2014
- "width": null
2015
- }
2016
- },
2017
- "7c0648fcda6049d083f104e0cdf92d27": {
2018
- "model_module": "@jupyter-widgets/controls",
2019
- "model_module_version": "1.5.0",
2020
- "model_name": "HTMLModel",
2021
- "state": {
2022
- "_dom_classes": [],
2023
- "_model_module": "@jupyter-widgets/controls",
2024
- "_model_module_version": "1.5.0",
2025
- "_model_name": "HTMLModel",
2026
- "_view_count": null,
2027
- "_view_module": "@jupyter-widgets/controls",
2028
- "_view_module_version": "1.5.0",
2029
- "_view_name": "HTMLView",
2030
- "description": "",
2031
- "description_tooltip": null,
2032
- "layout": "IPY_MODEL_98ebcffb9c124aecb27b8857f26e8ca8",
2033
- "placeholder": "​",
2034
- "style": "IPY_MODEL_55248fa2ee8944a6a646db2c4cc5b462",
2035
- "value": " 3/3 [00:26<00:00,  4.50s/ url]"
2036
- }
2037
- },
2038
- "7fabfd8450054881a3dab452256aa988": {
2039
- "model_module": "@jupyter-widgets/base",
2040
- "model_module_version": "1.2.0",
2041
- "model_name": "LayoutModel",
2042
- "state": {
2043
- "_model_module": "@jupyter-widgets/base",
2044
- "_model_module_version": "1.2.0",
2045
- "_model_name": "LayoutModel",
2046
- "_view_count": null,
2047
- "_view_module": "@jupyter-widgets/base",
2048
- "_view_module_version": "1.2.0",
2049
- "_view_name": "LayoutView",
2050
- "align_content": null,
2051
- "align_items": null,
2052
- "align_self": null,
2053
- "border": null,
2054
- "bottom": null,
2055
- "display": null,
2056
- "flex": null,
2057
- "flex_flow": null,
2058
- "grid_area": null,
2059
- "grid_auto_columns": null,
2060
- "grid_auto_flow": null,
2061
- "grid_auto_rows": null,
2062
- "grid_column": null,
2063
- "grid_gap": null,
2064
- "grid_row": null,
2065
- "grid_template_areas": null,
2066
- "grid_template_columns": null,
2067
- "grid_template_rows": null,
2068
- "height": null,
2069
- "justify_content": null,
2070
- "justify_items": null,
2071
- "left": null,
2072
- "margin": null,
2073
- "max_height": null,
2074
- "max_width": null,
2075
- "min_height": null,
2076
- "min_width": null,
2077
- "object_fit": null,
2078
- "object_position": null,
2079
- "order": null,
2080
- "overflow": null,
2081
- "overflow_x": null,
2082
- "overflow_y": null,
2083
- "padding": null,
2084
- "right": null,
2085
- "top": null,
2086
- "visibility": null,
2087
- "width": null
2088
- }
2089
- },
2090
- "80c6742db84446158965a9996cea06b1": {
2091
- "model_module": "@jupyter-widgets/controls",
2092
- "model_module_version": "1.5.0",
2093
- "model_name": "HBoxModel",
2094
- "state": {
2095
- "_dom_classes": [],
2096
- "_model_module": "@jupyter-widgets/controls",
2097
- "_model_module_version": "1.5.0",
2098
- "_model_name": "HBoxModel",
2099
- "_view_count": null,
2100
- "_view_module": "@jupyter-widgets/controls",
2101
- "_view_module_version": "1.5.0",
2102
- "_view_name": "HBoxView",
2103
- "box_style": "",
2104
- "children": [
2105
- "IPY_MODEL_a8ddaf0ebd78432a906d32d6cc8c05e7",
2106
- "IPY_MODEL_c7c636411cd544e0a948dcb6597bbe5d",
2107
- "IPY_MODEL_49b75059c8484277af78d3255175bcb2"
2108
- ],
2109
- "layout": "IPY_MODEL_283e9ee7aa02441695364ac53acb5f9e"
2110
- }
2111
- },
2112
- "8329686aafc6492ea9bc5bb2bc4b1dda": {
2113
- "model_module": "@jupyter-widgets/controls",
2114
- "model_module_version": "1.5.0",
2115
- "model_name": "DescriptionStyleModel",
2116
- "state": {
2117
- "_model_module": "@jupyter-widgets/controls",
2118
- "_model_module_version": "1.5.0",
2119
- "_model_name": "DescriptionStyleModel",
2120
- "_view_count": null,
2121
- "_view_module": "@jupyter-widgets/base",
2122
- "_view_module_version": "1.2.0",
2123
- "_view_name": "StyleView",
2124
- "description_width": ""
2125
- }
2126
- },
2127
- "83758c4b50594fa1b6b79106530f8987": {
2128
- "model_module": "@jupyter-widgets/base",
2129
- "model_module_version": "1.2.0",
2130
- "model_name": "LayoutModel",
2131
- "state": {
2132
- "_model_module": "@jupyter-widgets/base",
2133
- "_model_module_version": "1.2.0",
2134
- "_model_name": "LayoutModel",
2135
- "_view_count": null,
2136
- "_view_module": "@jupyter-widgets/base",
2137
- "_view_module_version": "1.2.0",
2138
- "_view_name": "LayoutView",
2139
- "align_content": null,
2140
- "align_items": null,
2141
- "align_self": null,
2142
- "border": null,
2143
- "bottom": null,
2144
- "display": null,
2145
- "flex": null,
2146
- "flex_flow": null,
2147
- "grid_area": null,
2148
- "grid_auto_columns": null,
2149
- "grid_auto_flow": null,
2150
- "grid_auto_rows": null,
2151
- "grid_column": null,
2152
- "grid_gap": null,
2153
- "grid_row": null,
2154
- "grid_template_areas": null,
2155
- "grid_template_columns": null,
2156
- "grid_template_rows": null,
2157
- "height": null,
2158
- "justify_content": null,
2159
- "justify_items": null,
2160
- "left": null,
2161
- "margin": null,
2162
- "max_height": null,
2163
- "max_width": null,
2164
- "min_height": null,
2165
- "min_width": null,
2166
- "object_fit": null,
2167
- "object_position": null,
2168
- "order": null,
2169
- "overflow": null,
2170
- "overflow_x": null,
2171
- "overflow_y": null,
2172
- "padding": null,
2173
- "right": null,
2174
- "top": null,
2175
- "visibility": null,
2176
- "width": null
2177
- }
2178
- },
2179
- "85298ffd660b4fa29b14de6cacc2e43b": {
2180
- "model_module": "@jupyter-widgets/controls",
2181
- "model_module_version": "1.5.0",
2182
- "model_name": "ProgressStyleModel",
2183
- "state": {
2184
- "_model_module": "@jupyter-widgets/controls",
2185
- "_model_module_version": "1.5.0",
2186
- "_model_name": "ProgressStyleModel",
2187
- "_view_count": null,
2188
- "_view_module": "@jupyter-widgets/base",
2189
- "_view_module_version": "1.2.0",
2190
- "_view_name": "StyleView",
2191
- "bar_color": null,
2192
- "description_width": ""
2193
- }
2194
- },
2195
- "8791fb3304da464197a9c63476a2a883": {
2196
- "model_module": "@jupyter-widgets/controls",
2197
- "model_module_version": "1.5.0",
2198
- "model_name": "HBoxModel",
2199
- "state": {
2200
- "_dom_classes": [],
2201
- "_model_module": "@jupyter-widgets/controls",
2202
- "_model_module_version": "1.5.0",
2203
- "_model_name": "HBoxModel",
2204
- "_view_count": null,
2205
- "_view_module": "@jupyter-widgets/controls",
2206
- "_view_module_version": "1.5.0",
2207
- "_view_name": "HBoxView",
2208
- "box_style": "",
2209
- "children": [
2210
- "IPY_MODEL_25c0c78555c54a9e93d819bd4d075486",
2211
- "IPY_MODEL_ed85933f26a14ac29d25af51c5de7196",
2212
- "IPY_MODEL_43e1624815864f43ad7d0ffdce73a645"
2213
- ],
2214
- "layout": "IPY_MODEL_ebf21778895e4cdda40530ca51fdd00c"
2215
- }
2216
- },
2217
- "899eba056c844c5b9342092f06cbaecb": {
2218
- "model_module": "@jupyter-widgets/base",
2219
- "model_module_version": "1.2.0",
2220
- "model_name": "LayoutModel",
2221
- "state": {
2222
- "_model_module": "@jupyter-widgets/base",
2223
- "_model_module_version": "1.2.0",
2224
- "_model_name": "LayoutModel",
2225
- "_view_count": null,
2226
- "_view_module": "@jupyter-widgets/base",
2227
- "_view_module_version": "1.2.0",
2228
- "_view_name": "LayoutView",
2229
- "align_content": null,
2230
- "align_items": null,
2231
- "align_self": null,
2232
- "border": null,
2233
- "bottom": null,
2234
- "display": null,
2235
- "flex": null,
2236
- "flex_flow": null,
2237
- "grid_area": null,
2238
- "grid_auto_columns": null,
2239
- "grid_auto_flow": null,
2240
- "grid_auto_rows": null,
2241
- "grid_column": null,
2242
- "grid_gap": null,
2243
- "grid_row": null,
2244
- "grid_template_areas": null,
2245
- "grid_template_columns": null,
2246
- "grid_template_rows": null,
2247
- "height": null,
2248
- "justify_content": null,
2249
- "justify_items": null,
2250
- "left": null,
2251
- "margin": null,
2252
- "max_height": null,
2253
- "max_width": null,
2254
- "min_height": null,
2255
- "min_width": null,
2256
- "object_fit": null,
2257
- "object_position": null,
2258
- "order": null,
2259
- "overflow": null,
2260
- "overflow_x": null,
2261
- "overflow_y": null,
2262
- "padding": null,
2263
- "right": null,
2264
- "top": null,
2265
- "visibility": null,
2266
- "width": null
2267
- }
2268
- },
2269
- "8f26c0d75e3943278131db78b75f85e3": {
2270
- "model_module": "@jupyter-widgets/base",
2271
- "model_module_version": "1.2.0",
2272
- "model_name": "LayoutModel",
2273
- "state": {
2274
- "_model_module": "@jupyter-widgets/base",
2275
- "_model_module_version": "1.2.0",
2276
- "_model_name": "LayoutModel",
2277
- "_view_count": null,
2278
- "_view_module": "@jupyter-widgets/base",
2279
- "_view_module_version": "1.2.0",
2280
- "_view_name": "LayoutView",
2281
- "align_content": null,
2282
- "align_items": null,
2283
- "align_self": null,
2284
- "border": null,
2285
- "bottom": null,
2286
- "display": null,
2287
- "flex": null,
2288
- "flex_flow": null,
2289
- "grid_area": null,
2290
- "grid_auto_columns": null,
2291
- "grid_auto_flow": null,
2292
- "grid_auto_rows": null,
2293
- "grid_column": null,
2294
- "grid_gap": null,
2295
- "grid_row": null,
2296
- "grid_template_areas": null,
2297
- "grid_template_columns": null,
2298
- "grid_template_rows": null,
2299
- "height": null,
2300
- "justify_content": null,
2301
- "justify_items": null,
2302
- "left": null,
2303
- "margin": null,
2304
- "max_height": null,
2305
- "max_width": null,
2306
- "min_height": null,
2307
- "min_width": null,
2308
- "object_fit": null,
2309
- "object_position": null,
2310
- "order": null,
2311
- "overflow": null,
2312
- "overflow_x": null,
2313
- "overflow_y": null,
2314
- "padding": null,
2315
- "right": null,
2316
- "top": null,
2317
- "visibility": null,
2318
- "width": null
2319
- }
2320
- },
2321
- "95de814b955b4e49bff477da3f0bd175": {
2322
- "model_module": "@jupyter-widgets/controls",
2323
- "model_module_version": "1.5.0",
2324
- "model_name": "HBoxModel",
2325
- "state": {
2326
- "_dom_classes": [],
2327
- "_model_module": "@jupyter-widgets/controls",
2328
- "_model_module_version": "1.5.0",
2329
- "_model_name": "HBoxModel",
2330
- "_view_count": null,
2331
- "_view_module": "@jupyter-widgets/controls",
2332
- "_view_module_version": "1.5.0",
2333
- "_view_name": "HBoxView",
2334
- "box_style": "",
2335
- "children": [
2336
- "IPY_MODEL_1df4854c8a9144bda88a3ab159a0a4d1",
2337
- "IPY_MODEL_6e5e5696300441a3a9303b779f8476f0",
2338
- "IPY_MODEL_ab41fbfd00be4bbeb4d71d06e2bee28a"
2339
- ],
2340
- "layout": "IPY_MODEL_83758c4b50594fa1b6b79106530f8987"
2341
- }
2342
- },
2343
- "9724b0db5a0547b8904e331d9dc3fcff": {
2344
- "model_module": "@jupyter-widgets/base",
2345
- "model_module_version": "1.2.0",
2346
- "model_name": "LayoutModel",
2347
- "state": {
2348
- "_model_module": "@jupyter-widgets/base",
2349
- "_model_module_version": "1.2.0",
2350
- "_model_name": "LayoutModel",
2351
- "_view_count": null,
2352
- "_view_module": "@jupyter-widgets/base",
2353
- "_view_module_version": "1.2.0",
2354
- "_view_name": "LayoutView",
2355
- "align_content": null,
2356
- "align_items": null,
2357
- "align_self": null,
2358
- "border": null,
2359
- "bottom": null,
2360
- "display": null,
2361
- "flex": null,
2362
- "flex_flow": null,
2363
- "grid_area": null,
2364
- "grid_auto_columns": null,
2365
- "grid_auto_flow": null,
2366
- "grid_auto_rows": null,
2367
- "grid_column": null,
2368
- "grid_gap": null,
2369
- "grid_row": null,
2370
- "grid_template_areas": null,
2371
- "grid_template_columns": null,
2372
- "grid_template_rows": null,
2373
- "height": null,
2374
- "justify_content": null,
2375
- "justify_items": null,
2376
- "left": null,
2377
- "margin": null,
2378
- "max_height": null,
2379
- "max_width": null,
2380
- "min_height": null,
2381
- "min_width": null,
2382
- "object_fit": null,
2383
- "object_position": null,
2384
- "order": null,
2385
- "overflow": null,
2386
- "overflow_x": null,
2387
- "overflow_y": null,
2388
- "padding": null,
2389
- "right": null,
2390
- "top": null,
2391
- "visibility": null,
2392
- "width": null
2393
- }
2394
- },
2395
- "987c8a0b02644bc8814ccdb950433a08": {
2396
- "model_module": "@jupyter-widgets/controls",
2397
- "model_module_version": "1.5.0",
2398
- "model_name": "ProgressStyleModel",
2399
- "state": {
2400
- "_model_module": "@jupyter-widgets/controls",
2401
- "_model_module_version": "1.5.0",
2402
- "_model_name": "ProgressStyleModel",
2403
- "_view_count": null,
2404
- "_view_module": "@jupyter-widgets/base",
2405
- "_view_module_version": "1.2.0",
2406
- "_view_name": "StyleView",
2407
- "bar_color": null,
2408
- "description_width": ""
2409
- }
2410
- },
2411
- "98ebcffb9c124aecb27b8857f26e8ca8": {
2412
- "model_module": "@jupyter-widgets/base",
2413
- "model_module_version": "1.2.0",
2414
- "model_name": "LayoutModel",
2415
- "state": {
2416
- "_model_module": "@jupyter-widgets/base",
2417
- "_model_module_version": "1.2.0",
2418
- "_model_name": "LayoutModel",
2419
- "_view_count": null,
2420
- "_view_module": "@jupyter-widgets/base",
2421
- "_view_module_version": "1.2.0",
2422
- "_view_name": "LayoutView",
2423
- "align_content": null,
2424
- "align_items": null,
2425
- "align_self": null,
2426
- "border": null,
2427
- "bottom": null,
2428
- "display": null,
2429
- "flex": null,
2430
- "flex_flow": null,
2431
- "grid_area": null,
2432
- "grid_auto_columns": null,
2433
- "grid_auto_flow": null,
2434
- "grid_auto_rows": null,
2435
- "grid_column": null,
2436
- "grid_gap": null,
2437
- "grid_row": null,
2438
- "grid_template_areas": null,
2439
- "grid_template_columns": null,
2440
- "grid_template_rows": null,
2441
- "height": null,
2442
- "justify_content": null,
2443
- "justify_items": null,
2444
- "left": null,
2445
- "margin": null,
2446
- "max_height": null,
2447
- "max_width": null,
2448
- "min_height": null,
2449
- "min_width": null,
2450
- "object_fit": null,
2451
- "object_position": null,
2452
- "order": null,
2453
- "overflow": null,
2454
- "overflow_x": null,
2455
- "overflow_y": null,
2456
- "padding": null,
2457
- "right": null,
2458
- "top": null,
2459
- "visibility": null,
2460
- "width": null
2461
- }
2462
- },
2463
- "9a079724e6b144aa887233035c62d2c2": {
2464
- "model_module": "@jupyter-widgets/base",
2465
- "model_module_version": "1.2.0",
2466
- "model_name": "LayoutModel",
2467
- "state": {
2468
- "_model_module": "@jupyter-widgets/base",
2469
- "_model_module_version": "1.2.0",
2470
- "_model_name": "LayoutModel",
2471
- "_view_count": null,
2472
- "_view_module": "@jupyter-widgets/base",
2473
- "_view_module_version": "1.2.0",
2474
- "_view_name": "LayoutView",
2475
- "align_content": null,
2476
- "align_items": null,
2477
- "align_self": null,
2478
- "border": null,
2479
- "bottom": null,
2480
- "display": null,
2481
- "flex": null,
2482
- "flex_flow": null,
2483
- "grid_area": null,
2484
- "grid_auto_columns": null,
2485
- "grid_auto_flow": null,
2486
- "grid_auto_rows": null,
2487
- "grid_column": null,
2488
- "grid_gap": null,
2489
- "grid_row": null,
2490
- "grid_template_areas": null,
2491
- "grid_template_columns": null,
2492
- "grid_template_rows": null,
2493
- "height": null,
2494
- "justify_content": null,
2495
- "justify_items": null,
2496
- "left": null,
2497
- "margin": null,
2498
- "max_height": null,
2499
- "max_width": null,
2500
- "min_height": null,
2501
- "min_width": null,
2502
- "object_fit": null,
2503
- "object_position": null,
2504
- "order": null,
2505
- "overflow": null,
2506
- "overflow_x": null,
2507
- "overflow_y": null,
2508
- "padding": null,
2509
- "right": null,
2510
- "top": null,
2511
- "visibility": null,
2512
- "width": null
2513
- }
2514
- },
2515
- "9df367e836d640c4aee9064f4cd76f8d": {
2516
- "model_module": "@jupyter-widgets/base",
2517
- "model_module_version": "1.2.0",
2518
- "model_name": "LayoutModel",
2519
- "state": {
2520
- "_model_module": "@jupyter-widgets/base",
2521
- "_model_module_version": "1.2.0",
2522
- "_model_name": "LayoutModel",
2523
- "_view_count": null,
2524
- "_view_module": "@jupyter-widgets/base",
2525
- "_view_module_version": "1.2.0",
2526
- "_view_name": "LayoutView",
2527
- "align_content": null,
2528
- "align_items": null,
2529
- "align_self": null,
2530
- "border": null,
2531
- "bottom": null,
2532
- "display": null,
2533
- "flex": null,
2534
- "flex_flow": null,
2535
- "grid_area": null,
2536
- "grid_auto_columns": null,
2537
- "grid_auto_flow": null,
2538
- "grid_auto_rows": null,
2539
- "grid_column": null,
2540
- "grid_gap": null,
2541
- "grid_row": null,
2542
- "grid_template_areas": null,
2543
- "grid_template_columns": null,
2544
- "grid_template_rows": null,
2545
- "height": null,
2546
- "justify_content": null,
2547
- "justify_items": null,
2548
- "left": null,
2549
- "margin": null,
2550
- "max_height": null,
2551
- "max_width": null,
2552
- "min_height": null,
2553
- "min_width": null,
2554
- "object_fit": null,
2555
- "object_position": null,
2556
- "order": null,
2557
- "overflow": null,
2558
- "overflow_x": null,
2559
- "overflow_y": null,
2560
- "padding": null,
2561
- "right": null,
2562
- "top": null,
2563
- "visibility": null,
2564
- "width": null
2565
- }
2566
- },
2567
- "a0c52753dcf240e3a0b0310d73c35e15": {
2568
- "model_module": "@jupyter-widgets/controls",
2569
- "model_module_version": "1.5.0",
2570
- "model_name": "HBoxModel",
2571
- "state": {
2572
- "_dom_classes": [],
2573
- "_model_module": "@jupyter-widgets/controls",
2574
- "_model_module_version": "1.5.0",
2575
- "_model_name": "HBoxModel",
2576
- "_view_count": null,
2577
- "_view_module": "@jupyter-widgets/controls",
2578
- "_view_module_version": "1.5.0",
2579
- "_view_name": "HBoxView",
2580
- "box_style": "",
2581
- "children": [
2582
- "IPY_MODEL_5c3ab488d513451d8b7db20773a00ebe",
2583
- "IPY_MODEL_28b54d79b7c04754b5fcfb5e661c27b1",
2584
- "IPY_MODEL_27b923f543a441fea8373a3f7c71101e"
2585
- ],
2586
- "layout": "IPY_MODEL_8f26c0d75e3943278131db78b75f85e3"
2587
- }
2588
- },
2589
- "a414ecd5a1ac4360a4908809b63745b5": {
2590
- "model_module": "@jupyter-widgets/controls",
2591
- "model_module_version": "1.5.0",
2592
- "model_name": "HBoxModel",
2593
- "state": {
2594
- "_dom_classes": [],
2595
- "_model_module": "@jupyter-widgets/controls",
2596
- "_model_module_version": "1.5.0",
2597
- "_model_name": "HBoxModel",
2598
- "_view_count": null,
2599
- "_view_module": "@jupyter-widgets/controls",
2600
- "_view_module_version": "1.5.0",
2601
- "_view_name": "HBoxView",
2602
- "box_style": "",
2603
- "children": [
2604
- "IPY_MODEL_a54776841dc04563b1d1a7135ae018bc",
2605
- "IPY_MODEL_4ccbf37c70d843bdbf18c1693cd632b0",
2606
- "IPY_MODEL_7c0648fcda6049d083f104e0cdf92d27"
2607
- ],
2608
- "layout": "IPY_MODEL_c4e26eb791de410da30ff0b086480ef2"
2609
- }
2610
- },
2611
- "a54776841dc04563b1d1a7135ae018bc": {
2612
- "model_module": "@jupyter-widgets/controls",
2613
- "model_module_version": "1.5.0",
2614
- "model_name": "HTMLModel",
2615
- "state": {
2616
- "_dom_classes": [],
2617
- "_model_module": "@jupyter-widgets/controls",
2618
- "_model_module_version": "1.5.0",
2619
- "_model_name": "HTMLModel",
2620
- "_view_count": null,
2621
- "_view_module": "@jupyter-widgets/controls",
2622
- "_view_module_version": "1.5.0",
2623
- "_view_name": "HTMLView",
2624
- "description": "",
2625
- "description_tooltip": null,
2626
- "layout": "IPY_MODEL_b13c9961bc6444cf8768a6f393af8569",
2627
- "placeholder": "​",
2628
- "style": "IPY_MODEL_3cbc1594351c4df0886ef0a1c69d7331",
2629
- "value": "Dl Completed...: 100%"
2630
- }
2631
- },
2632
- "a8ddaf0ebd78432a906d32d6cc8c05e7": {
2633
- "model_module": "@jupyter-widgets/controls",
2634
- "model_module_version": "1.5.0",
2635
- "model_name": "HTMLModel",
2636
- "state": {
2637
- "_dom_classes": [],
2638
- "_model_module": "@jupyter-widgets/controls",
2639
- "_model_module_version": "1.5.0",
2640
- "_model_name": "HTMLModel",
2641
- "_view_count": null,
2642
- "_view_module": "@jupyter-widgets/controls",
2643
- "_view_module_version": "1.5.0",
2644
- "_view_name": "HTMLView",
2645
- "description": "",
2646
- "description_tooltip": null,
2647
- "layout": "IPY_MODEL_ed9efae7b0634f83a37c787a542ff0ff",
2648
- "placeholder": "​",
2649
- "style": "IPY_MODEL_f8cc6c1355014e66845f24c1cc87ef56",
2650
- "value": "Generating splits...: 100%"
2651
- }
2652
- },
2653
- "a97ccf9dce614afcbb098f5e6fb8fe88": {
2654
- "model_module": "@jupyter-widgets/controls",
2655
- "model_module_version": "1.5.0",
2656
- "model_name": "DescriptionStyleModel",
2657
- "state": {
2658
- "_model_module": "@jupyter-widgets/controls",
2659
- "_model_module_version": "1.5.0",
2660
- "_model_name": "DescriptionStyleModel",
2661
- "_view_count": null,
2662
- "_view_module": "@jupyter-widgets/base",
2663
- "_view_module_version": "1.2.0",
2664
- "_view_name": "StyleView",
2665
- "description_width": ""
2666
- }
2667
- },
2668
- "ab41fbfd00be4bbeb4d71d06e2bee28a": {
2669
- "model_module": "@jupyter-widgets/controls",
2670
- "model_module_version": "1.5.0",
2671
- "model_name": "HTMLModel",
2672
- "state": {
2673
- "_dom_classes": [],
2674
- "_model_module": "@jupyter-widgets/controls",
2675
- "_model_module_version": "1.5.0",
2676
- "_model_name": "HTMLModel",
2677
- "_view_count": null,
2678
- "_view_module": "@jupyter-widgets/controls",
2679
- "_view_module_version": "1.5.0",
2680
- "_view_name": "HTMLView",
2681
- "description": "",
2682
- "description_tooltip": null,
2683
- "layout": "IPY_MODEL_22ed80aab9aa4fce9a005b4c3101ef23",
2684
- "placeholder": "​",
2685
- "style": "IPY_MODEL_1f0242be119441528bd5e2aa85f76016",
2686
- "value": " 328/328 [00:26<00:00, 28.16 MiB/s]"
2687
- }
2688
- },
2689
- "ab43ff21cf47492cb32df3836db07c3b": {
2690
- "model_module": "@jupyter-widgets/base",
2691
- "model_module_version": "1.2.0",
2692
- "model_name": "LayoutModel",
2693
- "state": {
2694
- "_model_module": "@jupyter-widgets/base",
2695
- "_model_module_version": "1.2.0",
2696
- "_model_name": "LayoutModel",
2697
- "_view_count": null,
2698
- "_view_module": "@jupyter-widgets/base",
2699
- "_view_module_version": "1.2.0",
2700
- "_view_name": "LayoutView",
2701
- "align_content": null,
2702
- "align_items": null,
2703
- "align_self": null,
2704
- "border": null,
2705
- "bottom": null,
2706
- "display": null,
2707
- "flex": null,
2708
- "flex_flow": null,
2709
- "grid_area": null,
2710
- "grid_auto_columns": null,
2711
- "grid_auto_flow": null,
2712
- "grid_auto_rows": null,
2713
- "grid_column": null,
2714
- "grid_gap": null,
2715
- "grid_row": null,
2716
- "grid_template_areas": null,
2717
- "grid_template_columns": null,
2718
- "grid_template_rows": null,
2719
- "height": null,
2720
- "justify_content": null,
2721
- "justify_items": null,
2722
- "left": null,
2723
- "margin": null,
2724
- "max_height": null,
2725
- "max_width": null,
2726
- "min_height": null,
2727
- "min_width": null,
2728
- "object_fit": null,
2729
- "object_position": null,
2730
- "order": null,
2731
- "overflow": null,
2732
- "overflow_x": null,
2733
- "overflow_y": null,
2734
- "padding": null,
2735
- "right": null,
2736
- "top": null,
2737
- "visibility": null,
2738
- "width": null
2739
- }
2740
- },
2741
- "ab77ed29e5114aac97cf9e64014cb796": {
2742
- "model_module": "@jupyter-widgets/controls",
2743
- "model_module_version": "1.5.0",
2744
- "model_name": "HTMLModel",
2745
- "state": {
2746
- "_dom_classes": [],
2747
- "_model_module": "@jupyter-widgets/controls",
2748
- "_model_module_version": "1.5.0",
2749
- "_model_name": "HTMLModel",
2750
- "_view_count": null,
2751
- "_view_module": "@jupyter-widgets/controls",
2752
- "_view_module_version": "1.5.0",
2753
- "_view_name": "HTMLView",
2754
- "description": "",
2755
- "description_tooltip": null,
2756
- "layout": "IPY_MODEL_4f7dc26c6b4941948f1d02a8109a9a8f",
2757
- "placeholder": "​",
2758
- "style": "IPY_MODEL_a97ccf9dce614afcbb098f5e6fb8fe88",
2759
- "value": "Shuffling /root/tensorflow_datasets/oxford_flowers102/incomplete.7JJ7ZR_2.1.1/oxford_flowers102-validation.tfrecord*...:   0%"
2760
- }
2761
- },
2762
- "ab8499cf9da74097803edb8e2219bb8e": {
2763
- "model_module": "@jupyter-widgets/controls",
2764
- "model_module_version": "1.5.0",
2765
- "model_name": "DescriptionStyleModel",
2766
- "state": {
2767
- "_model_module": "@jupyter-widgets/controls",
2768
- "_model_module_version": "1.5.0",
2769
- "_model_name": "DescriptionStyleModel",
2770
- "_view_count": null,
2771
- "_view_module": "@jupyter-widgets/base",
2772
- "_view_module_version": "1.2.0",
2773
- "_view_name": "StyleView",
2774
- "description_width": ""
2775
- }
2776
- },
2777
- "ac3fbdf270324635b0c929dbd213b799": {
2778
- "model_module": "@jupyter-widgets/controls",
2779
- "model_module_version": "1.5.0",
2780
- "model_name": "ProgressStyleModel",
2781
- "state": {
2782
- "_model_module": "@jupyter-widgets/controls",
2783
- "_model_module_version": "1.5.0",
2784
- "_model_name": "ProgressStyleModel",
2785
- "_view_count": null,
2786
- "_view_module": "@jupyter-widgets/base",
2787
- "_view_module_version": "1.2.0",
2788
- "_view_name": "StyleView",
2789
- "bar_color": null,
2790
- "description_width": ""
2791
- }
2792
- },
2793
- "af8b04c1694a4f0ea51c7edc5e3f2c13": {
2794
- "model_module": "@jupyter-widgets/controls",
2795
- "model_module_version": "1.5.0",
2796
- "model_name": "DescriptionStyleModel",
2797
- "state": {
2798
- "_model_module": "@jupyter-widgets/controls",
2799
- "_model_module_version": "1.5.0",
2800
- "_model_name": "DescriptionStyleModel",
2801
- "_view_count": null,
2802
- "_view_module": "@jupyter-widgets/base",
2803
- "_view_module_version": "1.2.0",
2804
- "_view_name": "StyleView",
2805
- "description_width": ""
2806
- }
2807
- },
2808
- "b13c9961bc6444cf8768a6f393af8569": {
2809
- "model_module": "@jupyter-widgets/base",
2810
- "model_module_version": "1.2.0",
2811
- "model_name": "LayoutModel",
2812
- "state": {
2813
- "_model_module": "@jupyter-widgets/base",
2814
- "_model_module_version": "1.2.0",
2815
- "_model_name": "LayoutModel",
2816
- "_view_count": null,
2817
- "_view_module": "@jupyter-widgets/base",
2818
- "_view_module_version": "1.2.0",
2819
- "_view_name": "LayoutView",
2820
- "align_content": null,
2821
- "align_items": null,
2822
- "align_self": null,
2823
- "border": null,
2824
- "bottom": null,
2825
- "display": null,
2826
- "flex": null,
2827
- "flex_flow": null,
2828
- "grid_area": null,
2829
- "grid_auto_columns": null,
2830
- "grid_auto_flow": null,
2831
- "grid_auto_rows": null,
2832
- "grid_column": null,
2833
- "grid_gap": null,
2834
- "grid_row": null,
2835
- "grid_template_areas": null,
2836
- "grid_template_columns": null,
2837
- "grid_template_rows": null,
2838
- "height": null,
2839
- "justify_content": null,
2840
- "justify_items": null,
2841
- "left": null,
2842
- "margin": null,
2843
- "max_height": null,
2844
- "max_width": null,
2845
- "min_height": null,
2846
- "min_width": null,
2847
- "object_fit": null,
2848
- "object_position": null,
2849
- "order": null,
2850
- "overflow": null,
2851
- "overflow_x": null,
2852
- "overflow_y": null,
2853
- "padding": null,
2854
- "right": null,
2855
- "top": null,
2856
- "visibility": null,
2857
- "width": null
2858
- }
2859
- },
2860
- "b8b4c14c6ee84f749ff95a86c940ca1e": {
2861
- "model_module": "@jupyter-widgets/controls",
2862
- "model_module_version": "1.5.0",
2863
- "model_name": "FloatProgressModel",
2864
- "state": {
2865
- "_dom_classes": [],
2866
- "_model_module": "@jupyter-widgets/controls",
2867
- "_model_module_version": "1.5.0",
2868
- "_model_name": "FloatProgressModel",
2869
- "_view_count": null,
2870
- "_view_module": "@jupyter-widgets/controls",
2871
- "_view_module_version": "1.5.0",
2872
- "_view_name": "ProgressView",
2873
- "bar_style": "",
2874
- "description": "",
2875
- "description_tooltip": null,
2876
- "layout": "IPY_MODEL_899eba056c844c5b9342092f06cbaecb",
2877
- "max": 1020,
2878
- "min": 0,
2879
- "orientation": "horizontal",
2880
- "style": "IPY_MODEL_1d84e7abc3d5428fb0fbaab3711fca79",
2881
- "value": 1020
2882
- }
2883
- },
2884
- "b929cf81be74431d9fdf0d1ac9b8db30": {
2885
- "model_module": "@jupyter-widgets/base",
2886
- "model_module_version": "1.2.0",
2887
- "model_name": "LayoutModel",
2888
- "state": {
2889
- "_model_module": "@jupyter-widgets/base",
2890
- "_model_module_version": "1.2.0",
2891
- "_model_name": "LayoutModel",
2892
- "_view_count": null,
2893
- "_view_module": "@jupyter-widgets/base",
2894
- "_view_module_version": "1.2.0",
2895
- "_view_name": "LayoutView",
2896
- "align_content": null,
2897
- "align_items": null,
2898
- "align_self": null,
2899
- "border": null,
2900
- "bottom": null,
2901
- "display": null,
2902
- "flex": null,
2903
- "flex_flow": null,
2904
- "grid_area": null,
2905
- "grid_auto_columns": null,
2906
- "grid_auto_flow": null,
2907
- "grid_auto_rows": null,
2908
- "grid_column": null,
2909
- "grid_gap": null,
2910
- "grid_row": null,
2911
- "grid_template_areas": null,
2912
- "grid_template_columns": null,
2913
- "grid_template_rows": null,
2914
- "height": null,
2915
- "justify_content": null,
2916
- "justify_items": null,
2917
- "left": null,
2918
- "margin": null,
2919
- "max_height": null,
2920
- "max_width": null,
2921
- "min_height": null,
2922
- "min_width": null,
2923
- "object_fit": null,
2924
- "object_position": null,
2925
- "order": null,
2926
- "overflow": null,
2927
- "overflow_x": null,
2928
- "overflow_y": null,
2929
- "padding": null,
2930
- "right": null,
2931
- "top": null,
2932
- "visibility": null,
2933
- "width": null
2934
- }
2935
- },
2936
- "bd4505298d89455282dfa16e30011cfc": {
2937
- "model_module": "@jupyter-widgets/base",
2938
- "model_module_version": "1.2.0",
2939
- "model_name": "LayoutModel",
2940
- "state": {
2941
- "_model_module": "@jupyter-widgets/base",
2942
- "_model_module_version": "1.2.0",
2943
- "_model_name": "LayoutModel",
2944
- "_view_count": null,
2945
- "_view_module": "@jupyter-widgets/base",
2946
- "_view_module_version": "1.2.0",
2947
- "_view_name": "LayoutView",
2948
- "align_content": null,
2949
- "align_items": null,
2950
- "align_self": null,
2951
- "border": null,
2952
- "bottom": null,
2953
- "display": null,
2954
- "flex": null,
2955
- "flex_flow": null,
2956
- "grid_area": null,
2957
- "grid_auto_columns": null,
2958
- "grid_auto_flow": null,
2959
- "grid_auto_rows": null,
2960
- "grid_column": null,
2961
- "grid_gap": null,
2962
- "grid_row": null,
2963
- "grid_template_areas": null,
2964
- "grid_template_columns": null,
2965
- "grid_template_rows": null,
2966
- "height": null,
2967
- "justify_content": null,
2968
- "justify_items": null,
2969
- "left": null,
2970
- "margin": null,
2971
- "max_height": null,
2972
- "max_width": null,
2973
- "min_height": null,
2974
- "min_width": null,
2975
- "object_fit": null,
2976
- "object_position": null,
2977
- "order": null,
2978
- "overflow": null,
2979
- "overflow_x": null,
2980
- "overflow_y": null,
2981
- "padding": null,
2982
- "right": null,
2983
- "top": null,
2984
- "visibility": null,
2985
- "width": null
2986
- }
2987
- },
2988
- "be3dd437089440a7b1cc40d92eff9e8a": {
2989
- "model_module": "@jupyter-widgets/base",
2990
- "model_module_version": "1.2.0",
2991
- "model_name": "LayoutModel",
2992
- "state": {
2993
- "_model_module": "@jupyter-widgets/base",
2994
- "_model_module_version": "1.2.0",
2995
- "_model_name": "LayoutModel",
2996
- "_view_count": null,
2997
- "_view_module": "@jupyter-widgets/base",
2998
- "_view_module_version": "1.2.0",
2999
- "_view_name": "LayoutView",
3000
- "align_content": null,
3001
- "align_items": null,
3002
- "align_self": null,
3003
- "border": null,
3004
- "bottom": null,
3005
- "display": null,
3006
- "flex": null,
3007
- "flex_flow": null,
3008
- "grid_area": null,
3009
- "grid_auto_columns": null,
3010
- "grid_auto_flow": null,
3011
- "grid_auto_rows": null,
3012
- "grid_column": null,
3013
- "grid_gap": null,
3014
- "grid_row": null,
3015
- "grid_template_areas": null,
3016
- "grid_template_columns": null,
3017
- "grid_template_rows": null,
3018
- "height": null,
3019
- "justify_content": null,
3020
- "justify_items": null,
3021
- "left": null,
3022
- "margin": null,
3023
- "max_height": null,
3024
- "max_width": null,
3025
- "min_height": null,
3026
- "min_width": null,
3027
- "object_fit": null,
3028
- "object_position": null,
3029
- "order": null,
3030
- "overflow": null,
3031
- "overflow_x": null,
3032
- "overflow_y": null,
3033
- "padding": null,
3034
- "right": null,
3035
- "top": null,
3036
- "visibility": null,
3037
- "width": null
3038
- }
3039
- },
3040
- "c01c73e4a58b4103b16b6320e3643a47": {
3041
- "model_module": "@jupyter-widgets/base",
3042
- "model_module_version": "1.2.0",
3043
- "model_name": "LayoutModel",
3044
- "state": {
3045
- "_model_module": "@jupyter-widgets/base",
3046
- "_model_module_version": "1.2.0",
3047
- "_model_name": "LayoutModel",
3048
- "_view_count": null,
3049
- "_view_module": "@jupyter-widgets/base",
3050
- "_view_module_version": "1.2.0",
3051
- "_view_name": "LayoutView",
3052
- "align_content": null,
3053
- "align_items": null,
3054
- "align_self": null,
3055
- "border": null,
3056
- "bottom": null,
3057
- "display": null,
3058
- "flex": null,
3059
- "flex_flow": null,
3060
- "grid_area": null,
3061
- "grid_auto_columns": null,
3062
- "grid_auto_flow": null,
3063
- "grid_auto_rows": null,
3064
- "grid_column": null,
3065
- "grid_gap": null,
3066
- "grid_row": null,
3067
- "grid_template_areas": null,
3068
- "grid_template_columns": null,
3069
- "grid_template_rows": null,
3070
- "height": null,
3071
- "justify_content": null,
3072
- "justify_items": null,
3073
- "left": null,
3074
- "margin": null,
3075
- "max_height": null,
3076
- "max_width": null,
3077
- "min_height": null,
3078
- "min_width": null,
3079
- "object_fit": null,
3080
- "object_position": null,
3081
- "order": null,
3082
- "overflow": null,
3083
- "overflow_x": null,
3084
- "overflow_y": null,
3085
- "padding": null,
3086
- "right": null,
3087
- "top": null,
3088
- "visibility": null,
3089
- "width": "20px"
3090
- }
3091
- },
3092
- "c2428df076f648f695a5387812aa9eae": {
3093
- "model_module": "@jupyter-widgets/base",
3094
- "model_module_version": "1.2.0",
3095
- "model_name": "LayoutModel",
3096
- "state": {
3097
- "_model_module": "@jupyter-widgets/base",
3098
- "_model_module_version": "1.2.0",
3099
- "_model_name": "LayoutModel",
3100
- "_view_count": null,
3101
- "_view_module": "@jupyter-widgets/base",
3102
- "_view_module_version": "1.2.0",
3103
- "_view_name": "LayoutView",
3104
- "align_content": null,
3105
- "align_items": null,
3106
- "align_self": null,
3107
- "border": null,
3108
- "bottom": null,
3109
- "display": null,
3110
- "flex": null,
3111
- "flex_flow": null,
3112
- "grid_area": null,
3113
- "grid_auto_columns": null,
3114
- "grid_auto_flow": null,
3115
- "grid_auto_rows": null,
3116
- "grid_column": null,
3117
- "grid_gap": null,
3118
- "grid_row": null,
3119
- "grid_template_areas": null,
3120
- "grid_template_columns": null,
3121
- "grid_template_rows": null,
3122
- "height": null,
3123
- "justify_content": null,
3124
- "justify_items": null,
3125
- "left": null,
3126
- "margin": null,
3127
- "max_height": null,
3128
- "max_width": null,
3129
- "min_height": null,
3130
- "min_width": null,
3131
- "object_fit": null,
3132
- "object_position": null,
3133
- "order": null,
3134
- "overflow": null,
3135
- "overflow_x": null,
3136
- "overflow_y": null,
3137
- "padding": null,
3138
- "right": null,
3139
- "top": null,
3140
- "visibility": null,
3141
- "width": "20px"
3142
- }
3143
- },
3144
- "c3a73115a49a435a8490a9d31b8e5e19": {
3145
- "model_module": "@jupyter-widgets/controls",
3146
- "model_module_version": "1.5.0",
3147
- "model_name": "ProgressStyleModel",
3148
- "state": {
3149
- "_model_module": "@jupyter-widgets/controls",
3150
- "_model_module_version": "1.5.0",
3151
- "_model_name": "ProgressStyleModel",
3152
- "_view_count": null,
3153
- "_view_module": "@jupyter-widgets/base",
3154
- "_view_module_version": "1.2.0",
3155
- "_view_name": "StyleView",
3156
- "bar_color": null,
3157
- "description_width": ""
3158
- }
3159
- },
3160
- "c4e26eb791de410da30ff0b086480ef2": {
3161
- "model_module": "@jupyter-widgets/base",
3162
- "model_module_version": "1.2.0",
3163
- "model_name": "LayoutModel",
3164
- "state": {
3165
- "_model_module": "@jupyter-widgets/base",
3166
- "_model_module_version": "1.2.0",
3167
- "_model_name": "LayoutModel",
3168
- "_view_count": null,
3169
- "_view_module": "@jupyter-widgets/base",
3170
- "_view_module_version": "1.2.0",
3171
- "_view_name": "LayoutView",
3172
- "align_content": null,
3173
- "align_items": null,
3174
- "align_self": null,
3175
- "border": null,
3176
- "bottom": null,
3177
- "display": null,
3178
- "flex": null,
3179
- "flex_flow": null,
3180
- "grid_area": null,
3181
- "grid_auto_columns": null,
3182
- "grid_auto_flow": null,
3183
- "grid_auto_rows": null,
3184
- "grid_column": null,
3185
- "grid_gap": null,
3186
- "grid_row": null,
3187
- "grid_template_areas": null,
3188
- "grid_template_columns": null,
3189
- "grid_template_rows": null,
3190
- "height": null,
3191
- "justify_content": null,
3192
- "justify_items": null,
3193
- "left": null,
3194
- "margin": null,
3195
- "max_height": null,
3196
- "max_width": null,
3197
- "min_height": null,
3198
- "min_width": null,
3199
- "object_fit": null,
3200
- "object_position": null,
3201
- "order": null,
3202
- "overflow": null,
3203
- "overflow_x": null,
3204
- "overflow_y": null,
3205
- "padding": null,
3206
- "right": null,
3207
- "top": null,
3208
- "visibility": null,
3209
- "width": null
3210
- }
3211
- },
3212
- "c5eedc482833493c9f33e5f61a580d0e": {
3213
- "model_module": "@jupyter-widgets/controls",
3214
- "model_module_version": "1.5.0",
3215
- "model_name": "HBoxModel",
3216
- "state": {
3217
- "_dom_classes": [],
3218
- "_model_module": "@jupyter-widgets/controls",
3219
- "_model_module_version": "1.5.0",
3220
- "_model_name": "HBoxModel",
3221
- "_view_count": null,
3222
- "_view_module": "@jupyter-widgets/controls",
3223
- "_view_module_version": "1.5.0",
3224
- "_view_name": "HBoxView",
3225
- "box_style": "",
3226
- "children": [
3227
- "IPY_MODEL_6a0a8f5a4e9c4bc59fa335471ec4f542",
3228
- "IPY_MODEL_fbbd4872c826497eac310ebfe487517e",
3229
- "IPY_MODEL_54a828355fbc442c9e02b3287c3e4885"
3230
- ],
3231
- "layout": "IPY_MODEL_063937ba669240b9a651e4666858b9f0"
3232
- }
3233
- },
3234
- "c6240e70bb9c4cd0944f23705b54779a": {
3235
- "model_module": "@jupyter-widgets/base",
3236
- "model_module_version": "1.2.0",
3237
- "model_name": "LayoutModel",
3238
- "state": {
3239
- "_model_module": "@jupyter-widgets/base",
3240
- "_model_module_version": "1.2.0",
3241
- "_model_name": "LayoutModel",
3242
- "_view_count": null,
3243
- "_view_module": "@jupyter-widgets/base",
3244
- "_view_module_version": "1.2.0",
3245
- "_view_name": "LayoutView",
3246
- "align_content": null,
3247
- "align_items": null,
3248
- "align_self": null,
3249
- "border": null,
3250
- "bottom": null,
3251
- "display": null,
3252
- "flex": null,
3253
- "flex_flow": null,
3254
- "grid_area": null,
3255
- "grid_auto_columns": null,
3256
- "grid_auto_flow": null,
3257
- "grid_auto_rows": null,
3258
- "grid_column": null,
3259
- "grid_gap": null,
3260
- "grid_row": null,
3261
- "grid_template_areas": null,
3262
- "grid_template_columns": null,
3263
- "grid_template_rows": null,
3264
- "height": null,
3265
- "justify_content": null,
3266
- "justify_items": null,
3267
- "left": null,
3268
- "margin": null,
3269
- "max_height": null,
3270
- "max_width": null,
3271
- "min_height": null,
3272
- "min_width": null,
3273
- "object_fit": null,
3274
- "object_position": null,
3275
- "order": null,
3276
- "overflow": null,
3277
- "overflow_x": null,
3278
- "overflow_y": null,
3279
- "padding": null,
3280
- "right": null,
3281
- "top": null,
3282
- "visibility": null,
3283
- "width": null
3284
- }
3285
- },
3286
- "c7c636411cd544e0a948dcb6597bbe5d": {
3287
- "model_module": "@jupyter-widgets/controls",
3288
- "model_module_version": "1.5.0",
3289
- "model_name": "FloatProgressModel",
3290
- "state": {
3291
- "_dom_classes": [],
3292
- "_model_module": "@jupyter-widgets/controls",
3293
- "_model_module_version": "1.5.0",
3294
- "_model_name": "FloatProgressModel",
3295
- "_view_count": null,
3296
- "_view_module": "@jupyter-widgets/controls",
3297
- "_view_module_version": "1.5.0",
3298
- "_view_name": "ProgressView",
3299
- "bar_style": "",
3300
- "description": "",
3301
- "description_tooltip": null,
3302
- "layout": "IPY_MODEL_3150c863c3524950b71f59996b717aae",
3303
- "max": 3,
3304
- "min": 0,
3305
- "orientation": "horizontal",
3306
- "style": "IPY_MODEL_987c8a0b02644bc8814ccdb950433a08",
3307
- "value": 3
3308
- }
3309
- },
3310
- "c90e3070e6c648ad9125cc999e85ce3c": {
3311
- "model_module": "@jupyter-widgets/controls",
3312
- "model_module_version": "1.5.0",
3313
- "model_name": "HBoxModel",
3314
- "state": {
3315
- "_dom_classes": [],
3316
- "_model_module": "@jupyter-widgets/controls",
3317
- "_model_module_version": "1.5.0",
3318
- "_model_name": "HBoxModel",
3319
- "_view_count": null,
3320
- "_view_module": "@jupyter-widgets/controls",
3321
- "_view_module_version": "1.5.0",
3322
- "_view_name": "HBoxView",
3323
- "box_style": "",
3324
- "children": [
3325
- "IPY_MODEL_33fc0b59375f49e79411a8364a4dbc6e",
3326
- "IPY_MODEL_cdaf9bed6e0a4dcda755dfdeed09fdf5",
3327
- "IPY_MODEL_029c0050bf584af9bc85a6105c7b2547"
3328
- ],
3329
- "layout": "IPY_MODEL_f7bc6e2d84da43608de921c9ad1230ec"
3330
- }
3331
- },
3332
- "cdaf9bed6e0a4dcda755dfdeed09fdf5": {
3333
- "model_module": "@jupyter-widgets/controls",
3334
- "model_module_version": "1.5.0",
3335
- "model_name": "FloatProgressModel",
3336
- "state": {
3337
- "_dom_classes": [],
3338
- "_model_module": "@jupyter-widgets/controls",
3339
- "_model_module_version": "1.5.0",
3340
- "_model_name": "FloatProgressModel",
3341
- "_view_count": null,
3342
- "_view_module": "@jupyter-widgets/controls",
3343
- "_view_module_version": "1.5.0",
3344
- "_view_name": "ProgressView",
3345
- "bar_style": "",
3346
- "description": "",
3347
- "description_tooltip": null,
3348
- "layout": "IPY_MODEL_be3dd437089440a7b1cc40d92eff9e8a",
3349
- "max": 6149,
3350
- "min": 0,
3351
- "orientation": "horizontal",
3352
- "style": "IPY_MODEL_1d257afcde4246c9aa6f1ea0640385e1",
3353
- "value": 6149
3354
- }
3355
- },
3356
- "d46b47ee09d7473aa13dac1aad7465e0": {
3357
- "model_module": "@jupyter-widgets/controls",
3358
- "model_module_version": "1.5.0",
3359
- "model_name": "DescriptionStyleModel",
3360
- "state": {
3361
- "_model_module": "@jupyter-widgets/controls",
3362
- "_model_module_version": "1.5.0",
3363
- "_model_name": "DescriptionStyleModel",
3364
- "_view_count": null,
3365
- "_view_module": "@jupyter-widgets/base",
3366
- "_view_module_version": "1.2.0",
3367
- "_view_name": "StyleView",
3368
- "description_width": ""
3369
- }
3370
- },
3371
- "d67aa0d8f4164eb2bda8d6e618798f17": {
3372
- "model_module": "@jupyter-widgets/controls",
3373
- "model_module_version": "1.5.0",
3374
- "model_name": "HTMLModel",
3375
- "state": {
3376
- "_dom_classes": [],
3377
- "_model_module": "@jupyter-widgets/controls",
3378
- "_model_module_version": "1.5.0",
3379
- "_model_name": "HTMLModel",
3380
- "_view_count": null,
3381
- "_view_module": "@jupyter-widgets/controls",
3382
- "_view_module_version": "1.5.0",
3383
- "_view_name": "HTMLView",
3384
- "description": "",
3385
- "description_tooltip": null,
3386
- "layout": "IPY_MODEL_9724b0db5a0547b8904e331d9dc3fcff",
3387
- "placeholder": "​",
3388
- "style": "IPY_MODEL_2efc22b613df4d36a44a2fc18dae0ec6",
3389
- "value": "Generating train examples...:   0%"
3390
- }
3391
- },
3392
- "d8206a40995f4a4d852ec9f97de788f6": {
3393
- "model_module": "@jupyter-widgets/controls",
3394
- "model_module_version": "1.5.0",
3395
- "model_name": "FloatProgressModel",
3396
- "state": {
3397
- "_dom_classes": [],
3398
- "_model_module": "@jupyter-widgets/controls",
3399
- "_model_module_version": "1.5.0",
3400
- "_model_name": "FloatProgressModel",
3401
- "_view_count": null,
3402
- "_view_module": "@jupyter-widgets/controls",
3403
- "_view_module_version": "1.5.0",
3404
- "_view_name": "ProgressView",
3405
- "bar_style": "",
3406
- "description": "",
3407
- "description_tooltip": null,
3408
- "layout": "IPY_MODEL_7fabfd8450054881a3dab452256aa988",
3409
- "max": 6149,
3410
- "min": 0,
3411
- "orientation": "horizontal",
3412
- "style": "IPY_MODEL_660594fad70c4384a705edc5f40e3c2e",
3413
- "value": 6149
3414
- }
3415
- },
3416
- "d904da74d4ef4be680cdf2c8432f9771": {
3417
- "model_module": "@jupyter-widgets/controls",
3418
- "model_module_version": "1.5.0",
3419
- "model_name": "HBoxModel",
3420
- "state": {
3421
- "_dom_classes": [],
3422
- "_model_module": "@jupyter-widgets/controls",
3423
- "_model_module_version": "1.5.0",
3424
- "_model_name": "HBoxModel",
3425
- "_view_count": null,
3426
- "_view_module": "@jupyter-widgets/controls",
3427
- "_view_module_version": "1.5.0",
3428
- "_view_name": "HBoxView",
3429
- "box_style": "",
3430
- "children": [
3431
- "IPY_MODEL_ab77ed29e5114aac97cf9e64014cb796",
3432
- "IPY_MODEL_ecae89e8432e4f24a4772830369d7966",
3433
- "IPY_MODEL_4f2fa007044643d5a1b0b794e36efe16"
3434
- ],
3435
- "layout": "IPY_MODEL_5acd402a3ec8459f83425bb7a97ff85c"
3436
- }
3437
- },
3438
- "e529eb2d63bc4f5a99e3370c94e9d3ee": {
3439
- "model_module": "@jupyter-widgets/base",
3440
- "model_module_version": "1.2.0",
3441
- "model_name": "LayoutModel",
3442
- "state": {
3443
- "_model_module": "@jupyter-widgets/base",
3444
- "_model_module_version": "1.2.0",
3445
- "_model_name": "LayoutModel",
3446
- "_view_count": null,
3447
- "_view_module": "@jupyter-widgets/base",
3448
- "_view_module_version": "1.2.0",
3449
- "_view_name": "LayoutView",
3450
- "align_content": null,
3451
- "align_items": null,
3452
- "align_self": null,
3453
- "border": null,
3454
- "bottom": null,
3455
- "display": null,
3456
- "flex": null,
3457
- "flex_flow": null,
3458
- "grid_area": null,
3459
- "grid_auto_columns": null,
3460
- "grid_auto_flow": null,
3461
- "grid_auto_rows": null,
3462
- "grid_column": null,
3463
- "grid_gap": null,
3464
- "grid_row": null,
3465
- "grid_template_areas": null,
3466
- "grid_template_columns": null,
3467
- "grid_template_rows": null,
3468
- "height": null,
3469
- "justify_content": null,
3470
- "justify_items": null,
3471
- "left": null,
3472
- "margin": null,
3473
- "max_height": null,
3474
- "max_width": null,
3475
- "min_height": null,
3476
- "min_width": null,
3477
- "object_fit": null,
3478
- "object_position": null,
3479
- "order": null,
3480
- "overflow": null,
3481
- "overflow_x": null,
3482
- "overflow_y": null,
3483
- "padding": null,
3484
- "right": null,
3485
- "top": null,
3486
- "visibility": null,
3487
- "width": null
3488
- }
3489
- },
3490
- "e86ca39294c340b3a6a564730de0ff2a": {
3491
- "model_module": "@jupyter-widgets/base",
3492
- "model_module_version": "1.2.0",
3493
- "model_name": "LayoutModel",
3494
- "state": {
3495
- "_model_module": "@jupyter-widgets/base",
3496
- "_model_module_version": "1.2.0",
3497
- "_model_name": "LayoutModel",
3498
- "_view_count": null,
3499
- "_view_module": "@jupyter-widgets/base",
3500
- "_view_module_version": "1.2.0",
3501
- "_view_name": "LayoutView",
3502
- "align_content": null,
3503
- "align_items": null,
3504
- "align_self": null,
3505
- "border": null,
3506
- "bottom": null,
3507
- "display": null,
3508
- "flex": null,
3509
- "flex_flow": null,
3510
- "grid_area": null,
3511
- "grid_auto_columns": null,
3512
- "grid_auto_flow": null,
3513
- "grid_auto_rows": null,
3514
- "grid_column": null,
3515
- "grid_gap": null,
3516
- "grid_row": null,
3517
- "grid_template_areas": null,
3518
- "grid_template_columns": null,
3519
- "grid_template_rows": null,
3520
- "height": null,
3521
- "justify_content": null,
3522
- "justify_items": null,
3523
- "left": null,
3524
- "margin": null,
3525
- "max_height": null,
3526
- "max_width": null,
3527
- "min_height": null,
3528
- "min_width": null,
3529
- "object_fit": null,
3530
- "object_position": null,
3531
- "order": null,
3532
- "overflow": null,
3533
- "overflow_x": null,
3534
- "overflow_y": null,
3535
- "padding": null,
3536
- "right": null,
3537
- "top": null,
3538
- "visibility": null,
3539
- "width": null
3540
- }
3541
- },
3542
- "e90d7c3221834850bf769e7445a6a534": {
3543
- "model_module": "@jupyter-widgets/controls",
3544
- "model_module_version": "1.5.0",
3545
- "model_name": "DescriptionStyleModel",
3546
- "state": {
3547
- "_model_module": "@jupyter-widgets/controls",
3548
- "_model_module_version": "1.5.0",
3549
- "_model_name": "DescriptionStyleModel",
3550
- "_view_count": null,
3551
- "_view_module": "@jupyter-widgets/base",
3552
- "_view_module_version": "1.2.0",
3553
- "_view_name": "StyleView",
3554
- "description_width": ""
3555
- }
3556
- },
3557
- "ebf21778895e4cdda40530ca51fdd00c": {
3558
- "model_module": "@jupyter-widgets/base",
3559
- "model_module_version": "1.2.0",
3560
- "model_name": "LayoutModel",
3561
- "state": {
3562
- "_model_module": "@jupyter-widgets/base",
3563
- "_model_module_version": "1.2.0",
3564
- "_model_name": "LayoutModel",
3565
- "_view_count": null,
3566
- "_view_module": "@jupyter-widgets/base",
3567
- "_view_module_version": "1.2.0",
3568
- "_view_name": "LayoutView",
3569
- "align_content": null,
3570
- "align_items": null,
3571
- "align_self": null,
3572
- "border": null,
3573
- "bottom": null,
3574
- "display": null,
3575
- "flex": null,
3576
- "flex_flow": null,
3577
- "grid_area": null,
3578
- "grid_auto_columns": null,
3579
- "grid_auto_flow": null,
3580
- "grid_auto_rows": null,
3581
- "grid_column": null,
3582
- "grid_gap": null,
3583
- "grid_row": null,
3584
- "grid_template_areas": null,
3585
- "grid_template_columns": null,
3586
- "grid_template_rows": null,
3587
- "height": null,
3588
- "justify_content": null,
3589
- "justify_items": null,
3590
- "left": null,
3591
- "margin": null,
3592
- "max_height": null,
3593
- "max_width": null,
3594
- "min_height": null,
3595
- "min_width": null,
3596
- "object_fit": null,
3597
- "object_position": null,
3598
- "order": null,
3599
- "overflow": null,
3600
- "overflow_x": null,
3601
- "overflow_y": null,
3602
- "padding": null,
3603
- "right": null,
3604
- "top": null,
3605
- "visibility": "hidden",
3606
- "width": null
3607
- }
3608
- },
3609
- "ecae89e8432e4f24a4772830369d7966": {
3610
- "model_module": "@jupyter-widgets/controls",
3611
- "model_module_version": "1.5.0",
3612
- "model_name": "FloatProgressModel",
3613
- "state": {
3614
- "_dom_classes": [],
3615
- "_model_module": "@jupyter-widgets/controls",
3616
- "_model_module_version": "1.5.0",
3617
- "_model_name": "FloatProgressModel",
3618
- "_view_count": null,
3619
- "_view_module": "@jupyter-widgets/controls",
3620
- "_view_module_version": "1.5.0",
3621
- "_view_name": "ProgressView",
3622
- "bar_style": "",
3623
- "description": "",
3624
- "description_tooltip": null,
3625
- "layout": "IPY_MODEL_ab43ff21cf47492cb32df3836db07c3b",
3626
- "max": 1020,
3627
- "min": 0,
3628
- "orientation": "horizontal",
3629
- "style": "IPY_MODEL_f7dd745a3b02460aad93e55dc9068a0e",
3630
- "value": 1020
3631
- }
3632
- },
3633
- "ed85933f26a14ac29d25af51c5de7196": {
3634
- "model_module": "@jupyter-widgets/controls",
3635
- "model_module_version": "1.5.0",
3636
- "model_name": "FloatProgressModel",
3637
- "state": {
3638
- "_dom_classes": [],
3639
- "_model_module": "@jupyter-widgets/controls",
3640
- "_model_module_version": "1.5.0",
3641
- "_model_name": "FloatProgressModel",
3642
- "_view_count": null,
3643
- "_view_module": "@jupyter-widgets/controls",
3644
- "_view_module_version": "1.5.0",
3645
- "_view_name": "ProgressView",
3646
- "bar_style": "",
3647
- "description": "",
3648
- "description_tooltip": null,
3649
- "layout": "IPY_MODEL_bd4505298d89455282dfa16e30011cfc",
3650
- "max": 1020,
3651
- "min": 0,
3652
- "orientation": "horizontal",
3653
- "style": "IPY_MODEL_6bd0456dbd2d404b96c19cce9bc9769a",
3654
- "value": 1020
3655
- }
3656
- },
3657
- "ed9efae7b0634f83a37c787a542ff0ff": {
3658
- "model_module": "@jupyter-widgets/base",
3659
- "model_module_version": "1.2.0",
3660
- "model_name": "LayoutModel",
3661
- "state": {
3662
- "_model_module": "@jupyter-widgets/base",
3663
- "_model_module_version": "1.2.0",
3664
- "_model_name": "LayoutModel",
3665
- "_view_count": null,
3666
- "_view_module": "@jupyter-widgets/base",
3667
- "_view_module_version": "1.2.0",
3668
- "_view_name": "LayoutView",
3669
- "align_content": null,
3670
- "align_items": null,
3671
- "align_self": null,
3672
- "border": null,
3673
- "bottom": null,
3674
- "display": null,
3675
- "flex": null,
3676
- "flex_flow": null,
3677
- "grid_area": null,
3678
- "grid_auto_columns": null,
3679
- "grid_auto_flow": null,
3680
- "grid_auto_rows": null,
3681
- "grid_column": null,
3682
- "grid_gap": null,
3683
- "grid_row": null,
3684
- "grid_template_areas": null,
3685
- "grid_template_columns": null,
3686
- "grid_template_rows": null,
3687
- "height": null,
3688
- "justify_content": null,
3689
- "justify_items": null,
3690
- "left": null,
3691
- "margin": null,
3692
- "max_height": null,
3693
- "max_width": null,
3694
- "min_height": null,
3695
- "min_width": null,
3696
- "object_fit": null,
3697
- "object_position": null,
3698
- "order": null,
3699
- "overflow": null,
3700
- "overflow_x": null,
3701
- "overflow_y": null,
3702
- "padding": null,
3703
- "right": null,
3704
- "top": null,
3705
- "visibility": null,
3706
- "width": null
3707
- }
3708
- },
3709
- "f44e3834d96d4b6ea95e3484d38787a9": {
3710
- "model_module": "@jupyter-widgets/controls",
3711
- "model_module_version": "1.5.0",
3712
- "model_name": "HTMLModel",
3713
- "state": {
3714
- "_dom_classes": [],
3715
- "_model_module": "@jupyter-widgets/controls",
3716
- "_model_module_version": "1.5.0",
3717
- "_model_name": "HTMLModel",
3718
- "_view_count": null,
3719
- "_view_module": "@jupyter-widgets/controls",
3720
- "_view_module_version": "1.5.0",
3721
- "_view_name": "HTMLView",
3722
- "description": "",
3723
- "description_tooltip": null,
3724
- "layout": "IPY_MODEL_c6240e70bb9c4cd0944f23705b54779a",
3725
- "placeholder": "​",
3726
- "style": "IPY_MODEL_af8b04c1694a4f0ea51c7edc5e3f2c13",
3727
- "value": " 3270/6149 [00:01<00:00, 3269.04 examples/s]"
3728
- }
3729
- },
3730
- "f6e3dbdf297e4de9ba77e35a70f5929b": {
3731
- "model_module": "@jupyter-widgets/controls",
3732
- "model_module_version": "1.5.0",
3733
- "model_name": "HBoxModel",
3734
- "state": {
3735
- "_dom_classes": [],
3736
- "_model_module": "@jupyter-widgets/controls",
3737
- "_model_module_version": "1.5.0",
3738
- "_model_name": "HBoxModel",
3739
- "_view_count": null,
3740
- "_view_module": "@jupyter-widgets/controls",
3741
- "_view_module_version": "1.5.0",
3742
- "_view_name": "HBoxView",
3743
- "box_style": "",
3744
- "children": [
3745
- "IPY_MODEL_d67aa0d8f4164eb2bda8d6e618798f17",
3746
- "IPY_MODEL_b8b4c14c6ee84f749ff95a86c940ca1e",
3747
- "IPY_MODEL_3de0e173e3cf488298b582a0bbb00c42"
3748
- ],
3749
- "layout": "IPY_MODEL_6e76ecb3b6be412798fa3b03e74798c1"
3750
- }
3751
- },
3752
- "f7bc6e2d84da43608de921c9ad1230ec": {
3753
- "model_module": "@jupyter-widgets/base",
3754
- "model_module_version": "1.2.0",
3755
- "model_name": "LayoutModel",
3756
- "state": {
3757
- "_model_module": "@jupyter-widgets/base",
3758
- "_model_module_version": "1.2.0",
3759
- "_model_name": "LayoutModel",
3760
- "_view_count": null,
3761
- "_view_module": "@jupyter-widgets/base",
3762
- "_view_module_version": "1.2.0",
3763
- "_view_name": "LayoutView",
3764
- "align_content": null,
3765
- "align_items": null,
3766
- "align_self": null,
3767
- "border": null,
3768
- "bottom": null,
3769
- "display": null,
3770
- "flex": null,
3771
- "flex_flow": null,
3772
- "grid_area": null,
3773
- "grid_auto_columns": null,
3774
- "grid_auto_flow": null,
3775
- "grid_auto_rows": null,
3776
- "grid_column": null,
3777
- "grid_gap": null,
3778
- "grid_row": null,
3779
- "grid_template_areas": null,
3780
- "grid_template_columns": null,
3781
- "grid_template_rows": null,
3782
- "height": null,
3783
- "justify_content": null,
3784
- "justify_items": null,
3785
- "left": null,
3786
- "margin": null,
3787
- "max_height": null,
3788
- "max_width": null,
3789
- "min_height": null,
3790
- "min_width": null,
3791
- "object_fit": null,
3792
- "object_position": null,
3793
- "order": null,
3794
- "overflow": null,
3795
- "overflow_x": null,
3796
- "overflow_y": null,
3797
- "padding": null,
3798
- "right": null,
3799
- "top": null,
3800
- "visibility": "hidden",
3801
- "width": null
3802
- }
3803
- },
3804
- "f7dd745a3b02460aad93e55dc9068a0e": {
3805
- "model_module": "@jupyter-widgets/controls",
3806
- "model_module_version": "1.5.0",
3807
- "model_name": "ProgressStyleModel",
3808
- "state": {
3809
- "_model_module": "@jupyter-widgets/controls",
3810
- "_model_module_version": "1.5.0",
3811
- "_model_name": "ProgressStyleModel",
3812
- "_view_count": null,
3813
- "_view_module": "@jupyter-widgets/base",
3814
- "_view_module_version": "1.2.0",
3815
- "_view_name": "StyleView",
3816
- "bar_color": null,
3817
- "description_width": ""
3818
- }
3819
- },
3820
- "f8cc6c1355014e66845f24c1cc87ef56": {
3821
- "model_module": "@jupyter-widgets/controls",
3822
- "model_module_version": "1.5.0",
3823
- "model_name": "DescriptionStyleModel",
3824
- "state": {
3825
- "_model_module": "@jupyter-widgets/controls",
3826
- "_model_module_version": "1.5.0",
3827
- "_model_name": "DescriptionStyleModel",
3828
- "_view_count": null,
3829
- "_view_module": "@jupyter-widgets/base",
3830
- "_view_module_version": "1.2.0",
3831
- "_view_name": "StyleView",
3832
- "description_width": ""
3833
- }
3834
- },
3835
- "faf634110e1241089538a59a7662cb74": {
3836
- "model_module": "@jupyter-widgets/controls",
3837
- "model_module_version": "1.5.0",
3838
- "model_name": "DescriptionStyleModel",
3839
- "state": {
3840
- "_model_module": "@jupyter-widgets/controls",
3841
- "_model_module_version": "1.5.0",
3842
- "_model_name": "DescriptionStyleModel",
3843
- "_view_count": null,
3844
- "_view_module": "@jupyter-widgets/base",
3845
- "_view_module_version": "1.2.0",
3846
- "_view_name": "StyleView",
3847
- "description_width": ""
3848
- }
3849
- },
3850
- "fba611f504774975aea0d8912686eac6": {
3851
- "model_module": "@jupyter-widgets/base",
3852
- "model_module_version": "1.2.0",
3853
- "model_name": "LayoutModel",
3854
- "state": {
3855
- "_model_module": "@jupyter-widgets/base",
3856
- "_model_module_version": "1.2.0",
3857
- "_model_name": "LayoutModel",
3858
- "_view_count": null,
3859
- "_view_module": "@jupyter-widgets/base",
3860
- "_view_module_version": "1.2.0",
3861
- "_view_name": "LayoutView",
3862
- "align_content": null,
3863
- "align_items": null,
3864
- "align_self": null,
3865
- "border": null,
3866
- "bottom": null,
3867
- "display": null,
3868
- "flex": null,
3869
- "flex_flow": null,
3870
- "grid_area": null,
3871
- "grid_auto_columns": null,
3872
- "grid_auto_flow": null,
3873
- "grid_auto_rows": null,
3874
- "grid_column": null,
3875
- "grid_gap": null,
3876
- "grid_row": null,
3877
- "grid_template_areas": null,
3878
- "grid_template_columns": null,
3879
- "grid_template_rows": null,
3880
- "height": null,
3881
- "justify_content": null,
3882
- "justify_items": null,
3883
- "left": null,
3884
- "margin": null,
3885
- "max_height": null,
3886
- "max_width": null,
3887
- "min_height": null,
3888
- "min_width": null,
3889
- "object_fit": null,
3890
- "object_position": null,
3891
- "order": null,
3892
- "overflow": null,
3893
- "overflow_x": null,
3894
- "overflow_y": null,
3895
- "padding": null,
3896
- "right": null,
3897
- "top": null,
3898
- "visibility": null,
3899
- "width": "20px"
3900
- }
3901
- },
3902
- "fbbd4872c826497eac310ebfe487517e": {
3903
- "model_module": "@jupyter-widgets/controls",
3904
- "model_module_version": "1.5.0",
3905
- "model_name": "FloatProgressModel",
3906
- "state": {
3907
- "_dom_classes": [],
3908
- "_model_module": "@jupyter-widgets/controls",
3909
- "_model_module_version": "1.5.0",
3910
- "_model_name": "FloatProgressModel",
3911
- "_view_count": null,
3912
- "_view_module": "@jupyter-widgets/controls",
3913
- "_view_module_version": "1.5.0",
3914
- "_view_name": "ProgressView",
3915
- "bar_style": "",
3916
- "description": "",
3917
- "description_tooltip": null,
3918
- "layout": "IPY_MODEL_3f2fe17072c647f895d440ada21e0578",
3919
- "max": 1020,
3920
- "min": 0,
3921
- "orientation": "horizontal",
3922
- "style": "IPY_MODEL_ac3fbdf270324635b0c929dbd213b799",
3923
- "value": 1020
3924
- }
3925
- },
3926
- "fe7ef77abd3d4aaf92e7c405601a74a3": {
3927
- "model_module": "@jupyter-widgets/base",
3928
- "model_module_version": "1.2.0",
3929
- "model_name": "LayoutModel",
3930
- "state": {
3931
- "_model_module": "@jupyter-widgets/base",
3932
- "_model_module_version": "1.2.0",
3933
- "_model_name": "LayoutModel",
3934
- "_view_count": null,
3935
- "_view_module": "@jupyter-widgets/base",
3936
- "_view_module_version": "1.2.0",
3937
- "_view_name": "LayoutView",
3938
- "align_content": null,
3939
- "align_items": null,
3940
- "align_self": null,
3941
- "border": null,
3942
- "bottom": null,
3943
- "display": null,
3944
- "flex": null,
3945
- "flex_flow": null,
3946
- "grid_area": null,
3947
- "grid_auto_columns": null,
3948
- "grid_auto_flow": null,
3949
- "grid_auto_rows": null,
3950
- "grid_column": null,
3951
- "grid_gap": null,
3952
- "grid_row": null,
3953
- "grid_template_areas": null,
3954
- "grid_template_columns": null,
3955
- "grid_template_rows": null,
3956
- "height": null,
3957
- "justify_content": null,
3958
- "justify_items": null,
3959
- "left": null,
3960
- "margin": null,
3961
- "max_height": null,
3962
- "max_width": null,
3963
- "min_height": null,
3964
- "min_width": null,
3965
- "object_fit": null,
3966
- "object_position": null,
3967
- "order": null,
3968
- "overflow": null,
3969
- "overflow_x": null,
3970
- "overflow_y": null,
3971
- "padding": null,
3972
- "right": null,
3973
- "top": null,
3974
- "visibility": null,
3975
- "width": null
3976
- }
3977
- },
3978
- "ff7a290a4c324d35857468b010fa6473": {
3979
- "model_module": "@jupyter-widgets/controls",
3980
- "model_module_version": "1.5.0",
3981
- "model_name": "DescriptionStyleModel",
3982
- "state": {
3983
- "_model_module": "@jupyter-widgets/controls",
3984
- "_model_module_version": "1.5.0",
3985
- "_model_name": "DescriptionStyleModel",
3986
- "_view_count": null,
3987
- "_view_module": "@jupyter-widgets/base",
3988
- "_view_module_version": "1.2.0",
3989
- "_view_name": "StyleView",
3990
- "description_width": ""
3991
- }
3992
- }
3993
- }
3994
- }
3995
- },
3996
- "nbformat": 4,
3997
- "nbformat_minor": 4
3998
- }