Skip to content

Instantly share code, notes, and snippets.

@jonnyli1125
Last active February 20, 2024 07:46
Show Gist options
  • Save jonnyli1125/1ad95073ff218d00cc4faee133f05dcc to your computer and use it in GitHub Desktop.
Save jonnyli1125/1ad95073ff218d00cc4faee133f05dcc to your computer and use it in GitHub Desktop.
Implementing and training a neural network from scratch in numpy only
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyMrtoeHbU3GzF7ncWv8YHAJ",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"a3350a54a087473b86b18fe0596fdfe7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_756713d28b7b4ab28792404be18dee0a",
"IPY_MODEL_b311ea287866483189a0b0cb847f8652",
"IPY_MODEL_e179da522fb34587b7cfe6beb0ffd161"
],
"layout": "IPY_MODEL_4a64d4511197439c92c8f4237454b44b"
}
},
"756713d28b7b4ab28792404be18dee0a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_f6bfcf49bdeb4103a18f8d5b95b2ac41",
"placeholder": "​",
"style": "IPY_MODEL_c86f119e82c74390836251bebf06b7f1",
"value": "100%"
}
},
"b311ea287866483189a0b0cb847f8652": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_fee2d58e30554bd6a4d1be36c1713d94",
"max": 50,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_ef8f0583c348411cbea2d995a230b613",
"value": 50
}
},
"e179da522fb34587b7cfe6beb0ffd161": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_72b3433df67c4ce7b179df7341d8118d",
"placeholder": "​",
"style": "IPY_MODEL_a0e5e22d29644d63946a83fc978939a6",
"value": " 50/50 [00:07<00:00,  6.48it/s, epoch=50, valid_loss=0.116]"
}
},
"4a64d4511197439c92c8f4237454b44b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f6bfcf49bdeb4103a18f8d5b95b2ac41": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c86f119e82c74390836251bebf06b7f1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"fee2d58e30554bd6a4d1be36c1713d94": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"ef8f0583c348411cbea2d995a230b613": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"72b3433df67c4ce7b179df7341d8118d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a0e5e22d29644d63946a83fc978939a6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"b1762d88e81d48a382287f819900727a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_d80535d026084e70b968f04215b1d6ac",
"IPY_MODEL_779e50654ac24e41ba9bdc2d083510da",
"IPY_MODEL_f8e9d5658766409693b30c1ee8e737f7"
],
"layout": "IPY_MODEL_744d47a42a9d4092870f2921070c0aed"
}
},
"d80535d026084e70b968f04215b1d6ac": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ec6d50d8afef45dba788addb903b5392",
"placeholder": "​",
"style": "IPY_MODEL_60252cb835824227beedb6a336382499",
"value": "100%"
}
},
"779e50654ac24e41ba9bdc2d083510da": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_0a5a1915094b438e878d5d968a016da1",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_90c0dcb78144484a9cd1a783ae387067",
"value": 40
}
},
"f8e9d5658766409693b30c1ee8e737f7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_fdeb8faab65548869ea37a7aeadc6a3f",
"placeholder": "​",
"style": "IPY_MODEL_9ce5f1e112cc4c04862ea760a4643ab7",
"value": " 40/40 [00:00<00:00, 339.51it/s, loss=2.29]"
}
},
"744d47a42a9d4092870f2921070c0aed": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"ec6d50d8afef45dba788addb903b5392": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"60252cb835824227beedb6a336382499": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"0a5a1915094b438e878d5d968a016da1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"90c0dcb78144484a9cd1a783ae387067": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"fdeb8faab65548869ea37a7aeadc6a3f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"9ce5f1e112cc4c04862ea760a4643ab7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"624406f33bdd490d9741b82e65a401ac": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_1626cad045c2413dae7013ae56b5dd8c",
"IPY_MODEL_f76c7c01279c4489847e08143f37ebdf",
"IPY_MODEL_44d3e50df48740efae52458f6aa83bde"
],
"layout": "IPY_MODEL_a4343528541c4360a1fff747dbbf87b2"
}
},
"1626cad045c2413dae7013ae56b5dd8c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_4d74f04ffecb4c4182df137c7bf674a5",
"placeholder": "​",
"style": "IPY_MODEL_2730bc1c2300430e8ce52a1ebe673ba3",
"value": "100%"
}
},
"f76c7c01279c4489847e08143f37ebdf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c8916ea9369e48fca4388fd2ac3ee4d9",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_db4f5ca9267d4ff0b1d487f49418a423",
"value": 40
}
},
"44d3e50df48740efae52458f6aa83bde": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_156dd0469e3d4b8a9c0105c203a718d6",
"placeholder": "​",
"style": "IPY_MODEL_65224239f2ac406690bf6cda189e7b02",
"value": " 40/40 [00:00<00:00, 340.44it/s, loss=2.3]"
}
},
"a4343528541c4360a1fff747dbbf87b2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4d74f04ffecb4c4182df137c7bf674a5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"2730bc1c2300430e8ce52a1ebe673ba3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"c8916ea9369e48fca4388fd2ac3ee4d9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"db4f5ca9267d4ff0b1d487f49418a423": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"156dd0469e3d4b8a9c0105c203a718d6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"65224239f2ac406690bf6cda189e7b02": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"8d4886802f074448bd9e5c58b2479be2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_bd5436236e324c9493101eda8b4d9efd",
"IPY_MODEL_bb83e1eb256846ca9de4fa55e2e1b32f",
"IPY_MODEL_0ae1caf858734a47b37c0f60b8ddc872"
],
"layout": "IPY_MODEL_de3ddc7cd33b473882910f52c65c9aa2"
}
},
"bd5436236e324c9493101eda8b4d9efd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_1b0dccbaf5a54fdc8f690cdbd4b91505",
"placeholder": "​",
"style": "IPY_MODEL_af7d8ae849c847c0922fe8cbb9e881b1",
"value": "100%"
}
},
"bb83e1eb256846ca9de4fa55e2e1b32f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6bb0d666fa6a4ae8a4e14c51fd35a2cb",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_73da96cda7094ec8b47f1f91521d3d1b",
"value": 40
}
},
"0ae1caf858734a47b37c0f60b8ddc872": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_d6aa965d44844c08bd0f4b549858e0fb",
"placeholder": "​",
"style": "IPY_MODEL_7f09c0e1af694011b67e16ec48f2d5e0",
"value": " 40/40 [00:00<00:00, 238.79it/s, loss=2.32]"
}
},
"de3ddc7cd33b473882910f52c65c9aa2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"1b0dccbaf5a54fdc8f690cdbd4b91505": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"af7d8ae849c847c0922fe8cbb9e881b1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"6bb0d666fa6a4ae8a4e14c51fd35a2cb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"73da96cda7094ec8b47f1f91521d3d1b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"d6aa965d44844c08bd0f4b549858e0fb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7f09c0e1af694011b67e16ec48f2d5e0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"00f47815984049028dc9c42634825c53": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_b2eb7887633e476cbf29e7dca5557bc6",
"IPY_MODEL_b795b46fa30141029cc2691f1b1aa038",
"IPY_MODEL_cc9e61ffbd0d42aab12a6f3e21544d86"
],
"layout": "IPY_MODEL_a1cd15150197417c82a9327e59ceb0a5"
}
},
"b2eb7887633e476cbf29e7dca5557bc6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_def0b67a84b94a20bd42b3785f0bf409",
"placeholder": "​",
"style": "IPY_MODEL_68f3fc9bc1234a4ba23da198e7fbb836",
"value": "100%"
}
},
"b795b46fa30141029cc2691f1b1aa038": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_5abab630ec6d4c418cc42db5ba4fc4a1",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_ef53ae1cba874bd1887d5074916f44ca",
"value": 40
}
},
"cc9e61ffbd0d42aab12a6f3e21544d86": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_4e73d4564d674176b32471662f2d97e5",
"placeholder": "​",
"style": "IPY_MODEL_2f06da2a19e643bd849cfbdd7aae1b0f",
"value": " 40/40 [00:00<00:00, 328.95it/s, loss=2.31]"
}
},
"a1cd15150197417c82a9327e59ceb0a5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"def0b67a84b94a20bd42b3785f0bf409": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"68f3fc9bc1234a4ba23da198e7fbb836": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"5abab630ec6d4c418cc42db5ba4fc4a1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"ef53ae1cba874bd1887d5074916f44ca": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"4e73d4564d674176b32471662f2d97e5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"2f06da2a19e643bd849cfbdd7aae1b0f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"43c89d628e9848f9bc253bf2456c8656": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_41093d19f3fa4ee681996968f5b9efbb",
"IPY_MODEL_94626365bfad4ca9a207936e78e5cdc2",
"IPY_MODEL_78b74363b3984b3aa464da16dc6717d8"
],
"layout": "IPY_MODEL_00b5fabc602046bf83886f8bc8da8a0c"
}
},
"41093d19f3fa4ee681996968f5b9efbb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_cf3942f35a01414aa9ee4978cd04ffbb",
"placeholder": "​",
"style": "IPY_MODEL_fa4b8c3c0be04e649b5c23f7f59e3727",
"value": "100%"
}
},
"94626365bfad4ca9a207936e78e5cdc2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_f37cb6eb69564418b9189e911e826b98",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_b237547d5c5e46e5b2448b169c57ae68",
"value": 40
}
},
"78b74363b3984b3aa464da16dc6717d8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_10c2d1adf9584e44ac9fe36b0d98909d",
"placeholder": "​",
"style": "IPY_MODEL_8d159b8dbdb642edb964dbdbdd342915",
"value": " 40/40 [00:00<00:00, 270.64it/s, loss=2.26]"
}
},
"00b5fabc602046bf83886f8bc8da8a0c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"cf3942f35a01414aa9ee4978cd04ffbb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"fa4b8c3c0be04e649b5c23f7f59e3727": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"f37cb6eb69564418b9189e911e826b98": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"b237547d5c5e46e5b2448b169c57ae68": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"10c2d1adf9584e44ac9fe36b0d98909d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8d159b8dbdb642edb964dbdbdd342915": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"957a0fcd5bf14b4e85838080c92e1057": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_00e24e25445347baaa9133419f1c4664",
"IPY_MODEL_1952055258b84e89a5e708ec57528b09",
"IPY_MODEL_856712f57ba64c148f0b694e1d0e4366"
],
"layout": "IPY_MODEL_3f98c5758e1342b4afc61114589edd00"
}
},
"00e24e25445347baaa9133419f1c4664": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_1da1a58379184f608ce4f573f3b96db7",
"placeholder": "​",
"style": "IPY_MODEL_49ac04cb794a4eb1aa379b9416cabf9d",
"value": "100%"
}
},
"1952055258b84e89a5e708ec57528b09": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c207a9032d0547cd8adb131a3f73e220",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_554657931a49456a8163c20de7507dde",
"value": 40
}
},
"856712f57ba64c148f0b694e1d0e4366": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_9208c5e6b6714ef09ba2696fc9470bdd",
"placeholder": "​",
"style": "IPY_MODEL_01dd7994f31247378773dce1864641aa",
"value": " 40/40 [00:00<00:00, 334.60it/s, loss=1.82]"
}
},
"3f98c5758e1342b4afc61114589edd00": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"1da1a58379184f608ce4f573f3b96db7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"49ac04cb794a4eb1aa379b9416cabf9d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"c207a9032d0547cd8adb131a3f73e220": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"554657931a49456a8163c20de7507dde": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"9208c5e6b6714ef09ba2696fc9470bdd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"01dd7994f31247378773dce1864641aa": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"3de8e8a53c044f0589fee88741684c3a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_ebc6a74f20294181828f8790295f249b",
"IPY_MODEL_ca8deb3421cb4185a2a2832f45407595",
"IPY_MODEL_2c7c38dfb3cb4fe5816718f9946c6aa2"
],
"layout": "IPY_MODEL_c35bf9ea78c34194b064421368cedc56"
}
},
"ebc6a74f20294181828f8790295f249b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_3d06d6264f5744bcb8ce9c2fc8280ff4",
"placeholder": "​",
"style": "IPY_MODEL_43b9e4355afb40c9828fc8d6da60b12a",
"value": "100%"
}
},
"ca8deb3421cb4185a2a2832f45407595": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ce8ba7f83cf149a9b98f572d91d4762c",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_26cde51530164912bc090c541d7d6d9c",
"value": 40
}
},
"2c7c38dfb3cb4fe5816718f9946c6aa2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_49fe9870af8c45d6af7205040e107a7c",
"placeholder": "​",
"style": "IPY_MODEL_77bba472257f4dc8a45b8492204ba6ba",
"value": " 40/40 [00:00<00:00, 228.40it/s, loss=1.65]"
}
},
"c35bf9ea78c34194b064421368cedc56": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3d06d6264f5744bcb8ce9c2fc8280ff4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"43b9e4355afb40c9828fc8d6da60b12a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"ce8ba7f83cf149a9b98f572d91d4762c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"26cde51530164912bc090c541d7d6d9c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"49fe9870af8c45d6af7205040e107a7c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"77bba472257f4dc8a45b8492204ba6ba": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"b678e24b9eac43878f148482f3b6385a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_cdbcaf92b12b48548b5ebb65af4b5813",
"IPY_MODEL_3a9db321cc2c40649a6863b035b108cc",
"IPY_MODEL_594f13f8e6f44e37b23b1526a6aafc19"
],
"layout": "IPY_MODEL_c78d2cde9cfe40efbaba29655e1bcd75"
}
},
"cdbcaf92b12b48548b5ebb65af4b5813": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_7cd9918fb4114a41ae8c97d3d560485b",
"placeholder": "​",
"style": "IPY_MODEL_049b1e6e7f024a208df10ece88ecbb09",
"value": "100%"
}
},
"3a9db321cc2c40649a6863b035b108cc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_db9e315b178e4700b4ba03f8a8455695",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_8b43f4cc98c14559a92123e66bcd197a",
"value": 40
}
},
"594f13f8e6f44e37b23b1526a6aafc19": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_4beec077d14b450ea5e28cfa4a744eea",
"placeholder": "​",
"style": "IPY_MODEL_2b3c46aa372942e59b1bc69eff27c3af",
"value": " 40/40 [00:00<00:00, 249.18it/s, loss=1.45]"
}
},
"c78d2cde9cfe40efbaba29655e1bcd75": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7cd9918fb4114a41ae8c97d3d560485b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"049b1e6e7f024a208df10ece88ecbb09": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"db9e315b178e4700b4ba03f8a8455695": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8b43f4cc98c14559a92123e66bcd197a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"4beec077d14b450ea5e28cfa4a744eea": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"2b3c46aa372942e59b1bc69eff27c3af": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"08e78b00c22e4e239e3a22ae089a08e6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_001555f848b04bcc9b05675fe65bc193",
"IPY_MODEL_1f243edaf1dc45729a29b564789a9aa4",
"IPY_MODEL_3dd341bfb7444b3b8ff147549fcc9781"
],
"layout": "IPY_MODEL_f56955d5f9cc4d6f86000f9e616e2df3"
}
},
"001555f848b04bcc9b05675fe65bc193": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_0d1c988d75dd40208ac96c3df88ece4b",
"placeholder": "​",
"style": "IPY_MODEL_fc21dceb013442d6b355b6bd3586c6ba",
"value": "100%"
}
},
"1f243edaf1dc45729a29b564789a9aa4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c70f614e18cb4482b4a613d447384815",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_7fb8ba09b3974faea9560df548a70b28",
"value": 40
}
},
"3dd341bfb7444b3b8ff147549fcc9781": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ec7865635a2c4d2c9b0f00a1bf9a91e8",
"placeholder": "​",
"style": "IPY_MODEL_7815799d323243c5bd56f046ebf4801f",
"value": " 40/40 [00:00<00:00, 303.76it/s, loss=1.49]"
}
},
"f56955d5f9cc4d6f86000f9e616e2df3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"0d1c988d75dd40208ac96c3df88ece4b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"fc21dceb013442d6b355b6bd3586c6ba": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"c70f614e18cb4482b4a613d447384815": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7fb8ba09b3974faea9560df548a70b28": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"ec7865635a2c4d2c9b0f00a1bf9a91e8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7815799d323243c5bd56f046ebf4801f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"00b1a75513384af8ac25cf3d0b4bc020": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_e98abe756bd04913b5b18e3397cc327e",
"IPY_MODEL_e43e942bed18406ca6d3efca81f8d1f2",
"IPY_MODEL_011c34e559ac416791739ce8c7898b47"
],
"layout": "IPY_MODEL_8ec07697d6b14cae9fa0c79e6a0dfe94"
}
},
"e98abe756bd04913b5b18e3397cc327e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_7b058a8b657f4e5d8e0db28a195a73a2",
"placeholder": "​",
"style": "IPY_MODEL_64e70cc7315d46c4a1d63471ce8dfb9a",
"value": "100%"
}
},
"e43e942bed18406ca6d3efca81f8d1f2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_5510f788702d48e3ab9dc565b005c954",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_f322cdfeae374de1a73362415bfa66ae",
"value": 40
}
},
"011c34e559ac416791739ce8c7898b47": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_654092b9798d4b459216231a712b4785",
"placeholder": "​",
"style": "IPY_MODEL_66da25d39d2c4900ae0b4627d30c5322",
"value": " 40/40 [00:00<00:00, 390.37it/s, loss=1.87]"
}
},
"8ec07697d6b14cae9fa0c79e6a0dfe94": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7b058a8b657f4e5d8e0db28a195a73a2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"64e70cc7315d46c4a1d63471ce8dfb9a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"5510f788702d48e3ab9dc565b005c954": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f322cdfeae374de1a73362415bfa66ae": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"654092b9798d4b459216231a712b4785": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"66da25d39d2c4900ae0b4627d30c5322": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"df07e4c8f04e4147b17d52dec4269427": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_0839b960daf348dabc447fd8a123a97a",
"IPY_MODEL_45b77c8baf824b0b899f69f9f9cac346",
"IPY_MODEL_c02964e10c294dc8a885a45a3ca205bb"
],
"layout": "IPY_MODEL_531d6c9881c740199e7bef7765a4ace1"
}
},
"0839b960daf348dabc447fd8a123a97a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_42f7b3df7779436d8c82989a72ec8bbf",
"placeholder": "​",
"style": "IPY_MODEL_8739a9e1f81442c8b91812b9c43bdaa7",
"value": "100%"
}
},
"45b77c8baf824b0b899f69f9f9cac346": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_281afaa92ce24dfe846b24a5f70b574d",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_a5fb2162b3684ea0838d459a824b3a75",
"value": 40
}
},
"c02964e10c294dc8a885a45a3ca205bb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_d933b5414fa34ad0b664b1dc75fd4fdb",
"placeholder": "​",
"style": "IPY_MODEL_5ace2c2c07ea4627b4e1000c450d70ac",
"value": " 40/40 [00:00<00:00, 249.73it/s, loss=0.75]"
}
},
"531d6c9881c740199e7bef7765a4ace1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"42f7b3df7779436d8c82989a72ec8bbf": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8739a9e1f81442c8b91812b9c43bdaa7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"281afaa92ce24dfe846b24a5f70b574d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a5fb2162b3684ea0838d459a824b3a75": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"d933b5414fa34ad0b664b1dc75fd4fdb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"5ace2c2c07ea4627b4e1000c450d70ac": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"58fa54aec8594082bc1363793232d959": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_967afb63263346df9e7421a7dd6b40a3",
"IPY_MODEL_39c4c644e78648ac8034cefa763b6d12",
"IPY_MODEL_f53ad38c2d9b4fccb678b03af80648a2"
],
"layout": "IPY_MODEL_ec9061bdd82a4069bfaaa189c0a83090"
}
},
"967afb63263346df9e7421a7dd6b40a3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_060ef62e8c2b4682a57581c47b2f59a2",
"placeholder": "​",
"style": "IPY_MODEL_2633925e229f421dbc59bceeaeae3fe8",
"value": "100%"
}
},
"39c4c644e78648ac8034cefa763b6d12": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_381a6d512135423e9c58e6ce87ccb0ff",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_1bf4e89142744fb6b900c757393445e4",
"value": 40
}
},
"f53ad38c2d9b4fccb678b03af80648a2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_379235f0666e4e32ba70f2e8cb49a026",
"placeholder": "​",
"style": "IPY_MODEL_2097cf5493be4299838ab2c23060c28b",
"value": " 40/40 [00:00<00:00, 342.09it/s, loss=0.188]"
}
},
"ec9061bdd82a4069bfaaa189c0a83090": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"060ef62e8c2b4682a57581c47b2f59a2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"2633925e229f421dbc59bceeaeae3fe8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"381a6d512135423e9c58e6ce87ccb0ff": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"1bf4e89142744fb6b900c757393445e4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"379235f0666e4e32ba70f2e8cb49a026": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"2097cf5493be4299838ab2c23060c28b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"24ef4d90800b42fea7f99cadb6f4be12": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_2d22af7ea83d4af9a1c29678a6aed1f7",
"IPY_MODEL_3905939c211a48778b213788c4292da3",
"IPY_MODEL_7628661ae3054eab8961476bbe57b4d0"
],
"layout": "IPY_MODEL_a3550efe302a4b379ece49655e19e00b"
}
},
"2d22af7ea83d4af9a1c29678a6aed1f7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_148606272bf34848b75c60172e65a35c",
"placeholder": "​",
"style": "IPY_MODEL_b78d51a33e7e4202b35738286456d5f0",
"value": "100%"
}
},
"3905939c211a48778b213788c4292da3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_fc57a79d27f24377bf2a9854b441fe1d",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_c2e4855572844d18ba228a1222a4676c",
"value": 40
}
},
"7628661ae3054eab8961476bbe57b4d0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_60a8a0ea52f3479d91030add0bffed74",
"placeholder": "​",
"style": "IPY_MODEL_df7865f7f59d4ff5b1b1cb7ee93fa338",
"value": " 40/40 [00:00<00:00, 249.11it/s, loss=0.766]"
}
},
"a3550efe302a4b379ece49655e19e00b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"148606272bf34848b75c60172e65a35c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"b78d51a33e7e4202b35738286456d5f0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"fc57a79d27f24377bf2a9854b441fe1d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c2e4855572844d18ba228a1222a4676c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"60a8a0ea52f3479d91030add0bffed74": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"df7865f7f59d4ff5b1b1cb7ee93fa338": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"db520c5ca972415a88650cc84ae7e5da": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_d501496721aa42109145624abb19d8c8",
"IPY_MODEL_33f1b2caf5e647feadb2e664d264b628",
"IPY_MODEL_db5db788918b4c02a3b9f04020f13bb4"
],
"layout": "IPY_MODEL_f94dd64eae31471ab3578f800acbdc37"
}
},
"d501496721aa42109145624abb19d8c8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_3e4bb14f23b349b89e8210b57936553d",
"placeholder": "​",
"style": "IPY_MODEL_4b1884282404427a96305d3aa79caf9d",
"value": "100%"
}
},
"33f1b2caf5e647feadb2e664d264b628": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6d2a2936366a4eac95981efd3eaa5f5d",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_912b6206469846f69892faca703dd0af",
"value": 40
}
},
"db5db788918b4c02a3b9f04020f13bb4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_10ceb1567ff0487e9c6cdeec84b27a5f",
"placeholder": "​",
"style": "IPY_MODEL_e822b3da1faf4118bf8cc1196f082e15",
"value": " 40/40 [00:00<00:00, 246.05it/s, loss=0.376]"
}
},
"f94dd64eae31471ab3578f800acbdc37": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3e4bb14f23b349b89e8210b57936553d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4b1884282404427a96305d3aa79caf9d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"6d2a2936366a4eac95981efd3eaa5f5d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"912b6206469846f69892faca703dd0af": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"10ceb1567ff0487e9c6cdeec84b27a5f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e822b3da1faf4118bf8cc1196f082e15": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"90e0adf09705443c8dbdea2737414ed3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_37340e4d85e34fd1a9c3cd9a72abfb93",
"IPY_MODEL_3bac47e7d27d409cbfab95b49c7fa6a5",
"IPY_MODEL_eb8cf6e6cced4a8ea01657dd3f73c151"
],
"layout": "IPY_MODEL_4964a215619d40d78b0226c95fdad551"
}
},
"37340e4d85e34fd1a9c3cd9a72abfb93": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_31dba746c3804806be8ccaeb453de098",
"placeholder": "​",
"style": "IPY_MODEL_8f04ce84905b4db3ab144ad2e050fe05",
"value": "100%"
}
},
"3bac47e7d27d409cbfab95b49c7fa6a5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_2361f5e75ba742eea3b1ac464eb49ed6",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_f7f855d949724c22a14427bca5dbef57",
"value": 40
}
},
"eb8cf6e6cced4a8ea01657dd3f73c151": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_7aeab24e8704481bbe40f4a308acf902",
"placeholder": "​",
"style": "IPY_MODEL_805b095cc4f74b68b02d4d853f4341e4",
"value": " 40/40 [00:00<00:00, 257.52it/s, loss=0.392]"
}
},
"4964a215619d40d78b0226c95fdad551": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"31dba746c3804806be8ccaeb453de098": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8f04ce84905b4db3ab144ad2e050fe05": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"2361f5e75ba742eea3b1ac464eb49ed6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f7f855d949724c22a14427bca5dbef57": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"7aeab24e8704481bbe40f4a308acf902": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"805b095cc4f74b68b02d4d853f4341e4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"8ab55f8f5c98497fb47bd471ffac4675": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_1592633d7ea44f23b45fb2187dc727b0",
"IPY_MODEL_911f4b4fbcba48b4bb84a57f52f77e34",
"IPY_MODEL_43c5e54ae74243f79b08fff04a068a58"
],
"layout": "IPY_MODEL_595513bc4a43490d9bf296845e6394e0"
}
},
"1592633d7ea44f23b45fb2187dc727b0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c90f197535d542d988bec56378857e3b",
"placeholder": "​",
"style": "IPY_MODEL_cd0b6f74c39a403baff460d7506ca6ba",
"value": "100%"
}
},
"911f4b4fbcba48b4bb84a57f52f77e34": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_298ac2b0a41d461c965f703b678c4f4c",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_20097dedc3fa46b0953d0435cff467ee",
"value": 40
}
},
"43c5e54ae74243f79b08fff04a068a58": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_8912172ae3a94fbe982056a05ccc1b7d",
"placeholder": "​",
"style": "IPY_MODEL_0ed9f963f4774bb7ba4a2b2f333975df",
"value": " 40/40 [00:00<00:00, 278.03it/s, loss=0.0545]"
}
},
"595513bc4a43490d9bf296845e6394e0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c90f197535d542d988bec56378857e3b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"cd0b6f74c39a403baff460d7506ca6ba": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"298ac2b0a41d461c965f703b678c4f4c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"20097dedc3fa46b0953d0435cff467ee": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"8912172ae3a94fbe982056a05ccc1b7d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"0ed9f963f4774bb7ba4a2b2f333975df": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"b53dfb38dedc44bd845a2d84990ea6da": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_7887d06cd1974962bdd15a01a0e7e3d0",
"IPY_MODEL_787aee1a2ce8456e9461654083285d7c",
"IPY_MODEL_a119f260d4824371aef5f253afadc781"
],
"layout": "IPY_MODEL_e6cebbec94de47ca86648f3a356fafba"
}
},
"7887d06cd1974962bdd15a01a0e7e3d0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_2c7d5847900843a6b129f99e5fb963c5",
"placeholder": "​",
"style": "IPY_MODEL_0563536efd8e45bf865ac49b2f744fd1",
"value": "100%"
}
},
"787aee1a2ce8456e9461654083285d7c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6e2a802ec9654dbd8aa96a56746cb5cd",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_876e8836e8dd44ba92a4b8a7bac85c83",
"value": 40
}
},
"a119f260d4824371aef5f253afadc781": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_4f3e82207d90419c9da74104b8cafdde",
"placeholder": "​",
"style": "IPY_MODEL_366b61217995467caa38e3d8a97ed81f",
"value": " 40/40 [00:00<00:00, 257.24it/s, loss=0.106]"
}
},
"e6cebbec94de47ca86648f3a356fafba": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"2c7d5847900843a6b129f99e5fb963c5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"0563536efd8e45bf865ac49b2f744fd1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"6e2a802ec9654dbd8aa96a56746cb5cd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"876e8836e8dd44ba92a4b8a7bac85c83": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"4f3e82207d90419c9da74104b8cafdde": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"366b61217995467caa38e3d8a97ed81f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"b282432dd2914f339fb3c80ccc7f886e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_2ed1bf013891406f9482b3c6b7f3edcb",
"IPY_MODEL_9454e71ca2294df3adbaac1f3fe6cb28",
"IPY_MODEL_c6aff47d99564fc1bec8aa5ac22bd315"
],
"layout": "IPY_MODEL_23682382af2749b4a3f09ba1806a01a7"
}
},
"2ed1bf013891406f9482b3c6b7f3edcb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_d38b3dfc2a524b379d777f745a9ca355",
"placeholder": "​",
"style": "IPY_MODEL_acff624e7ad343dd9da97f694512beb8",
"value": "100%"
}
},
"9454e71ca2294df3adbaac1f3fe6cb28": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_a571546b77094b1ca5f6a5cb061d36f4",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_6a8cdcb5ffaa42078e07c396fef552c3",
"value": 40
}
},
"c6aff47d99564fc1bec8aa5ac22bd315": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_d0eee3eb828a4c728afd1522687faf47",
"placeholder": "​",
"style": "IPY_MODEL_fa60bf1d9d394bcf8dd9dd48b77311be",
"value": " 40/40 [00:00<00:00, 354.86it/s, loss=0.135]"
}
},
"23682382af2749b4a3f09ba1806a01a7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"d38b3dfc2a524b379d777f745a9ca355": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"acff624e7ad343dd9da97f694512beb8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"a571546b77094b1ca5f6a5cb061d36f4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"6a8cdcb5ffaa42078e07c396fef552c3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"d0eee3eb828a4c728afd1522687faf47": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"fa60bf1d9d394bcf8dd9dd48b77311be": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"9ba726bb5926492b925cc11b3ca69e6b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_29bf2424760043ac9c76a7f6ba4fc7b4",
"IPY_MODEL_82bb14486b504561a6db5a04179d9170",
"IPY_MODEL_8d7d1beea481424e9ad62fb72c3fa79e"
],
"layout": "IPY_MODEL_bb3cb5f405914b6bb9b26adcfac3812c"
}
},
"29bf2424760043ac9c76a7f6ba4fc7b4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_8fd211a097794eac966a96ebe131a1d4",
"placeholder": "​",
"style": "IPY_MODEL_0eeb8dd23df04fa3a92cdb2faee54681",
"value": "100%"
}
},
"82bb14486b504561a6db5a04179d9170": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_954290c1299749c3903a257caff41ded",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_5d2cbc51089a47d1a47454fe6a8a0947",
"value": 40
}
},
"8d7d1beea481424e9ad62fb72c3fa79e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_98f6ee1f4033481abf0f6c8161a894a0",
"placeholder": "​",
"style": "IPY_MODEL_13853e5b5e88465f8b310676f568cdbe",
"value": " 40/40 [00:00<00:00, 364.82it/s, loss=0.105]"
}
},
"bb3cb5f405914b6bb9b26adcfac3812c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8fd211a097794eac966a96ebe131a1d4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"0eeb8dd23df04fa3a92cdb2faee54681": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"954290c1299749c3903a257caff41ded": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"5d2cbc51089a47d1a47454fe6a8a0947": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"98f6ee1f4033481abf0f6c8161a894a0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"13853e5b5e88465f8b310676f568cdbe": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"aa9c074828ed4a3bab34d7799f2f5215": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_950ee59e41ed4cc5a53ce33d400abdfd",
"IPY_MODEL_3a6ad5cb38fb41c8a0a06fa4cef8dee6",
"IPY_MODEL_61efdd3bdb734d08ba9c8df5af218bb1"
],
"layout": "IPY_MODEL_3865909299a84ea88f715146d5485551"
}
},
"950ee59e41ed4cc5a53ce33d400abdfd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_31b056260c994896b82144921af72e06",
"placeholder": "​",
"style": "IPY_MODEL_bb51680bf24c465ebc131024ab0785eb",
"value": "100%"
}
},
"3a6ad5cb38fb41c8a0a06fa4cef8dee6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_74395b3734e44febb5e60fe7c556b96e",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_e1353a28e4c14475afbb53fba1550db3",
"value": 40
}
},
"61efdd3bdb734d08ba9c8df5af218bb1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_95f0b641be4d46b28ae2289d725a9aba",
"placeholder": "​",
"style": "IPY_MODEL_f61a8213baa4435da49f10ab8c627a8c",
"value": " 40/40 [00:00<00:00, 208.29it/s, loss=0.023]"
}
},
"3865909299a84ea88f715146d5485551": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"31b056260c994896b82144921af72e06": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"bb51680bf24c465ebc131024ab0785eb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"74395b3734e44febb5e60fe7c556b96e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e1353a28e4c14475afbb53fba1550db3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"95f0b641be4d46b28ae2289d725a9aba": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f61a8213baa4435da49f10ab8c627a8c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"df80c1a3364d47f4955aaf5718d0543e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_15e7cab6815b4f318078530b1c635aef",
"IPY_MODEL_8a2cd07eb0b04273ae95a554fceac18d",
"IPY_MODEL_7fc4ab3d62ce4513968e2b367fad4e7a"
],
"layout": "IPY_MODEL_d69b0f6eeec640f48d9441e674403bf8"
}
},
"15e7cab6815b4f318078530b1c635aef": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_950a81be2c7f4658b603dd6f4e4d8b1e",
"placeholder": "​",
"style": "IPY_MODEL_391d52f3c1fe4306ac013b8344c9d066",
"value": "100%"
}
},
"8a2cd07eb0b04273ae95a554fceac18d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_7277962c9b01478eb9841d2247ff4d53",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_27ae9401da6540d0ac52b2c5a4ffbb87",
"value": 40
}
},
"7fc4ab3d62ce4513968e2b367fad4e7a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6b8a91bbdd814d65b3b21490ab404582",
"placeholder": "​",
"style": "IPY_MODEL_a43e331c7d5d41c9a2ca69f37bb98720",
"value": " 40/40 [00:00<00:00, 397.67it/s, loss=0.322]"
}
},
"d69b0f6eeec640f48d9441e674403bf8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"950a81be2c7f4658b603dd6f4e4d8b1e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"391d52f3c1fe4306ac013b8344c9d066": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"7277962c9b01478eb9841d2247ff4d53": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"27ae9401da6540d0ac52b2c5a4ffbb87": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"6b8a91bbdd814d65b3b21490ab404582": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a43e331c7d5d41c9a2ca69f37bb98720": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"9ca79b51933e47fcb797a8b29236f46f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_7acbd8982a644fc19f9e46db4a8b2515",
"IPY_MODEL_7b0c9d8c74194e2a9614e6a10b750c8b",
"IPY_MODEL_781adb661b0042d4a963bfabf891ee73"
],
"layout": "IPY_MODEL_a2cf7fc3c0014d6399201387db33a3f2"
}
},
"7acbd8982a644fc19f9e46db4a8b2515": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_8734a5130f124bb0af147e17f95ad94d",
"placeholder": "​",
"style": "IPY_MODEL_11e8b9fcabeb420ea7f7e631ead2d760",
"value": "100%"
}
},
"7b0c9d8c74194e2a9614e6a10b750c8b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6acfd467d9b443f09c084266809a8609",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_e2f0ffef33a24dbea83643c37a39eb14",
"value": 40
}
},
"781adb661b0042d4a963bfabf891ee73": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6827bb81a5fe47b38dd270464e7641c0",
"placeholder": "​",
"style": "IPY_MODEL_a2b37cca00fc4801b2adab70a6f7b4f4",
"value": " 40/40 [00:00<00:00, 249.49it/s, loss=0.00227]"
}
},
"a2cf7fc3c0014d6399201387db33a3f2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8734a5130f124bb0af147e17f95ad94d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"11e8b9fcabeb420ea7f7e631ead2d760": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"6acfd467d9b443f09c084266809a8609": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e2f0ffef33a24dbea83643c37a39eb14": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"6827bb81a5fe47b38dd270464e7641c0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a2b37cca00fc4801b2adab70a6f7b4f4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"a1f86584e10c4bc1b887f11066617526": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_b5bc3a65989145e2a3271e9cf20c13de",
"IPY_MODEL_011e079ea428458d9a73f89c99cd514e",
"IPY_MODEL_393c1e19af794b2ba05d77a4c3fb2bc6"
],
"layout": "IPY_MODEL_ebab6b60ce8e46dd9c6b80b916091554"
}
},
"b5bc3a65989145e2a3271e9cf20c13de": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_e24c2ee1d0d0467fb60b267633f8f75c",
"placeholder": "​",
"style": "IPY_MODEL_f6878051320346f982d9af7b9559ae8e",
"value": "100%"
}
},
"011e079ea428458d9a73f89c99cd514e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ba48282101f04ce48a34cac37028dcfd",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_e2c5ab7dbe0f44e88c7905659a8591c0",
"value": 40
}
},
"393c1e19af794b2ba05d77a4c3fb2bc6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_3440b6d5994444c6a77635499e08fea0",
"placeholder": "​",
"style": "IPY_MODEL_632f1b3c08684568b75f1381c01ad8e5",
"value": " 40/40 [00:00<00:00, 327.12it/s, loss=0.0058]"
}
},
"ebab6b60ce8e46dd9c6b80b916091554": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e24c2ee1d0d0467fb60b267633f8f75c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f6878051320346f982d9af7b9559ae8e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"ba48282101f04ce48a34cac37028dcfd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e2c5ab7dbe0f44e88c7905659a8591c0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"3440b6d5994444c6a77635499e08fea0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"632f1b3c08684568b75f1381c01ad8e5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"ffb62269971d41feadf750a265a8150d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_a2beb61fc5aa41b29aaa0b274ffc2062",
"IPY_MODEL_7c0fd9ef541d427d8f7ccd2097218208",
"IPY_MODEL_93a1c318053f4080a4bbda5142dd7250"
],
"layout": "IPY_MODEL_391dfcf6b7f840c683b4480ebb497595"
}
},
"a2beb61fc5aa41b29aaa0b274ffc2062": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_133b49f38aee4c35b920c8922754e1e9",
"placeholder": "​",
"style": "IPY_MODEL_75cd4cdd248b4df4a66b8b515bb36599",
"value": "100%"
}
},
"7c0fd9ef541d427d8f7ccd2097218208": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_92e65b89d03740d6b6bd8065ba9b9229",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_07670ed41b9e4e0aa951df9e0120ed44",
"value": 40
}
},
"93a1c318053f4080a4bbda5142dd7250": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_b4a89ea74d564908ad08ed8b096d138a",
"placeholder": "​",
"style": "IPY_MODEL_f582cac038474edf87a1381f36eee077",
"value": " 40/40 [00:00<00:00, 287.60it/s, loss=0.00398]"
}
},
"391dfcf6b7f840c683b4480ebb497595": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"133b49f38aee4c35b920c8922754e1e9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"75cd4cdd248b4df4a66b8b515bb36599": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"92e65b89d03740d6b6bd8065ba9b9229": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"07670ed41b9e4e0aa951df9e0120ed44": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"b4a89ea74d564908ad08ed8b096d138a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f582cac038474edf87a1381f36eee077": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"689bea3979f4471c92d1c3839607ea8e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_f54d5c74a5774183918d81a0a203b1f4",
"IPY_MODEL_f74a663b301b464eb6b5d6cac484d1db",
"IPY_MODEL_647f99feb130472b92d9d5cf18a61913"
],
"layout": "IPY_MODEL_8c0ffd32eb5247cfa95004196952b4b0"
}
},
"f54d5c74a5774183918d81a0a203b1f4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_e1571dd75b2d48b8ad0f103a843e6751",
"placeholder": "​",
"style": "IPY_MODEL_80c11a54a7b744b3a7aec3cd28abaa2c",
"value": "100%"
}
},
"f74a663b301b464eb6b5d6cac484d1db": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_53b172b6d59144daab0571d298491856",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_ff97fc6b8e824c6abdbdcf6272557001",
"value": 40
}
},
"647f99feb130472b92d9d5cf18a61913": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_38a2224cb3c64c3bba1188628e704698",
"placeholder": "​",
"style": "IPY_MODEL_4130e2ec95ed4b9082d4779315d77a82",
"value": " 40/40 [00:00<00:00, 310.04it/s, loss=0.0142]"
}
},
"8c0ffd32eb5247cfa95004196952b4b0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e1571dd75b2d48b8ad0f103a843e6751": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"80c11a54a7b744b3a7aec3cd28abaa2c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"53b172b6d59144daab0571d298491856": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"ff97fc6b8e824c6abdbdcf6272557001": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"38a2224cb3c64c3bba1188628e704698": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4130e2ec95ed4b9082d4779315d77a82": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"6a5214278c61496cac64e9c00a6dd5e7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_ce1eb5baace04825bb328a582c1496ff",
"IPY_MODEL_267ff4c7030e4e2faad2fc04dac30324",
"IPY_MODEL_3788e09e78e047d8a545e83e278fb6db"
],
"layout": "IPY_MODEL_20efc3ba5d6d460285a9578e3aeae7ea"
}
},
"ce1eb5baace04825bb328a582c1496ff": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_029a0e36fd834e578d1629cb3f464cc9",
"placeholder": "​",
"style": "IPY_MODEL_70de4e3e36d548b286c9533304f1edc8",
"value": "100%"
}
},
"267ff4c7030e4e2faad2fc04dac30324": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_fd368689d2ce4c7a95f7857849251a9f",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_ad9040a795a04915b6700153c17f75e8",
"value": 40
}
},
"3788e09e78e047d8a545e83e278fb6db": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_d29d9d62afcb46678784ba76df2681bd",
"placeholder": "​",
"style": "IPY_MODEL_8194c1e934474a638fa629ec55c721a8",
"value": " 40/40 [00:00<00:00, 275.82it/s, loss=0.0066]"
}
},
"20efc3ba5d6d460285a9578e3aeae7ea": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"029a0e36fd834e578d1629cb3f464cc9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"70de4e3e36d548b286c9533304f1edc8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"fd368689d2ce4c7a95f7857849251a9f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"ad9040a795a04915b6700153c17f75e8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"d29d9d62afcb46678784ba76df2681bd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8194c1e934474a638fa629ec55c721a8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"17757c46c8774e9aab975ce41b65d6b9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_fc15f8a2a22341c38ac59900a694b827",
"IPY_MODEL_e58a3c82ffdd4c9e9a399b5e6f78d419",
"IPY_MODEL_2f7b6812c24745448753a83c58423ad1"
],
"layout": "IPY_MODEL_7a4d068177d445cb9b84ad62427cbe91"
}
},
"fc15f8a2a22341c38ac59900a694b827": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_3d3e586bf24942a2b7b0ee5d48dc8c5d",
"placeholder": "​",
"style": "IPY_MODEL_9d13d9463f604aa48c7ca28d216fbe04",
"value": "100%"
}
},
"e58a3c82ffdd4c9e9a399b5e6f78d419": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_bb35353db59347f1aa697ad331e1d999",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_255454a52fca4856ae187b242f48a1e9",
"value": 40
}
},
"2f7b6812c24745448753a83c58423ad1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ee4956fc09384a19a4c47c5f9b790215",
"placeholder": "​",
"style": "IPY_MODEL_156a5a449f304815a68155718a1bddc3",
"value": " 40/40 [00:00<00:00, 247.20it/s, loss=0.0603]"
}
},
"7a4d068177d445cb9b84ad62427cbe91": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3d3e586bf24942a2b7b0ee5d48dc8c5d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"9d13d9463f604aa48c7ca28d216fbe04": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"bb35353db59347f1aa697ad331e1d999": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"255454a52fca4856ae187b242f48a1e9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"ee4956fc09384a19a4c47c5f9b790215": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"156a5a449f304815a68155718a1bddc3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"0c1cc9793ec8466b861444056fe0a5bd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_e5e260c8e9554084b1ee48e9e63ddb9f",
"IPY_MODEL_2f50c55cb3954014b01c4e191fc1c437",
"IPY_MODEL_9a9fc1febacf47b88c11e5879b7d19e7"
],
"layout": "IPY_MODEL_c2b7d758639e4557b5bb60fb854a5a57"
}
},
"e5e260c8e9554084b1ee48e9e63ddb9f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_b25b7f849a2140a3b35052e51b08dc87",
"placeholder": "​",
"style": "IPY_MODEL_005ee416783f4a2d8a2b904f7ee56336",
"value": "100%"
}
},
"2f50c55cb3954014b01c4e191fc1c437": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_706b9fecbcae4b548f332e101bb63a4b",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_ea34aa2f27ff41e49d746e44dddf93bf",
"value": 40
}
},
"9a9fc1febacf47b88c11e5879b7d19e7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_9de4160892c143f08587f2064f3d160e",
"placeholder": "​",
"style": "IPY_MODEL_057783f46f024728ad31f94e0634e106",
"value": " 40/40 [00:00<00:00, 276.45it/s, loss=0.00656]"
}
},
"c2b7d758639e4557b5bb60fb854a5a57": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"b25b7f849a2140a3b35052e51b08dc87": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"005ee416783f4a2d8a2b904f7ee56336": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"706b9fecbcae4b548f332e101bb63a4b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"ea34aa2f27ff41e49d746e44dddf93bf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"9de4160892c143f08587f2064f3d160e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"057783f46f024728ad31f94e0634e106": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"1cee71894599403286082528de21be16": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_004277f7c7014a5fbfd0a599aaa2430b",
"IPY_MODEL_82399bd994d444f2bf87acf4252bd1b0",
"IPY_MODEL_71aeacea78b44900ac6956f99e23204c"
],
"layout": "IPY_MODEL_ab36f0da0ec948e7aabbccccef65551b"
}
},
"004277f7c7014a5fbfd0a599aaa2430b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_4bee5afd31b24b0ba6e995d0c94f28f3",
"placeholder": "​",
"style": "IPY_MODEL_74779ff397bf4fc78ee7f7c64e4fc8a2",
"value": "100%"
}
},
"82399bd994d444f2bf87acf4252bd1b0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_88bea454bcb34e19a70b47ae66494da0",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_7d8a5bf6596a404396a78ae15e067a91",
"value": 40
}
},
"71aeacea78b44900ac6956f99e23204c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_538b5b3f9fa84ce7bcebf3e203c9affa",
"placeholder": "​",
"style": "IPY_MODEL_68ddda640aec4877937e6659ebdd924e",
"value": " 40/40 [00:00<00:00, 298.64it/s, loss=0.00428]"
}
},
"ab36f0da0ec948e7aabbccccef65551b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4bee5afd31b24b0ba6e995d0c94f28f3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"74779ff397bf4fc78ee7f7c64e4fc8a2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"88bea454bcb34e19a70b47ae66494da0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7d8a5bf6596a404396a78ae15e067a91": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"538b5b3f9fa84ce7bcebf3e203c9affa": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"68ddda640aec4877937e6659ebdd924e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"0ad0b77c9e6c4ff8a92080e0eb91aacc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_986bf6953a984e2591a74f76c9e2c23f",
"IPY_MODEL_27203a59c4c54b5fb1fd0cd79fd2827e",
"IPY_MODEL_2dcb897e0c5d48e8a5ed78e6011c1798"
],
"layout": "IPY_MODEL_ce29a078b38c40738c2d23e9e04444df"
}
},
"986bf6953a984e2591a74f76c9e2c23f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_e9fc632991d54eb880c901ff6beed966",
"placeholder": "​",
"style": "IPY_MODEL_83a5b8ddae3448839dfdde3e1943e4cb",
"value": "100%"
}
},
"27203a59c4c54b5fb1fd0cd79fd2827e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c813c3efa7d14544a620c17b2d148675",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_19f583fe95bc4dadb63997383c79c45b",
"value": 40
}
},
"2dcb897e0c5d48e8a5ed78e6011c1798": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_5f51e2bc7198403eabff23994ba9dd08",
"placeholder": "​",
"style": "IPY_MODEL_160cd1d06d4a425591034fce388b40f1",
"value": " 40/40 [00:00<00:00, 265.13it/s, loss=0.00131]"
}
},
"ce29a078b38c40738c2d23e9e04444df": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e9fc632991d54eb880c901ff6beed966": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"83a5b8ddae3448839dfdde3e1943e4cb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"c813c3efa7d14544a620c17b2d148675": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"19f583fe95bc4dadb63997383c79c45b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"5f51e2bc7198403eabff23994ba9dd08": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"160cd1d06d4a425591034fce388b40f1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"0d3eb483ca484fec9aae7d9397967ed4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_cb6428cf5a6b42399a3f432ea7940ec2",
"IPY_MODEL_728e309d3e974542b34dd2d55ded0ee8",
"IPY_MODEL_78be51a48d8145c2b141b536304c34a9"
],
"layout": "IPY_MODEL_e9ed48739a744d369cbd7b7ea3f34c9f"
}
},
"cb6428cf5a6b42399a3f432ea7940ec2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_e0fdb5d4772a44749a13d1e8f85e3bb7",
"placeholder": "​",
"style": "IPY_MODEL_20e204e5bbf44a188d9b84fb3f4fee7c",
"value": "100%"
}
},
"728e309d3e974542b34dd2d55ded0ee8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_eb8b28ebec664068b9fc2aacafeafaab",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_001c6e7acd0e425f8addc8dcb0f8571a",
"value": 40
}
},
"78be51a48d8145c2b141b536304c34a9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_a3484a0cafa04f70b6ea92945a193fd1",
"placeholder": "​",
"style": "IPY_MODEL_1976b29642a148d7829fd7556a8bc565",
"value": " 40/40 [00:00<00:00, 235.90it/s, loss=0.00948]"
}
},
"e9ed48739a744d369cbd7b7ea3f34c9f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e0fdb5d4772a44749a13d1e8f85e3bb7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"20e204e5bbf44a188d9b84fb3f4fee7c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"eb8b28ebec664068b9fc2aacafeafaab": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"001c6e7acd0e425f8addc8dcb0f8571a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"a3484a0cafa04f70b6ea92945a193fd1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"1976b29642a148d7829fd7556a8bc565": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"8a76427bb2de4b3194365c3eabbb598c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_f0260e1964024364925323c05f7ef864",
"IPY_MODEL_8f653186bc5f4ff9b2e13b862a290675",
"IPY_MODEL_11d19111ccf643dc9c63f9343a979464"
],
"layout": "IPY_MODEL_4da7e15896be4e4cab423681daadf30f"
}
},
"f0260e1964024364925323c05f7ef864": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_466d3fde49db4fa8bec6b72c3429daaf",
"placeholder": "​",
"style": "IPY_MODEL_5856f07588b441cdb7081ff96dcbd609",
"value": "100%"
}
},
"8f653186bc5f4ff9b2e13b862a290675": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_22e5f08f8d3c4025809a2f9a4b2ad45c",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_a00b344bbb0c43839b7011e0557e3bd8",
"value": 40
}
},
"11d19111ccf643dc9c63f9343a979464": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_de9dc24f3ad941ea8472eca4d29a50ec",
"placeholder": "​",
"style": "IPY_MODEL_3acbd68d871c403b83fb38b23d04f71c",
"value": " 40/40 [00:00<00:00, 237.57it/s, loss=0.00683]"
}
},
"4da7e15896be4e4cab423681daadf30f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"466d3fde49db4fa8bec6b72c3429daaf": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"5856f07588b441cdb7081ff96dcbd609": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"22e5f08f8d3c4025809a2f9a4b2ad45c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a00b344bbb0c43839b7011e0557e3bd8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"de9dc24f3ad941ea8472eca4d29a50ec": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3acbd68d871c403b83fb38b23d04f71c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"2c4456dce00449a8acbad659b33fa1e8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_45d83404e75149c9a1624e90d773237f",
"IPY_MODEL_fcca9bf694684fedba80a0ee3e0bb67c",
"IPY_MODEL_cbb4d0ded67d49478a333974a3dc6aeb"
],
"layout": "IPY_MODEL_44fe4d78c883458e87ba80db9fa77a42"
}
},
"45d83404e75149c9a1624e90d773237f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_a981a976518c4406adaa58856327a941",
"placeholder": "​",
"style": "IPY_MODEL_515f70e8b8ed40d798e2435956e3bee6",
"value": "100%"
}
},
"fcca9bf694684fedba80a0ee3e0bb67c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_163cea38d2bd466dbd53ce89bd63c2fd",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_8d33560910a44dd2833b8117fba86a63",
"value": 40
}
},
"cbb4d0ded67d49478a333974a3dc6aeb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_9566aebe96294519b5c91742f388b36e",
"placeholder": "​",
"style": "IPY_MODEL_4f839d73ba7c4a9fa9ed90c5ea4535d3",
"value": " 40/40 [00:00<00:00, 338.69it/s, loss=0.0028]"
}
},
"44fe4d78c883458e87ba80db9fa77a42": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a981a976518c4406adaa58856327a941": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"515f70e8b8ed40d798e2435956e3bee6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"163cea38d2bd466dbd53ce89bd63c2fd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"8d33560910a44dd2833b8117fba86a63": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"9566aebe96294519b5c91742f388b36e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4f839d73ba7c4a9fa9ed90c5ea4535d3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"db888f82660d4e87aba5b1e1fd4d96c9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_007adb668d7945639f6718227c098565",
"IPY_MODEL_02527c3b182a4271affe7c4ecf7b2c7c",
"IPY_MODEL_8c58e947f062452f970607a2db11149e"
],
"layout": "IPY_MODEL_bcd71dffa9d74fb69b33cbf4275ea1de"
}
},
"007adb668d7945639f6718227c098565": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_16a4cec01cd24671a84a42c35823d932",
"placeholder": "​",
"style": "IPY_MODEL_989e5743f05d43558374e36bdffb096e",
"value": "100%"
}
},
"02527c3b182a4271affe7c4ecf7b2c7c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_55f55836fc904dd3b7498276c8e2dc6b",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_c1cd39c8a73444788956a1be5712f9d4",
"value": 40
}
},
"8c58e947f062452f970607a2db11149e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_8f2cd7fd38164b0199895238cf189e90",
"placeholder": "​",
"style": "IPY_MODEL_cc80d1947ef64b3bbea243dab9718430",
"value": " 40/40 [00:00<00:00, 154.94it/s, loss=0.0165]"
}
},
"bcd71dffa9d74fb69b33cbf4275ea1de": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"16a4cec01cd24671a84a42c35823d932": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"989e5743f05d43558374e36bdffb096e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"55f55836fc904dd3b7498276c8e2dc6b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c1cd39c8a73444788956a1be5712f9d4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"8f2cd7fd38164b0199895238cf189e90": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"cc80d1947ef64b3bbea243dab9718430": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"04c4a05537d04ac1a8065ad06c0facd2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_73f47ed4456644c6b734ef5fe360d0b3",
"IPY_MODEL_61128501ca5b4ab796296c8689414f96",
"IPY_MODEL_ce7e07a106e04155ae2e1739a9738b94"
],
"layout": "IPY_MODEL_ef08e94eef8542bea069882503e75751"
}
},
"73f47ed4456644c6b734ef5fe360d0b3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_365f29f883df445ca28633b4a9ee41d3",
"placeholder": "​",
"style": "IPY_MODEL_0a3283b4cae245e899eab1121bdbad07",
"value": "100%"
}
},
"61128501ca5b4ab796296c8689414f96": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_1baa806bcee54676990fe6f92a404825",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_29109e84fdfc40e6814980fc73bbde5c",
"value": 40
}
},
"ce7e07a106e04155ae2e1739a9738b94": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_69d01b176835480c8b8a89fb354413c4",
"placeholder": "​",
"style": "IPY_MODEL_011de3e5df974377bb8bf6a7b9a02934",
"value": " 40/40 [00:00<00:00, 126.32it/s, loss=0.0132]"
}
},
"ef08e94eef8542bea069882503e75751": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"365f29f883df445ca28633b4a9ee41d3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"0a3283b4cae245e899eab1121bdbad07": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"1baa806bcee54676990fe6f92a404825": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"29109e84fdfc40e6814980fc73bbde5c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"69d01b176835480c8b8a89fb354413c4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"011de3e5df974377bb8bf6a7b9a02934": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"c5e962f898804656a0f7a90467fa7c74": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_3189d79f77714d29833cb6bfca4834ec",
"IPY_MODEL_6db5876606824a03a42f5f01a3c8da2c",
"IPY_MODEL_5d1872476050451a8c187fc56576f2cd"
],
"layout": "IPY_MODEL_da82b0ba19c644b788266c5fcc1bc069"
}
},
"3189d79f77714d29833cb6bfca4834ec": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_f7d0a8337dfe477e81c2b8b3074856c5",
"placeholder": "​",
"style": "IPY_MODEL_eacd7c4a797d41969617210d2b6aa089",
"value": "100%"
}
},
"6db5876606824a03a42f5f01a3c8da2c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6cf8818a4c6c43029fbce6260be75def",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_91aacc1f79374fb6a9f5e49fbea24e38",
"value": 40
}
},
"5d1872476050451a8c187fc56576f2cd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_934ccd4f937241c09f8f881c973d0867",
"placeholder": "​",
"style": "IPY_MODEL_7b766c114c90473ea4c78fc01ecdf89f",
"value": " 40/40 [00:00<00:00, 149.36it/s, loss=0.00244]"
}
},
"da82b0ba19c644b788266c5fcc1bc069": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f7d0a8337dfe477e81c2b8b3074856c5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"eacd7c4a797d41969617210d2b6aa089": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"6cf8818a4c6c43029fbce6260be75def": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"91aacc1f79374fb6a9f5e49fbea24e38": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"934ccd4f937241c09f8f881c973d0867": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"7b766c114c90473ea4c78fc01ecdf89f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"944d12f797ed49d696089f8c797da917": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_e33cd8a202224cbc82188283247b390a",
"IPY_MODEL_0ca4eea23cca4d219f29e57fe924249c",
"IPY_MODEL_8180086c49aa461d86c0b5902ce7c9b6"
],
"layout": "IPY_MODEL_50665dc728c146ed99e77ef3c915729e"
}
},
"e33cd8a202224cbc82188283247b390a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_fbb6b3311c884c3593eff4250e6d9990",
"placeholder": "​",
"style": "IPY_MODEL_b6eaec8f0d464f768572e1398eef37e7",
"value": "100%"
}
},
"0ca4eea23cca4d219f29e57fe924249c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_eec24f6eb8d9413fb4a9c46a251c3cc0",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_eedbb6edec204f4c9fe9e7e9a2c255e4",
"value": 40
}
},
"8180086c49aa461d86c0b5902ce7c9b6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_f4cb6ab6f79f473fbc3dc6583a1632d4",
"placeholder": "​",
"style": "IPY_MODEL_daafb6d7b6f94028860a7b4ceba1c9e5",
"value": " 40/40 [00:00<00:00, 187.76it/s, loss=0.00842]"
}
},
"50665dc728c146ed99e77ef3c915729e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"fbb6b3311c884c3593eff4250e6d9990": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"b6eaec8f0d464f768572e1398eef37e7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"eec24f6eb8d9413fb4a9c46a251c3cc0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"eedbb6edec204f4c9fe9e7e9a2c255e4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"f4cb6ab6f79f473fbc3dc6583a1632d4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"daafb6d7b6f94028860a7b4ceba1c9e5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"ce7bf8cb3ca74e1783e6c4b62420818c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_7d136d57f724482c96d45d08d6d2880f",
"IPY_MODEL_55178430f8df4de9a72fba7f490454a7",
"IPY_MODEL_5233ab9a3fe749ce805c865159313d0c"
],
"layout": "IPY_MODEL_876ff487e26a42f2a033aa0bd75742a7"
}
},
"7d136d57f724482c96d45d08d6d2880f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_b523d86722b441fb962fce09b420cac0",
"placeholder": "​",
"style": "IPY_MODEL_646aea31955845a7972010d68c10ff6e",
"value": "100%"
}
},
"55178430f8df4de9a72fba7f490454a7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_adf6509075544f02b106b256af1fbf35",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_391fe7d1edae40e2803d6b2c4a9b2447",
"value": 40
}
},
"5233ab9a3fe749ce805c865159313d0c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_6306e8488da840fd82fe6115422ddc0a",
"placeholder": "​",
"style": "IPY_MODEL_409223cf895548feb3da53514cc1cfb5",
"value": " 40/40 [00:00<00:00, 238.75it/s, loss=0.000354]"
}
},
"876ff487e26a42f2a033aa0bd75742a7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"b523d86722b441fb962fce09b420cac0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"646aea31955845a7972010d68c10ff6e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"adf6509075544f02b106b256af1fbf35": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"391fe7d1edae40e2803d6b2c4a9b2447": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"6306e8488da840fd82fe6115422ddc0a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"409223cf895548feb3da53514cc1cfb5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"3ab626108e57417192da439ede86ff7a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_d53372b77e6349be921770257bf3d9e5",
"IPY_MODEL_8ca5f40341bb46a08bcf0667148f5bd9",
"IPY_MODEL_5deae6855e324161a3b749ab725784b5"
],
"layout": "IPY_MODEL_021b714ed382454cb987dd062f0f75d6"
}
},
"d53372b77e6349be921770257bf3d9e5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_4ad95f1a569b41529b4c41af148f1729",
"placeholder": "​",
"style": "IPY_MODEL_e0fa3576ba614d88938a8210d0f40d22",
"value": "100%"
}
},
"8ca5f40341bb46a08bcf0667148f5bd9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_171373204dad48aa8c039de88a84d018",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_e701333ca69644c1b0148ad26587d450",
"value": 40
}
},
"5deae6855e324161a3b749ab725784b5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_a9736379167740b791517aa550f51b91",
"placeholder": "​",
"style": "IPY_MODEL_4b10bca33a8d418e80935ee03c64c5f9",
"value": " 40/40 [00:00<00:00, 246.17it/s, loss=0.00133]"
}
},
"021b714ed382454cb987dd062f0f75d6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4ad95f1a569b41529b4c41af148f1729": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e0fa3576ba614d88938a8210d0f40d22": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"171373204dad48aa8c039de88a84d018": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e701333ca69644c1b0148ad26587d450": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"a9736379167740b791517aa550f51b91": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"4b10bca33a8d418e80935ee03c64c5f9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"c0eb9dcd06e545beae0580e88556a76f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_8d05adec02384298af5cf56462084014",
"IPY_MODEL_f6cbdbec5655435481992bc5410ac876",
"IPY_MODEL_0eb9ee1f238e48fab813dfac26f80b1b"
],
"layout": "IPY_MODEL_b923c1eec2dd45388927524ad83b9026"
}
},
"8d05adec02384298af5cf56462084014": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_63e435be732f41ed907b70c5958519bd",
"placeholder": "​",
"style": "IPY_MODEL_05888b9c99604deba2fe56cb884f15d3",
"value": "100%"
}
},
"f6cbdbec5655435481992bc5410ac876": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_77693d701cbf4be98dc185660125dce5",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_766ca8f7b14241dea2f66a285c69a2d4",
"value": 40
}
},
"0eb9ee1f238e48fab813dfac26f80b1b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_78a967afa8fa4a8dbd573513fdef8be6",
"placeholder": "​",
"style": "IPY_MODEL_646b11364cba4e509e93b28abd6e042a",
"value": " 40/40 [00:00<00:00, 265.55it/s, loss=0.000996]"
}
},
"b923c1eec2dd45388927524ad83b9026": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"63e435be732f41ed907b70c5958519bd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"05888b9c99604deba2fe56cb884f15d3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"77693d701cbf4be98dc185660125dce5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"766ca8f7b14241dea2f66a285c69a2d4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"78a967afa8fa4a8dbd573513fdef8be6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"646b11364cba4e509e93b28abd6e042a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"68c3585714c24a759c75b8ea6980aed4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_973f2488a6304c1585bac2b6e66f7e08",
"IPY_MODEL_be3a844f7c054d32a79e48c3a70039d2",
"IPY_MODEL_2de02d1f18e84bb4bc0e55139d28d3a3"
],
"layout": "IPY_MODEL_0a4e3a2a48254462ac39f45e110aaa15"
}
},
"973f2488a6304c1585bac2b6e66f7e08": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_03738d0bbd8740279c9d83719d7973ca",
"placeholder": "​",
"style": "IPY_MODEL_3b2bb82c63834ef68c9445adb59cc299",
"value": "100%"
}
},
"be3a844f7c054d32a79e48c3a70039d2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_2e08d4cd42554db4a80911c8d92fde16",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_fee06ab4b8e64f6b92df9230f90e837f",
"value": 40
}
},
"2de02d1f18e84bb4bc0e55139d28d3a3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_dc000550eb7d48de8cecc5523db239fd",
"placeholder": "​",
"style": "IPY_MODEL_1a4de53919404036b36641dea7a689ca",
"value": " 40/40 [00:00<00:00, 329.02it/s, loss=0.00405]"
}
},
"0a4e3a2a48254462ac39f45e110aaa15": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"03738d0bbd8740279c9d83719d7973ca": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3b2bb82c63834ef68c9445adb59cc299": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"2e08d4cd42554db4a80911c8d92fde16": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"fee06ab4b8e64f6b92df9230f90e837f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"dc000550eb7d48de8cecc5523db239fd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"1a4de53919404036b36641dea7a689ca": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"7c0366e7d84a419d902d06fbb1dd04ae": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_a1700f3023644431acb588bee950bbc2",
"IPY_MODEL_5c5002d6b6e64e709a33714251d280ee",
"IPY_MODEL_a5d8c9a708664864834103a696dcc275"
],
"layout": "IPY_MODEL_381b22b2364849dcbfd3baac3779cffe"
}
},
"a1700f3023644431acb588bee950bbc2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_a7653bc7af034fc58078c84acef9d66d",
"placeholder": "​",
"style": "IPY_MODEL_70025a2b153148deaf830f2968174c54",
"value": "100%"
}
},
"5c5002d6b6e64e709a33714251d280ee": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ff786c98c05944ff9e5e6d264a671bdb",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_f2225912d8724f448bb367777f57739c",
"value": 40
}
},
"a5d8c9a708664864834103a696dcc275": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_36f5d08c445d4e11a441f976176e07c9",
"placeholder": "​",
"style": "IPY_MODEL_9a112bd069664c0bb211e3379180d064",
"value": " 40/40 [00:00<00:00, 279.18it/s, loss=0.0114]"
}
},
"381b22b2364849dcbfd3baac3779cffe": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a7653bc7af034fc58078c84acef9d66d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"70025a2b153148deaf830f2968174c54": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"ff786c98c05944ff9e5e6d264a671bdb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f2225912d8724f448bb367777f57739c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"36f5d08c445d4e11a441f976176e07c9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"9a112bd069664c0bb211e3379180d064": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"8381d2ba999b4581afec503852236068": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_246e4db8dd2e4e0698f151ece86f7670",
"IPY_MODEL_c207d02d183945358632e47d71966b2e",
"IPY_MODEL_2721d5148f6945dc91efbb058491d989"
],
"layout": "IPY_MODEL_79b8dfe20a2f42e59a735fabed1842f2"
}
},
"246e4db8dd2e4e0698f151ece86f7670": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_385c615c1e3844c5a9f012bf3c3406d2",
"placeholder": "​",
"style": "IPY_MODEL_688f3404b64e4df487fd614b45c72c7b",
"value": "100%"
}
},
"c207d02d183945358632e47d71966b2e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_e01bd4430d3544729a33695054c992c0",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_3d4d9b58d9f04d0589b7af93a07775b0",
"value": 40
}
},
"2721d5148f6945dc91efbb058491d989": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ec18425e637f465ca1267bc5203895e0",
"placeholder": "​",
"style": "IPY_MODEL_09bdf601a8a6428da6fc3620c52575b0",
"value": " 40/40 [00:00<00:00, 284.81it/s, loss=3.82e-5]"
}
},
"79b8dfe20a2f42e59a735fabed1842f2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"385c615c1e3844c5a9f012bf3c3406d2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"688f3404b64e4df487fd614b45c72c7b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"e01bd4430d3544729a33695054c992c0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3d4d9b58d9f04d0589b7af93a07775b0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"ec18425e637f465ca1267bc5203895e0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"09bdf601a8a6428da6fc3620c52575b0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"4dd7327e94bc43089ec64481a6ce7a63": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_a3a032e560684f9eb23bfc3468a06aa1",
"IPY_MODEL_ee71c4310c6c458086b5d22c7ccb0b40",
"IPY_MODEL_d201c952fa8045719f3aec283ae3e0a3"
],
"layout": "IPY_MODEL_85ab26090ef148299d94272025497e6f"
}
},
"a3a032e560684f9eb23bfc3468a06aa1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_01924c079dee4a6f9e746086acc88a53",
"placeholder": "​",
"style": "IPY_MODEL_31d933aff84045948162997c92516d12",
"value": "100%"
}
},
"ee71c4310c6c458086b5d22c7ccb0b40": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_8640d496e45142209d177e9196133e19",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_6c5d51c90c8946018a00610c0f323958",
"value": 40
}
},
"d201c952fa8045719f3aec283ae3e0a3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_51d98bdf5a1546289f10c37e76ceaa4e",
"placeholder": "​",
"style": "IPY_MODEL_e5eaf2f0bcea4466b730d38df56cbf9e",
"value": " 40/40 [00:00<00:00, 265.30it/s, loss=0.00396]"
}
},
"85ab26090ef148299d94272025497e6f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"01924c079dee4a6f9e746086acc88a53": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"31d933aff84045948162997c92516d12": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"8640d496e45142209d177e9196133e19": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"6c5d51c90c8946018a00610c0f323958": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"51d98bdf5a1546289f10c37e76ceaa4e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e5eaf2f0bcea4466b730d38df56cbf9e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"9757c85be96d4952be311d27fc478d4f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_1f64914920e04d24b2d391c482f28824",
"IPY_MODEL_0af7e35c9fc34aad9a496d765cc874dc",
"IPY_MODEL_2e28dee561094b328c594422c7698389"
],
"layout": "IPY_MODEL_e7069d8823684dc5becd3593d1d43d0c"
}
},
"1f64914920e04d24b2d391c482f28824": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c7160650a056440fbd0dfc7283af6b98",
"placeholder": "​",
"style": "IPY_MODEL_1bf1c9f07ed84878aeb22ff2d983c292",
"value": "100%"
}
},
"0af7e35c9fc34aad9a496d765cc874dc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_702a7d7faff842d698c6a4d34eadfe31",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_e10a98b721464e8682550b8c40df4849",
"value": 40
}
},
"2e28dee561094b328c594422c7698389": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_fe108bc408704f4495a10a78e2780a67",
"placeholder": "​",
"style": "IPY_MODEL_b652208d49f541488af07ea77d866f27",
"value": " 40/40 [00:00<00:00, 254.00it/s, loss=3.8e-5]"
}
},
"e7069d8823684dc5becd3593d1d43d0c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c7160650a056440fbd0dfc7283af6b98": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"1bf1c9f07ed84878aeb22ff2d983c292": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"702a7d7faff842d698c6a4d34eadfe31": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"e10a98b721464e8682550b8c40df4849": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"fe108bc408704f4495a10a78e2780a67": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"b652208d49f541488af07ea77d866f27": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"347a9e6b288b4644a134503564e60769": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_a9f30d053e114a21b4635b4d5da73e7f",
"IPY_MODEL_a7cfef9101d24093bea1edd0bcf8b861",
"IPY_MODEL_a7e41cff8169498f8f6f54194c237801"
],
"layout": "IPY_MODEL_9e7f4bf369134e4e9d9b1a7f5f495c5b"
}
},
"a9f30d053e114a21b4635b4d5da73e7f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_f9db45987fcb4c4db313b1e2e14ec886",
"placeholder": "​",
"style": "IPY_MODEL_554fdcc9b0b547008d5a1251a1a13123",
"value": "100%"
}
},
"a7cfef9101d24093bea1edd0bcf8b861": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_099d6e5f718c46b1b221d732c59f1fad",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_bb00a4a76f2a43b0a05b034b9ec39fd1",
"value": 40
}
},
"a7e41cff8169498f8f6f54194c237801": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_b201b25c5064491bb5c3d485f4af132f",
"placeholder": "​",
"style": "IPY_MODEL_997e697765d24c31bcd14df26476c6cb",
"value": " 40/40 [00:00<00:00, 257.56it/s, loss=1.8e-5]"
}
},
"9e7f4bf369134e4e9d9b1a7f5f495c5b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f9db45987fcb4c4db313b1e2e14ec886": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"554fdcc9b0b547008d5a1251a1a13123": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"099d6e5f718c46b1b221d732c59f1fad": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"bb00a4a76f2a43b0a05b034b9ec39fd1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"b201b25c5064491bb5c3d485f4af132f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"997e697765d24c31bcd14df26476c6cb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"204fbd8902f04e7fb3e73a3fa9cc8218": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_5cea65b91418468fbe90342b49b40550",
"IPY_MODEL_58aed3658f0c43f494c5c621b7c491e8",
"IPY_MODEL_42d9f31bd3d545efb6fd722f82fd2a1d"
],
"layout": "IPY_MODEL_264ec5c1540b4f999910beacdba3bce2"
}
},
"5cea65b91418468fbe90342b49b40550": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_847e86fa42504316bcb3541e74d402d6",
"placeholder": "​",
"style": "IPY_MODEL_d81c7d141c344091a7ed5487ad90cb7b",
"value": "100%"
}
},
"58aed3658f0c43f494c5c621b7c491e8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_0e909a39afa14a81a74c5e2f919731b4",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_885366aca73242968a76c0b714f3bcff",
"value": 40
}
},
"42d9f31bd3d545efb6fd722f82fd2a1d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_484f3c46360749118ead57223248b31a",
"placeholder": "​",
"style": "IPY_MODEL_d56abc565996460781171dea75517703",
"value": " 40/40 [00:00<00:00, 357.25it/s, loss=0.00141]"
}
},
"264ec5c1540b4f999910beacdba3bce2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"847e86fa42504316bcb3541e74d402d6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"d81c7d141c344091a7ed5487ad90cb7b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"0e909a39afa14a81a74c5e2f919731b4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"885366aca73242968a76c0b714f3bcff": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"484f3c46360749118ead57223248b31a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"d56abc565996460781171dea75517703": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"720710fe434d45e29e0df477ce599dc1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_d34a3dfb71ed4f71b2b8691cc7c22c51",
"IPY_MODEL_e9d9c3031bb5443eb57cbc747d5585f6",
"IPY_MODEL_f8144bcbf8134ee895e282c1538bbd89"
],
"layout": "IPY_MODEL_c70f038dba9643e8a20322352908e51b"
}
},
"d34a3dfb71ed4f71b2b8691cc7c22c51": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_793dac9cb98346bf9070fd06253db5f5",
"placeholder": "​",
"style": "IPY_MODEL_800aa92ddc204282b0470a5a2d3c32d0",
"value": "100%"
}
},
"e9d9c3031bb5443eb57cbc747d5585f6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_3831c7468ec4476bab6181a27d541810",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_57d9353ca0d9486fa4a44a7fbd4e2dd5",
"value": 40
}
},
"f8144bcbf8134ee895e282c1538bbd89": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_a36ef8425b6a4c1a8d20acc6341293a5",
"placeholder": "​",
"style": "IPY_MODEL_a98e2107c99d4360b26a88adf60ab391",
"value": " 40/40 [00:00<00:00, 313.74it/s, loss=0.000122]"
}
},
"c70f038dba9643e8a20322352908e51b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"793dac9cb98346bf9070fd06253db5f5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"800aa92ddc204282b0470a5a2d3c32d0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"3831c7468ec4476bab6181a27d541810": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"57d9353ca0d9486fa4a44a7fbd4e2dd5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"a36ef8425b6a4c1a8d20acc6341293a5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"a98e2107c99d4360b26a88adf60ab391": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"7c5a3db4180c4b39a7b36a76c2b202a2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_37ec03fcd1014f6c968499970875e3fa",
"IPY_MODEL_95deca7459d44084b211f459290868de",
"IPY_MODEL_5f9ed82410d240de82a70489f74ff88d"
],
"layout": "IPY_MODEL_571c9906f8864a948f06b1a4329808a1"
}
},
"37ec03fcd1014f6c968499970875e3fa": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_c77ecab935694b63ab3e014bf0688cb7",
"placeholder": "​",
"style": "IPY_MODEL_80f93f44c79a41d59d8399068304140f",
"value": "100%"
}
},
"95deca7459d44084b211f459290868de": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_b24cf41f4c2c4bd28b483eb9972535ef",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_f642ec03fd5b4acab68ec1e4af6220ee",
"value": 40
}
},
"5f9ed82410d240de82a70489f74ff88d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_048bdfb2406e4e7dae15de32f19ebf4f",
"placeholder": "​",
"style": "IPY_MODEL_3e202378f15446bbaffb5ecf70992030",
"value": " 40/40 [00:00<00:00, 109.22it/s, loss=0.00152]"
}
},
"571c9906f8864a948f06b1a4329808a1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c77ecab935694b63ab3e014bf0688cb7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"80f93f44c79a41d59d8399068304140f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"b24cf41f4c2c4bd28b483eb9972535ef": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"f642ec03fd5b4acab68ec1e4af6220ee": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"048bdfb2406e4e7dae15de32f19ebf4f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"3e202378f15446bbaffb5ecf70992030": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"a000142eff094519a11bc65b9697aa65": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HBoxModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HBoxView",
"box_style": "",
"children": [
"IPY_MODEL_af556b95f8fc49fc9d7ae713072c7f58",
"IPY_MODEL_722d39da8f93482da1ac27d6a1968440",
"IPY_MODEL_f792586c8a8b4309bcaab20f4180b7f0"
],
"layout": "IPY_MODEL_563cf369534e4233816432acbdbae1e4"
}
},
"af556b95f8fc49fc9d7ae713072c7f58": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_efc5cdc6ac03415ea616649b8e11ff8e",
"placeholder": "​",
"style": "IPY_MODEL_da8e73002893482c943f6722a2eaa6e8",
"value": "100%"
}
},
"722d39da8f93482da1ac27d6a1968440": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "FloatProgressModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "ProgressView",
"bar_style": "success",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ca7a1d10c2c74d64b713ef0bc0e6eef1",
"max": 40,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_42f639609c7946cabfa967473213cbcf",
"value": 40
}
},
"f792586c8a8b4309bcaab20f4180b7f0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"model_module_version": "1.5.0",
"state": {
"_dom_classes": [],
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "HTMLModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/controls",
"_view_module_version": "1.5.0",
"_view_name": "HTMLView",
"description": "",
"description_tooltip": null,
"layout": "IPY_MODEL_ed6e3370f5004678bb4034febd0b22e2",
"placeholder": "​",
"style": "IPY_MODEL_c5f7e1559cec481f966686c8f16ef4a1",
"value": " 40/40 [00:00<00:00, 197.03it/s, loss=0.000152]"
}
},
"563cf369534e4233816432acbdbae1e4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"efc5cdc6ac03415ea616649b8e11ff8e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"da8e73002893482c943f6722a2eaa6e8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
},
"ca7a1d10c2c74d64b713ef0bc0e6eef1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"42f639609c7946cabfa967473213cbcf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "ProgressStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"bar_color": null,
"description_width": ""
}
},
"ed6e3370f5004678bb4034febd0b22e2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"model_module_version": "1.2.0",
"state": {
"_model_module": "@jupyter-widgets/base",
"_model_module_version": "1.2.0",
"_model_name": "LayoutModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "LayoutView",
"align_content": null,
"align_items": null,
"align_self": null,
"border": null,
"bottom": null,
"display": null,
"flex": null,
"flex_flow": null,
"grid_area": null,
"grid_auto_columns": null,
"grid_auto_flow": null,
"grid_auto_rows": null,
"grid_column": null,
"grid_gap": null,
"grid_row": null,
"grid_template_areas": null,
"grid_template_columns": null,
"grid_template_rows": null,
"height": null,
"justify_content": null,
"justify_items": null,
"left": null,
"margin": null,
"max_height": null,
"max_width": null,
"min_height": null,
"min_width": null,
"object_fit": null,
"object_position": null,
"order": null,
"overflow": null,
"overflow_x": null,
"overflow_y": null,
"padding": null,
"right": null,
"top": null,
"visibility": null,
"width": null
}
},
"c5f7e1559cec481f966686c8f16ef4a1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"model_module_version": "1.5.0",
"state": {
"_model_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_model_name": "DescriptionStyleModel",
"_view_count": null,
"_view_module": "@jupyter-widgets/base",
"_view_module_version": "1.2.0",
"_view_name": "StyleView",
"description_width": ""
}
}
}
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/jonnyli1125/1ad95073ff218d00cc4faee133f05dcc/neural_network_from_scratch.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"source": [
"import numpy as np"
],
"metadata": {
"id": "4G_wY9f7JR9u"
},
"execution_count": 189,
"outputs": []
},
{
"cell_type": "code",
"source": [
"def linear(X):\n",
" return X\n",
"\n",
"def relu(X):\n",
" return np.maximum(0, X)\n",
"\n",
"def softmax(X):\n",
" exps = np.exp(X - np.max(X, axis=-1, keepdims=True))\n",
" return exps / np.sum(exps, axis=-1, keepdims=True)"
],
"metadata": {
"id": "HyRoZbAvM_uE"
},
"execution_count": 190,
"outputs": []
},
{
"cell_type": "code",
"source": [
"relu(np.array([[-1.5, 2], [3, -3]]))"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "7Nvy1ecd1_m_",
"outputId": "7b4df07a-dd6c-46c2-d29c-daa3264fb180"
},
"execution_count": 191,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"array([[0., 2.],\n",
" [3., 0.]])"
]
},
"metadata": {},
"execution_count": 191
}
]
},
{
"cell_type": "code",
"source": [
"softmax(np.array([[1, 2], [-4, -1]]))"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "EvGrF8t619AL",
"outputId": "66e42038-1107-4886-f13b-cc44172d5980"
},
"execution_count": 192,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"array([[0.26894142, 0.73105858],\n",
" [0.04742587, 0.95257413]])"
]
},
"metadata": {},
"execution_count": 192
}
]
},
{
"cell_type": "code",
"execution_count": 193,
"metadata": {
"id": "uvvcBKPoJGe0"
},
"outputs": [],
"source": [
"class NN:\n",
" def __init__(self, input_dim, layer_dims, activations):\n",
" assert len(layer_dims) > 0, \"must specify at least 1 output dimension\"\n",
" assert len(layer_dims) == len(activations)\n",
" self.weights = [\n",
" np.random.randn(input_dim if i == 0 else layer_dims[i-1], layer_dims[i]) * 0.01\n",
" for i in range(len(layer_dims))\n",
" ]\n",
" self.biases = [np.zeros((1, d)) for d in layer_dims]\n",
" self.activations = activations\n",
"\n",
" def forward(self, X):\n",
" outputs = []\n",
" for W, b, a in zip(self.weights, self.biases, self.activations):\n",
" H = outputs[-1][-1] if outputs else X\n",
" Z = (H @ W) + b\n",
" Y = a(Z)\n",
" outputs.append((Z, Y))\n",
" return outputs"
]
},
{
"cell_type": "code",
"source": [
"NN(64, [20, 30, 10], [relu, relu, softmax]).forward(np.random.rand(2, 64))"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "gK4NgVSZMz7J",
"outputId": "8fce7a4c-5458-4e0c-f5c6-18840f902a9c"
},
"execution_count": 194,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"[(array([[ 0.01310614, -0.02483857, 0.01322928, 0.02418123, 0.05143695,\n",
" -0.04612303, 0.04375339, -0.06159471, 0.01200021, -0.00189023,\n",
" -0.01623075, -0.0520434 , -0.02721001, -0.00383264, -0.02685226,\n",
" 0.01207064, -0.00309046, -0.04950506, -0.00490789, -0.00304446],\n",
" [ 0.03420128, -0.00546025, 0.02816028, 0.04509331, 0.02917047,\n",
" -0.08710521, 0.0704111 , -0.00904433, -0.00679622, 0.00294658,\n",
" 0.02104755, -0.0312751 , -0.04877266, -0.01381729, 0.07771039,\n",
" 0.01400375, 0.03111976, -0.0314119 , -0.04898396, -0.02397589]]),\n",
" array([[0.01310614, 0. , 0.01322928, 0.02418123, 0.05143695,\n",
" 0. , 0.04375339, 0. , 0.01200021, 0. ,\n",
" 0. , 0. , 0. , 0. , 0. ,\n",
" 0.01207064, 0. , 0. , 0. , 0. ],\n",
" [0.03420128, 0. , 0.02816028, 0.04509331, 0.02917047,\n",
" 0. , 0.0704111 , 0. , 0. , 0.00294658,\n",
" 0.02104755, 0. , 0. , 0. , 0.07771039,\n",
" 0.01400375, 0.03111976, 0. , 0. , 0. ]])),\n",
" (array([[-1.31928013e-03, 7.64714727e-04, -8.35962676e-04,\n",
" -4.93508189e-04, 5.63599309e-05, -4.50870969e-04,\n",
" -6.17764161e-04, 1.52650221e-05, 6.66411872e-04,\n",
" 7.81459008e-04, -5.40660850e-04, -2.61921158e-04,\n",
" 6.61770423e-04, 9.84781730e-06, 6.21346661e-04,\n",
" -2.85392891e-04, 7.75938524e-04, 4.07423160e-04,\n",
" -8.87571601e-05, -8.17069153e-04, -4.07290133e-04,\n",
" 1.21362720e-03, 1.74287740e-03, 3.20663769e-05,\n",
" -1.42601931e-05, -1.19358231e-03, 6.01697832e-05,\n",
" 8.03219015e-04, -4.73842574e-04, 4.96765755e-04],\n",
" [-8.09555455e-04, -2.15977795e-03, -1.84286398e-03,\n",
" -4.69089153e-04, 5.74575644e-04, -1.18950707e-03,\n",
" 1.19987871e-03, 6.61453989e-04, 1.67396717e-03,\n",
" 1.28067561e-03, -5.57167646e-04, 1.25089081e-04,\n",
" -9.94843077e-05, 9.05870130e-04, 2.40733802e-04,\n",
" 2.23467222e-04, 5.85984717e-04, 1.35570241e-03,\n",
" -1.67211365e-04, -6.05090668e-04, 1.33439948e-04,\n",
" 1.47990450e-04, 2.46812930e-03, 2.54314919e-03,\n",
" -1.28367729e-03, -1.98521877e-03, -7.21389138e-04,\n",
" 1.12187180e-03, -1.37987262e-04, 4.99587272e-04]]),\n",
" array([[0.00000000e+00, 7.64714727e-04, 0.00000000e+00, 0.00000000e+00,\n",
" 5.63599309e-05, 0.00000000e+00, 0.00000000e+00, 1.52650221e-05,\n",
" 6.66411872e-04, 7.81459008e-04, 0.00000000e+00, 0.00000000e+00,\n",
" 6.61770423e-04, 9.84781730e-06, 6.21346661e-04, 0.00000000e+00,\n",
" 7.75938524e-04, 4.07423160e-04, 0.00000000e+00, 0.00000000e+00,\n",
" 0.00000000e+00, 1.21362720e-03, 1.74287740e-03, 3.20663769e-05,\n",
" 0.00000000e+00, 0.00000000e+00, 6.01697832e-05, 8.03219015e-04,\n",
" 0.00000000e+00, 4.96765755e-04],\n",
" [0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00,\n",
" 5.74575644e-04, 0.00000000e+00, 1.19987871e-03, 6.61453989e-04,\n",
" 1.67396717e-03, 1.28067561e-03, 0.00000000e+00, 1.25089081e-04,\n",
" 0.00000000e+00, 9.05870130e-04, 2.40733802e-04, 2.23467222e-04,\n",
" 5.85984717e-04, 1.35570241e-03, 0.00000000e+00, 0.00000000e+00,\n",
" 1.33439948e-04, 1.47990450e-04, 2.46812930e-03, 2.54314919e-03,\n",
" 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 1.12187180e-03,\n",
" 0.00000000e+00, 4.99587272e-04]])),\n",
" (array([[ 9.32278994e-07, 2.18092434e-05, 2.76064370e-05,\n",
" 1.50362725e-05, -1.98073439e-05, -5.90975310e-05,\n",
" -2.51607496e-05, 6.85344206e-05, 3.04792604e-05,\n",
" -7.37450552e-06],\n",
" [-7.43621750e-05, 3.88445526e-05, 9.10086056e-06,\n",
" 1.85258340e-05, -2.82711685e-05, -5.60267927e-05,\n",
" -6.07787358e-05, 1.12768616e-04, 4.63600433e-05,\n",
" 4.18420604e-05]]),\n",
" array([[0.09999956, 0.10000165, 0.10000223, 0.10000097, 0.09999749,\n",
" 0.09999356, 0.09999695, 0.10000632, 0.10000252, 0.09999873],\n",
" [0.09999208, 0.1000034 , 0.10000043, 0.10000137, 0.09999669,\n",
" 0.09999392, 0.09999344, 0.1000108 , 0.10000416, 0.1000037 ]]))]"
]
},
"metadata": {},
"execution_count": 194
}
]
},
{
"cell_type": "code",
"source": [
"# use logits before softmax activation for numerical stability\n",
"# detailed explanation: https://gregorygundersen.com/blog/2020/02/09/log-sum-exp/\n",
"# y = (e^(x - max(x)) / sum(e^(x - max(x)) for all x))\n",
"# log(y) = log(e^(x - max(x))) - log(sum(e^(x - max(x)) for all x))\n",
"# = log(e^x * e^(-max(x))) - log(sum(e^(x - max(x)) for all x))\n",
"# = x - max(x) - log(sum(e^(x - max(x)) for all x))\n",
"def loss_cross_entropy(logits, y):\n",
" m = logits.max(axis=-1, keepdims=True)\n",
" normalized_logits = logits - m - np.log(np.sum(np.exp(logits - m), axis=-1, keepdims=True))\n",
" return -np.sum(y * normalized_logits) / len(logits)"
],
"metadata": {
"id": "RD-JP-PoQL4G"
},
"execution_count": 195,
"outputs": []
},
{
"cell_type": "code",
"source": [
"logits = np.array([[1,2,3],[4,5,6]])\n",
"y = np.array([[0,0,1],[1,0,0]])\n",
"loss_cross_entropy(logits, y)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "U6dz29o8quhq",
"outputId": "22a91fd0-5bdf-47e5-f543-3dbe473d2e55"
},
"execution_count": 196,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"1.4076059644443806"
]
},
"metadata": {},
"execution_count": 196
}
]
},
{
"cell_type": "code",
"source": [
"import functools\n",
"\n",
"def norm_clipped(grad_fn):\n",
" @functools.wraps(grad_fn)\n",
" def norm_clipped_grad_fn(*args, **kwargs):\n",
" tensor = grad_fn(*args, **kwargs)\n",
" norm = np.linalg.norm(tensor)\n",
" if norm > 1:\n",
" return tensor / norm\n",
" return tensor\n",
" return norm_clipped_grad_fn"
],
"metadata": {
"id": "TpApwhsYuWQI"
},
"execution_count": 197,
"outputs": []
},
{
"cell_type": "code",
"source": [
"def grad_loss_cross_entropy_logits(y_pred, y_true):\n",
" \"\"\"Compute dL/dz for cross-entropy loss.\n",
"\n",
" Args:\n",
" y_pred: (B, num_classes), logits before softmax\n",
" y_true: (B, num_classes), one-hot vectors\n",
"\n",
" Returns:\n",
" (B, num_classes), gradients of loss w.r.t. logits\n",
" \"\"\"\n",
" # M = max(z)\n",
" # Z = sum(exp(z[k] - M) for all k)\n",
" # L = -sum(y * (z[i] - M - log(Z))) = -log[k], where y[k] == 1\n",
" # when i == k\n",
" # dL/dz[i] = -1 * (1 - 0 - 1/Z * dZ/dz[i])\n",
" # = -1 * (1 - 1/Z * sum(d[exp(z[j] - M)]/dz[i] for all j))\n",
" # = -1 * (1 - 1/Z * d[exp(z[i] - M)]/dz[i])\n",
" # = -1 * (1 - 1/Z * exp(z[i] - M) * d(z[i] - M)/dz[i])\n",
" # = -1 * (1 - 1/Z * exp(z[i] - M) * 1)\n",
" # = -1 * (1 - exp(z[i] - M)/Z)\n",
" # = -1 * (1 - y_pred[i])\n",
" # = y_pred[i] - 1\n",
" # when i != k\n",
" # dL/dz[i] = -1 * (0 - 0 - 1/Z * dZ/dz[i])\n",
" # = -1 * (0 - y_pred[i])\n",
" # = y_pred[i] - 0\n",
" assert y_pred.shape == y_true.shape\n",
" return y_pred - y_true\n",
"\n",
"def grad_relu_input(z):\n",
" # d(relu(z))/dz\n",
" return np.where(z >= 0, 1, 0)\n",
"\n",
"def grad_linear_weight(X):\n",
" # d(Wx)[b,i]/dW\n",
" # dL/dW = 1/B * sum over b,i: dL[b]/dz[b,i] * dz[b,i]/dW\n",
" # Z = X @ W\n",
" # z[b,i] = dot(X[b], W[:,i])\n",
" # = X[b,1]W[1,i] + ... + X[b,j]W[j,i], where j is inner dim\n",
" # dz[b,i]/dW[j,i] = X[b,j], assuming i matches\n",
" # dz[b,i]/dW = [[0, ..., X[b,1], ..., 0], [0, .., X[b,2], ..., 0], ...]\n",
" # z'[b,i] * dz[b,i]/dW = [[0, ..., z'[b,i]X[b,1], ..., 0], ...]\n",
" # sum over b,i: z'[b,i] * dz[b,i]/dW =\n",
" # [[z'[1,1]X[1,1], z'[1,2]X[1,1], ...], [z'[1,1]X[1,2], z'[1,2]X[1,2], ...], ...] +\n",
" # [[z'[2,1]X[2,1], z'[2,2]X[2,1], ...], [z'[2,1]X[2,2], z'[2,2]X[2,2], ...], ...] +\n",
" # [[z'[B,1]X[B,1], z'[B,2]X[B,1], ...], [z'[B,1]X[B,2], z'[B,2]X[B,2], ...], ...]\n",
" # = [[z'[1,1]X[1,1] + z'[2,1]X[2,1] + ... + z'[B,1]X[B,1], z'[1,2]X[1,1] + z'[2,2]X[2,1] + ... + z'[B,2]X[B,1], ...],\n",
" # [z'[1,1]X[1,2] + z'[2,1]X[2,2] + ... + z'[B,1]X[B,2], z'[1,2]X[1,2] + z'[2,2]X[2,2] + ... + z'[B,2]X[B,2], ...]]\n",
" # = X.T @ z'\n",
" return X.T\n",
"\n",
"def grad_linear_input(W):\n",
" # d(Wx)/dx\n",
" # dz[b,i]/dX[b,j] = W[j,i]\n",
" # dz[b,i]/dX = [[W[1,i], W[2,i], ..., W[j,i]], [0, ..., 0], ...]\n",
" # z'[b,i] * dz[b,i]/dX = [[z'[1,i]W[1,i], z'[1,i]W[2,i], ..., z'[1,i]W[j,i]], [0, ...], ...]\n",
" # sum over b,i: z'[b,i] * dz[b,i]/dX\n",
" # = [[z'[1,1]W[1,1], z'[1,1]W[2,1], ..., z'[1,1]W[j,1]], [z'[2,1]W[1,1], z'[2,1]W[2,1], ..., z'[2,1]W[j,1]], ...] +\n",
" # [[z'[1,2]W[1,2], z'[1,2]W[2,2], ..., z'[1,2]W[j,2]], [z'[2,2]W[1,2], z'[2,2]W[2,2], ..., z'[2,2]W[j,2]], ...] +\n",
" # [[z'[1,i]W[1,i], z'[1,i]W[2,i], ..., z'[1,i]W[j,i]], [z'[2,i]W[1,i], z'[2,i]W[2,i], ..., z'[2,i]W[j,i]], ...]\n",
" # = [[z'[1,1]W[1,1] + z'[1,2]W[1,2] + ... + z'[1,i]W[1,i], z'[1,1]W[2,1] + z'[1,2]W[2,2] + ... + z'[1,i]W[2,i], ...],\n",
" # [z'[2,1]W[1,1] + z'[2,2]W[1,2] + ... + z'[2,i]W[1,i], z'[2,1]W[2,1] + z'[2,2]W[2,2] + ... + z'[2,i]W[2,i], ...]]\n",
" # = z' @ W.T\n",
" return W.T"
],
"metadata": {
"id": "LGZLQ2zzQQqd"
},
"execution_count": 198,
"outputs": []
},
{
"cell_type": "code",
"source": [
"from tqdm.auto import tqdm"
],
"metadata": {
"id": "YgUuvtQeQ8Aj"
},
"execution_count": 199,
"outputs": []
},
{
"cell_type": "code",
"source": [
"def one_hot(y, num_classes):\n",
" Y = np.zeros((len(y), num_classes))\n",
" Y[np.arange(len(y)), y] = 1\n",
" return Y"
],
"metadata": {
"id": "lCbPcDKElxXV"
},
"execution_count": 200,
"outputs": []
},
{
"cell_type": "code",
"source": [
"one_hot(np.array([1,2]), 4)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "bqZJfUBxo9WJ",
"outputId": "ab9cadfa-b522-41cb-cccf-a02e1124acfa"
},
"execution_count": 201,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"array([[0., 1., 0., 0.],\n",
" [0., 0., 1., 0.]])"
]
},
"metadata": {},
"execution_count": 201
}
]
},
{
"cell_type": "code",
"source": [
"from sklearn.utils import shuffle"
],
"metadata": {
"id": "4wD90ue0UB-3"
},
"execution_count": 202,
"outputs": []
},
{
"cell_type": "code",
"source": [
"class DataLoader:\n",
" def __init__(self, X, y, num_classes, batch_size):\n",
" self.X = X\n",
" self.y = y\n",
" self.num_classes = num_classes\n",
" self.batch_size = batch_size\n",
" self.idx = 0\n",
"\n",
" def __iter__(self):\n",
" return self\n",
"\n",
" def __next__(self):\n",
" if self.idx >= len(self.X):\n",
" self.idx = 0\n",
" # re-shuffle\n",
" X, y = shuffle(self.X, self.y)\n",
" self.X = X\n",
" self.y = y\n",
" raise StopIteration\n",
" X = self.X[self.idx:self.idx+self.batch_size]\n",
" y = one_hot(self.y[self.idx:self.idx+self.batch_size], self.num_classes)\n",
" self.idx += self.batch_size\n",
" return X, y\n",
"\n",
" def __len__(self):\n",
" return -(len(self.X) // -self.batch_size)"
],
"metadata": {
"id": "AZzF0UmLbMqD"
},
"execution_count": 203,
"outputs": []
},
{
"cell_type": "code",
"source": [
"dl = DataLoader(['a', 'b', 'c', 'd'], [0, 1, 2, 3], num_classes=10, batch_size=2)\n",
"for X, y in dl:\n",
" print(X, y)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "sZqKCb60bqsd",
"outputId": "ce362496-10c9-4aac-ed34-4bad3da75b4e"
},
"execution_count": 204,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"['a', 'b'] [[1. 0. 0. 0. 0. 0. 0. 0. 0. 0.]\n",
" [0. 1. 0. 0. 0. 0. 0. 0. 0. 0.]]\n",
"['c', 'd'] [[0. 0. 1. 0. 0. 0. 0. 0. 0. 0.]\n",
" [0. 0. 0. 1. 0. 0. 0. 0. 0. 0.]]\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"class Trainer:\n",
" def __init__(self, loss, num_epochs, learning_rate):\n",
" self.loss = loss\n",
" self.num_epochs = num_epochs\n",
" self.learning_rate = learning_rate\n",
"\n",
" def fit(self, model, train_dl, valid_dl):\n",
" epochs = tqdm(range(1, self.num_epochs + 1))\n",
" losses = []\n",
" valid_losses = []\n",
" for n in epochs:\n",
" train_batches = tqdm(train_dl)\n",
" for X, y in train_batches:\n",
" loss = self.fit_batch(model, X, y)\n",
" if loss is None:\n",
" print('All gradients are zero, stopping early')\n",
" return\n",
" losses.append(loss)\n",
" train_batches.set_postfix({'loss': loss})\n",
" valid_loss = 0\n",
" for X, y in valid_dl:\n",
" valid_loss += self.loss(model.forward(X)[-1][0], y)\n",
" valid_loss = valid_loss / len(valid_dl)\n",
" valid_losses.append(valid_loss)\n",
" epochs.set_postfix({'epoch': n, 'valid_loss': valid_loss})\n",
" return losses, valid_losses\n",
"\n",
" def fit_batch(self, model, X, y):\n",
" B = len(X)\n",
" L = len(model.weights)\n",
" # forward pass\n",
" outputs = model.forward(X)\n",
" y_pred_logits, y_pred = outputs[-1]\n",
" loss = self.loss(y_pred_logits, y)\n",
" # backprop\n",
" weight_grads = [None] * L\n",
" bias_grads = [None] * L\n",
" assert self.loss == loss_cross_entropy\n",
" grad = grad_loss_cross_entropy_logits(y_pred, y)\n",
" for i, (W, a) in reversed(list(enumerate(zip(model.weights, model.activations)))):\n",
" if a.__name__ == 'relu':\n",
" grad = grad * grad_relu_input(outputs[i][0])\n",
" H = outputs[i-1][-1] if i > 0 else X\n",
" weight_grads[i] = (grad_linear_weight(H) @ grad) / B\n",
" bias_grads[i] = np.sum(grad, axis=0, keepdims=True) / B\n",
" grad = grad @ grad_linear_input(W)\n",
" # update weights\n",
" assert all(g is not None for g in weight_grads)\n",
" assert all(g is not None for g in bias_grads)\n",
" if all(np.all(g == 0) for g in weight_grads):\n",
" return None\n",
" for i in range(L):\n",
" model.weights[i] = model.weights[i] - self.learning_rate * weight_grads[i]\n",
" model.biases[i] = model.biases[i] - self.learning_rate * bias_grads[i]\n",
" return loss"
],
"metadata": {
"id": "uyoKOSsfN1zI"
},
"execution_count": 205,
"outputs": []
},
{
"cell_type": "code",
"source": [
"from sklearn.datasets import load_digits\n",
"from sklearn.model_selection import train_test_split"
],
"metadata": {
"id": "1-6-ghvyNlKd"
},
"execution_count": 206,
"outputs": []
},
{
"cell_type": "code",
"source": [
"X, y = load_digits(return_X_y=True)\n",
"X = X / 16 # normalize to values between 0 and 1\n",
"X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.3)\n",
"X_val, X_test, y_val, y_test = train_test_split(X_test, y_test, test_size=0.5)\n",
"X_train.shape, y_train.shape"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "rz7Czgf0Nxg5",
"outputId": "193a2720-05ba-427f-96ed-6fcbaa5f822a"
},
"execution_count": 207,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"((1257, 64), (1257,))"
]
},
"metadata": {},
"execution_count": 207
}
]
},
{
"cell_type": "code",
"source": [
"model = NN(64, [32, 32, 10], [relu, relu, softmax])\n",
"model.weights[0]"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "UuoMIDAp3VYz",
"outputId": "a3cc5b6d-2f5d-447b-b101-42d086896336"
},
"execution_count": 208,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"array([[ 2.01187949e-02, -1.62628771e-02, -1.45041229e-02, ...,\n",
" 6.60271900e-03, -1.55967580e-02, 2.37582645e-03],\n",
" [-2.39105789e-03, -1.23592585e-03, -8.24851159e-03, ...,\n",
" 1.78936865e-02, 1.10650807e-02, 3.79056812e-03],\n",
" [-1.53236386e-02, 3.51360078e-03, -7.12072767e-04, ...,\n",
" -9.83542576e-05, 1.09826290e-02, -5.93630997e-03],\n",
" ...,\n",
" [ 6.13841545e-03, -4.14395892e-03, 8.60704889e-03, ...,\n",
" -3.87925305e-03, 3.68199517e-03, -8.29479270e-03],\n",
" [ 1.02775358e-02, -4.32102881e-03, 8.15581355e-03, ...,\n",
" 7.87984967e-03, -6.08074843e-03, -9.39037669e-03],\n",
" [ 1.14220588e-02, 3.75991005e-03, 2.71385169e-03, ...,\n",
" 1.69928180e-02, 4.22427233e-03, -1.03103667e-03]])"
]
},
"metadata": {},
"execution_count": 208
}
]
},
{
"cell_type": "code",
"source": [
"train_dl = DataLoader(X_train, y_train, num_classes=10, batch_size=32)\n",
"valid_dl = DataLoader(X_val, y_val, num_classes=10, batch_size=len(X_val))\n",
"len(train_dl), len(valid_dl)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "riiI6AKb3ZMY",
"outputId": "53ab62ca-1c13-4bca-863b-739a84e1cb5d"
},
"execution_count": 209,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"(40, 1)"
]
},
"metadata": {},
"execution_count": 209
}
]
},
{
"cell_type": "code",
"source": [
"import matplotlib.pyplot as plt\n",
"\n",
"trainer = Trainer(loss_cross_entropy, num_epochs=50, learning_rate=0.5)\n",
"losses, valid_losses = trainer.fit(model, train_dl, valid_dl)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000,
"referenced_widgets": [
"a3350a54a087473b86b18fe0596fdfe7",
"756713d28b7b4ab28792404be18dee0a",
"b311ea287866483189a0b0cb847f8652",
"e179da522fb34587b7cfe6beb0ffd161",
"4a64d4511197439c92c8f4237454b44b",
"f6bfcf49bdeb4103a18f8d5b95b2ac41",
"c86f119e82c74390836251bebf06b7f1",
"fee2d58e30554bd6a4d1be36c1713d94",
"ef8f0583c348411cbea2d995a230b613",
"72b3433df67c4ce7b179df7341d8118d",
"a0e5e22d29644d63946a83fc978939a6",
"b1762d88e81d48a382287f819900727a",
"d80535d026084e70b968f04215b1d6ac",
"779e50654ac24e41ba9bdc2d083510da",
"f8e9d5658766409693b30c1ee8e737f7",
"744d47a42a9d4092870f2921070c0aed",
"ec6d50d8afef45dba788addb903b5392",
"60252cb835824227beedb6a336382499",
"0a5a1915094b438e878d5d968a016da1",
"90c0dcb78144484a9cd1a783ae387067",
"fdeb8faab65548869ea37a7aeadc6a3f",
"9ce5f1e112cc4c04862ea760a4643ab7",
"624406f33bdd490d9741b82e65a401ac",
"1626cad045c2413dae7013ae56b5dd8c",
"f76c7c01279c4489847e08143f37ebdf",
"44d3e50df48740efae52458f6aa83bde",
"a4343528541c4360a1fff747dbbf87b2",
"4d74f04ffecb4c4182df137c7bf674a5",
"2730bc1c2300430e8ce52a1ebe673ba3",
"c8916ea9369e48fca4388fd2ac3ee4d9",
"db4f5ca9267d4ff0b1d487f49418a423",
"156dd0469e3d4b8a9c0105c203a718d6",
"65224239f2ac406690bf6cda189e7b02",
"8d4886802f074448bd9e5c58b2479be2",
"bd5436236e324c9493101eda8b4d9efd",
"bb83e1eb256846ca9de4fa55e2e1b32f",
"0ae1caf858734a47b37c0f60b8ddc872",
"de3ddc7cd33b473882910f52c65c9aa2",
"1b0dccbaf5a54fdc8f690cdbd4b91505",
"af7d8ae849c847c0922fe8cbb9e881b1",
"6bb0d666fa6a4ae8a4e14c51fd35a2cb",
"73da96cda7094ec8b47f1f91521d3d1b",
"d6aa965d44844c08bd0f4b549858e0fb",
"7f09c0e1af694011b67e16ec48f2d5e0",
"00f47815984049028dc9c42634825c53",
"b2eb7887633e476cbf29e7dca5557bc6",
"b795b46fa30141029cc2691f1b1aa038",
"cc9e61ffbd0d42aab12a6f3e21544d86",
"a1cd15150197417c82a9327e59ceb0a5",
"def0b67a84b94a20bd42b3785f0bf409",
"68f3fc9bc1234a4ba23da198e7fbb836",
"5abab630ec6d4c418cc42db5ba4fc4a1",
"ef53ae1cba874bd1887d5074916f44ca",
"4e73d4564d674176b32471662f2d97e5",
"2f06da2a19e643bd849cfbdd7aae1b0f",
"43c89d628e9848f9bc253bf2456c8656",
"41093d19f3fa4ee681996968f5b9efbb",
"94626365bfad4ca9a207936e78e5cdc2",
"78b74363b3984b3aa464da16dc6717d8",
"00b5fabc602046bf83886f8bc8da8a0c",
"cf3942f35a01414aa9ee4978cd04ffbb",
"fa4b8c3c0be04e649b5c23f7f59e3727",
"f37cb6eb69564418b9189e911e826b98",
"b237547d5c5e46e5b2448b169c57ae68",
"10c2d1adf9584e44ac9fe36b0d98909d",
"8d159b8dbdb642edb964dbdbdd342915",
"957a0fcd5bf14b4e85838080c92e1057",
"00e24e25445347baaa9133419f1c4664",
"1952055258b84e89a5e708ec57528b09",
"856712f57ba64c148f0b694e1d0e4366",
"3f98c5758e1342b4afc61114589edd00",
"1da1a58379184f608ce4f573f3b96db7",
"49ac04cb794a4eb1aa379b9416cabf9d",
"c207a9032d0547cd8adb131a3f73e220",
"554657931a49456a8163c20de7507dde",
"9208c5e6b6714ef09ba2696fc9470bdd",
"01dd7994f31247378773dce1864641aa",
"3de8e8a53c044f0589fee88741684c3a",
"ebc6a74f20294181828f8790295f249b",
"ca8deb3421cb4185a2a2832f45407595",
"2c7c38dfb3cb4fe5816718f9946c6aa2",
"c35bf9ea78c34194b064421368cedc56",
"3d06d6264f5744bcb8ce9c2fc8280ff4",
"43b9e4355afb40c9828fc8d6da60b12a",
"ce8ba7f83cf149a9b98f572d91d4762c",
"26cde51530164912bc090c541d7d6d9c",
"49fe9870af8c45d6af7205040e107a7c",
"77bba472257f4dc8a45b8492204ba6ba",
"b678e24b9eac43878f148482f3b6385a",
"cdbcaf92b12b48548b5ebb65af4b5813",
"3a9db321cc2c40649a6863b035b108cc",
"594f13f8e6f44e37b23b1526a6aafc19",
"c78d2cde9cfe40efbaba29655e1bcd75",
"7cd9918fb4114a41ae8c97d3d560485b",
"049b1e6e7f024a208df10ece88ecbb09",
"db9e315b178e4700b4ba03f8a8455695",
"8b43f4cc98c14559a92123e66bcd197a",
"4beec077d14b450ea5e28cfa4a744eea",
"2b3c46aa372942e59b1bc69eff27c3af",
"08e78b00c22e4e239e3a22ae089a08e6",
"001555f848b04bcc9b05675fe65bc193",
"1f243edaf1dc45729a29b564789a9aa4",
"3dd341bfb7444b3b8ff147549fcc9781",
"f56955d5f9cc4d6f86000f9e616e2df3",
"0d1c988d75dd40208ac96c3df88ece4b",
"fc21dceb013442d6b355b6bd3586c6ba",
"c70f614e18cb4482b4a613d447384815",
"7fb8ba09b3974faea9560df548a70b28",
"ec7865635a2c4d2c9b0f00a1bf9a91e8",
"7815799d323243c5bd56f046ebf4801f",
"00b1a75513384af8ac25cf3d0b4bc020",
"e98abe756bd04913b5b18e3397cc327e",
"e43e942bed18406ca6d3efca81f8d1f2",
"011c34e559ac416791739ce8c7898b47",
"8ec07697d6b14cae9fa0c79e6a0dfe94",
"7b058a8b657f4e5d8e0db28a195a73a2",
"64e70cc7315d46c4a1d63471ce8dfb9a",
"5510f788702d48e3ab9dc565b005c954",
"f322cdfeae374de1a73362415bfa66ae",
"654092b9798d4b459216231a712b4785",
"66da25d39d2c4900ae0b4627d30c5322",
"df07e4c8f04e4147b17d52dec4269427",
"0839b960daf348dabc447fd8a123a97a",
"45b77c8baf824b0b899f69f9f9cac346",
"c02964e10c294dc8a885a45a3ca205bb",
"531d6c9881c740199e7bef7765a4ace1",
"42f7b3df7779436d8c82989a72ec8bbf",
"8739a9e1f81442c8b91812b9c43bdaa7",
"281afaa92ce24dfe846b24a5f70b574d",
"a5fb2162b3684ea0838d459a824b3a75",
"d933b5414fa34ad0b664b1dc75fd4fdb",
"5ace2c2c07ea4627b4e1000c450d70ac",
"58fa54aec8594082bc1363793232d959",
"967afb63263346df9e7421a7dd6b40a3",
"39c4c644e78648ac8034cefa763b6d12",
"f53ad38c2d9b4fccb678b03af80648a2",
"ec9061bdd82a4069bfaaa189c0a83090",
"060ef62e8c2b4682a57581c47b2f59a2",
"2633925e229f421dbc59bceeaeae3fe8",
"381a6d512135423e9c58e6ce87ccb0ff",
"1bf4e89142744fb6b900c757393445e4",
"379235f0666e4e32ba70f2e8cb49a026",
"2097cf5493be4299838ab2c23060c28b",
"24ef4d90800b42fea7f99cadb6f4be12",
"2d22af7ea83d4af9a1c29678a6aed1f7",
"3905939c211a48778b213788c4292da3",
"7628661ae3054eab8961476bbe57b4d0",
"a3550efe302a4b379ece49655e19e00b",
"148606272bf34848b75c60172e65a35c",
"b78d51a33e7e4202b35738286456d5f0",
"fc57a79d27f24377bf2a9854b441fe1d",
"c2e4855572844d18ba228a1222a4676c",
"60a8a0ea52f3479d91030add0bffed74",
"df7865f7f59d4ff5b1b1cb7ee93fa338",
"db520c5ca972415a88650cc84ae7e5da",
"d501496721aa42109145624abb19d8c8",
"33f1b2caf5e647feadb2e664d264b628",
"db5db788918b4c02a3b9f04020f13bb4",
"f94dd64eae31471ab3578f800acbdc37",
"3e4bb14f23b349b89e8210b57936553d",
"4b1884282404427a96305d3aa79caf9d",
"6d2a2936366a4eac95981efd3eaa5f5d",
"912b6206469846f69892faca703dd0af",
"10ceb1567ff0487e9c6cdeec84b27a5f",
"e822b3da1faf4118bf8cc1196f082e15",
"90e0adf09705443c8dbdea2737414ed3",
"37340e4d85e34fd1a9c3cd9a72abfb93",
"3bac47e7d27d409cbfab95b49c7fa6a5",
"eb8cf6e6cced4a8ea01657dd3f73c151",
"4964a215619d40d78b0226c95fdad551",
"31dba746c3804806be8ccaeb453de098",
"8f04ce84905b4db3ab144ad2e050fe05",
"2361f5e75ba742eea3b1ac464eb49ed6",
"f7f855d949724c22a14427bca5dbef57",
"7aeab24e8704481bbe40f4a308acf902",
"805b095cc4f74b68b02d4d853f4341e4",
"8ab55f8f5c98497fb47bd471ffac4675",
"1592633d7ea44f23b45fb2187dc727b0",
"911f4b4fbcba48b4bb84a57f52f77e34",
"43c5e54ae74243f79b08fff04a068a58",
"595513bc4a43490d9bf296845e6394e0",
"c90f197535d542d988bec56378857e3b",
"cd0b6f74c39a403baff460d7506ca6ba",
"298ac2b0a41d461c965f703b678c4f4c",
"20097dedc3fa46b0953d0435cff467ee",
"8912172ae3a94fbe982056a05ccc1b7d",
"0ed9f963f4774bb7ba4a2b2f333975df",
"b53dfb38dedc44bd845a2d84990ea6da",
"7887d06cd1974962bdd15a01a0e7e3d0",
"787aee1a2ce8456e9461654083285d7c",
"a119f260d4824371aef5f253afadc781",
"e6cebbec94de47ca86648f3a356fafba",
"2c7d5847900843a6b129f99e5fb963c5",
"0563536efd8e45bf865ac49b2f744fd1",
"6e2a802ec9654dbd8aa96a56746cb5cd",
"876e8836e8dd44ba92a4b8a7bac85c83",
"4f3e82207d90419c9da74104b8cafdde",
"366b61217995467caa38e3d8a97ed81f",
"b282432dd2914f339fb3c80ccc7f886e",
"2ed1bf013891406f9482b3c6b7f3edcb",
"9454e71ca2294df3adbaac1f3fe6cb28",
"c6aff47d99564fc1bec8aa5ac22bd315",
"23682382af2749b4a3f09ba1806a01a7",
"d38b3dfc2a524b379d777f745a9ca355",
"acff624e7ad343dd9da97f694512beb8",
"a571546b77094b1ca5f6a5cb061d36f4",
"6a8cdcb5ffaa42078e07c396fef552c3",
"d0eee3eb828a4c728afd1522687faf47",
"fa60bf1d9d394bcf8dd9dd48b77311be",
"9ba726bb5926492b925cc11b3ca69e6b",
"29bf2424760043ac9c76a7f6ba4fc7b4",
"82bb14486b504561a6db5a04179d9170",
"8d7d1beea481424e9ad62fb72c3fa79e",
"bb3cb5f405914b6bb9b26adcfac3812c",
"8fd211a097794eac966a96ebe131a1d4",
"0eeb8dd23df04fa3a92cdb2faee54681",
"954290c1299749c3903a257caff41ded",
"5d2cbc51089a47d1a47454fe6a8a0947",
"98f6ee1f4033481abf0f6c8161a894a0",
"13853e5b5e88465f8b310676f568cdbe",
"aa9c074828ed4a3bab34d7799f2f5215",
"950ee59e41ed4cc5a53ce33d400abdfd",
"3a6ad5cb38fb41c8a0a06fa4cef8dee6",
"61efdd3bdb734d08ba9c8df5af218bb1",
"3865909299a84ea88f715146d5485551",
"31b056260c994896b82144921af72e06",
"bb51680bf24c465ebc131024ab0785eb",
"74395b3734e44febb5e60fe7c556b96e",
"e1353a28e4c14475afbb53fba1550db3",
"95f0b641be4d46b28ae2289d725a9aba",
"f61a8213baa4435da49f10ab8c627a8c",
"df80c1a3364d47f4955aaf5718d0543e",
"15e7cab6815b4f318078530b1c635aef",
"8a2cd07eb0b04273ae95a554fceac18d",
"7fc4ab3d62ce4513968e2b367fad4e7a",
"d69b0f6eeec640f48d9441e674403bf8",
"950a81be2c7f4658b603dd6f4e4d8b1e",
"391d52f3c1fe4306ac013b8344c9d066",
"7277962c9b01478eb9841d2247ff4d53",
"27ae9401da6540d0ac52b2c5a4ffbb87",
"6b8a91bbdd814d65b3b21490ab404582",
"a43e331c7d5d41c9a2ca69f37bb98720",
"9ca79b51933e47fcb797a8b29236f46f",
"7acbd8982a644fc19f9e46db4a8b2515",
"7b0c9d8c74194e2a9614e6a10b750c8b",
"781adb661b0042d4a963bfabf891ee73",
"a2cf7fc3c0014d6399201387db33a3f2",
"8734a5130f124bb0af147e17f95ad94d",
"11e8b9fcabeb420ea7f7e631ead2d760",
"6acfd467d9b443f09c084266809a8609",
"e2f0ffef33a24dbea83643c37a39eb14",
"6827bb81a5fe47b38dd270464e7641c0",
"a2b37cca00fc4801b2adab70a6f7b4f4",
"a1f86584e10c4bc1b887f11066617526",
"b5bc3a65989145e2a3271e9cf20c13de",
"011e079ea428458d9a73f89c99cd514e",
"393c1e19af794b2ba05d77a4c3fb2bc6",
"ebab6b60ce8e46dd9c6b80b916091554",
"e24c2ee1d0d0467fb60b267633f8f75c",
"f6878051320346f982d9af7b9559ae8e",
"ba48282101f04ce48a34cac37028dcfd",
"e2c5ab7dbe0f44e88c7905659a8591c0",
"3440b6d5994444c6a77635499e08fea0",
"632f1b3c08684568b75f1381c01ad8e5",
"ffb62269971d41feadf750a265a8150d",
"a2beb61fc5aa41b29aaa0b274ffc2062",
"7c0fd9ef541d427d8f7ccd2097218208",
"93a1c318053f4080a4bbda5142dd7250",
"391dfcf6b7f840c683b4480ebb497595",
"133b49f38aee4c35b920c8922754e1e9",
"75cd4cdd248b4df4a66b8b515bb36599",
"92e65b89d03740d6b6bd8065ba9b9229",
"07670ed41b9e4e0aa951df9e0120ed44",
"b4a89ea74d564908ad08ed8b096d138a",
"f582cac038474edf87a1381f36eee077",
"689bea3979f4471c92d1c3839607ea8e",
"f54d5c74a5774183918d81a0a203b1f4",
"f74a663b301b464eb6b5d6cac484d1db",
"647f99feb130472b92d9d5cf18a61913",
"8c0ffd32eb5247cfa95004196952b4b0",
"e1571dd75b2d48b8ad0f103a843e6751",
"80c11a54a7b744b3a7aec3cd28abaa2c",
"53b172b6d59144daab0571d298491856",
"ff97fc6b8e824c6abdbdcf6272557001",
"38a2224cb3c64c3bba1188628e704698",
"4130e2ec95ed4b9082d4779315d77a82",
"6a5214278c61496cac64e9c00a6dd5e7",
"ce1eb5baace04825bb328a582c1496ff",
"267ff4c7030e4e2faad2fc04dac30324",
"3788e09e78e047d8a545e83e278fb6db",
"20efc3ba5d6d460285a9578e3aeae7ea",
"029a0e36fd834e578d1629cb3f464cc9",
"70de4e3e36d548b286c9533304f1edc8",
"fd368689d2ce4c7a95f7857849251a9f",
"ad9040a795a04915b6700153c17f75e8",
"d29d9d62afcb46678784ba76df2681bd",
"8194c1e934474a638fa629ec55c721a8",
"17757c46c8774e9aab975ce41b65d6b9",
"fc15f8a2a22341c38ac59900a694b827",
"e58a3c82ffdd4c9e9a399b5e6f78d419",
"2f7b6812c24745448753a83c58423ad1",
"7a4d068177d445cb9b84ad62427cbe91",
"3d3e586bf24942a2b7b0ee5d48dc8c5d",
"9d13d9463f604aa48c7ca28d216fbe04",
"bb35353db59347f1aa697ad331e1d999",
"255454a52fca4856ae187b242f48a1e9",
"ee4956fc09384a19a4c47c5f9b790215",
"156a5a449f304815a68155718a1bddc3",
"0c1cc9793ec8466b861444056fe0a5bd",
"e5e260c8e9554084b1ee48e9e63ddb9f",
"2f50c55cb3954014b01c4e191fc1c437",
"9a9fc1febacf47b88c11e5879b7d19e7",
"c2b7d758639e4557b5bb60fb854a5a57",
"b25b7f849a2140a3b35052e51b08dc87",
"005ee416783f4a2d8a2b904f7ee56336",
"706b9fecbcae4b548f332e101bb63a4b",
"ea34aa2f27ff41e49d746e44dddf93bf",
"9de4160892c143f08587f2064f3d160e",
"057783f46f024728ad31f94e0634e106",
"1cee71894599403286082528de21be16",
"004277f7c7014a5fbfd0a599aaa2430b",
"82399bd994d444f2bf87acf4252bd1b0",
"71aeacea78b44900ac6956f99e23204c",
"ab36f0da0ec948e7aabbccccef65551b",
"4bee5afd31b24b0ba6e995d0c94f28f3",
"74779ff397bf4fc78ee7f7c64e4fc8a2",
"88bea454bcb34e19a70b47ae66494da0",
"7d8a5bf6596a404396a78ae15e067a91",
"538b5b3f9fa84ce7bcebf3e203c9affa",
"68ddda640aec4877937e6659ebdd924e",
"0ad0b77c9e6c4ff8a92080e0eb91aacc",
"986bf6953a984e2591a74f76c9e2c23f",
"27203a59c4c54b5fb1fd0cd79fd2827e",
"2dcb897e0c5d48e8a5ed78e6011c1798",
"ce29a078b38c40738c2d23e9e04444df",
"e9fc632991d54eb880c901ff6beed966",
"83a5b8ddae3448839dfdde3e1943e4cb",
"c813c3efa7d14544a620c17b2d148675",
"19f583fe95bc4dadb63997383c79c45b",
"5f51e2bc7198403eabff23994ba9dd08",
"160cd1d06d4a425591034fce388b40f1",
"0d3eb483ca484fec9aae7d9397967ed4",
"cb6428cf5a6b42399a3f432ea7940ec2",
"728e309d3e974542b34dd2d55ded0ee8",
"78be51a48d8145c2b141b536304c34a9",
"e9ed48739a744d369cbd7b7ea3f34c9f",
"e0fdb5d4772a44749a13d1e8f85e3bb7",
"20e204e5bbf44a188d9b84fb3f4fee7c",
"eb8b28ebec664068b9fc2aacafeafaab",
"001c6e7acd0e425f8addc8dcb0f8571a",
"a3484a0cafa04f70b6ea92945a193fd1",
"1976b29642a148d7829fd7556a8bc565",
"8a76427bb2de4b3194365c3eabbb598c",
"f0260e1964024364925323c05f7ef864",
"8f653186bc5f4ff9b2e13b862a290675",
"11d19111ccf643dc9c63f9343a979464",
"4da7e15896be4e4cab423681daadf30f",
"466d3fde49db4fa8bec6b72c3429daaf",
"5856f07588b441cdb7081ff96dcbd609",
"22e5f08f8d3c4025809a2f9a4b2ad45c",
"a00b344bbb0c43839b7011e0557e3bd8",
"de9dc24f3ad941ea8472eca4d29a50ec",
"3acbd68d871c403b83fb38b23d04f71c",
"2c4456dce00449a8acbad659b33fa1e8",
"45d83404e75149c9a1624e90d773237f",
"fcca9bf694684fedba80a0ee3e0bb67c",
"cbb4d0ded67d49478a333974a3dc6aeb",
"44fe4d78c883458e87ba80db9fa77a42",
"a981a976518c4406adaa58856327a941",
"515f70e8b8ed40d798e2435956e3bee6",
"163cea38d2bd466dbd53ce89bd63c2fd",
"8d33560910a44dd2833b8117fba86a63",
"9566aebe96294519b5c91742f388b36e",
"4f839d73ba7c4a9fa9ed90c5ea4535d3",
"db888f82660d4e87aba5b1e1fd4d96c9",
"007adb668d7945639f6718227c098565",
"02527c3b182a4271affe7c4ecf7b2c7c",
"8c58e947f062452f970607a2db11149e",
"bcd71dffa9d74fb69b33cbf4275ea1de",
"16a4cec01cd24671a84a42c35823d932",
"989e5743f05d43558374e36bdffb096e",
"55f55836fc904dd3b7498276c8e2dc6b",
"c1cd39c8a73444788956a1be5712f9d4",
"8f2cd7fd38164b0199895238cf189e90",
"cc80d1947ef64b3bbea243dab9718430",
"04c4a05537d04ac1a8065ad06c0facd2",
"73f47ed4456644c6b734ef5fe360d0b3",
"61128501ca5b4ab796296c8689414f96",
"ce7e07a106e04155ae2e1739a9738b94",
"ef08e94eef8542bea069882503e75751",
"365f29f883df445ca28633b4a9ee41d3",
"0a3283b4cae245e899eab1121bdbad07",
"1baa806bcee54676990fe6f92a404825",
"29109e84fdfc40e6814980fc73bbde5c",
"69d01b176835480c8b8a89fb354413c4",
"011de3e5df974377bb8bf6a7b9a02934",
"c5e962f898804656a0f7a90467fa7c74",
"3189d79f77714d29833cb6bfca4834ec",
"6db5876606824a03a42f5f01a3c8da2c",
"5d1872476050451a8c187fc56576f2cd",
"da82b0ba19c644b788266c5fcc1bc069",
"f7d0a8337dfe477e81c2b8b3074856c5",
"eacd7c4a797d41969617210d2b6aa089",
"6cf8818a4c6c43029fbce6260be75def",
"91aacc1f79374fb6a9f5e49fbea24e38",
"934ccd4f937241c09f8f881c973d0867",
"7b766c114c90473ea4c78fc01ecdf89f",
"944d12f797ed49d696089f8c797da917",
"e33cd8a202224cbc82188283247b390a",
"0ca4eea23cca4d219f29e57fe924249c",
"8180086c49aa461d86c0b5902ce7c9b6",
"50665dc728c146ed99e77ef3c915729e",
"fbb6b3311c884c3593eff4250e6d9990",
"b6eaec8f0d464f768572e1398eef37e7",
"eec24f6eb8d9413fb4a9c46a251c3cc0",
"eedbb6edec204f4c9fe9e7e9a2c255e4",
"f4cb6ab6f79f473fbc3dc6583a1632d4",
"daafb6d7b6f94028860a7b4ceba1c9e5",
"ce7bf8cb3ca74e1783e6c4b62420818c",
"7d136d57f724482c96d45d08d6d2880f",
"55178430f8df4de9a72fba7f490454a7",
"5233ab9a3fe749ce805c865159313d0c",
"876ff487e26a42f2a033aa0bd75742a7",
"b523d86722b441fb962fce09b420cac0",
"646aea31955845a7972010d68c10ff6e",
"adf6509075544f02b106b256af1fbf35",
"391fe7d1edae40e2803d6b2c4a9b2447",
"6306e8488da840fd82fe6115422ddc0a",
"409223cf895548feb3da53514cc1cfb5",
"3ab626108e57417192da439ede86ff7a",
"d53372b77e6349be921770257bf3d9e5",
"8ca5f40341bb46a08bcf0667148f5bd9",
"5deae6855e324161a3b749ab725784b5",
"021b714ed382454cb987dd062f0f75d6",
"4ad95f1a569b41529b4c41af148f1729",
"e0fa3576ba614d88938a8210d0f40d22",
"171373204dad48aa8c039de88a84d018",
"e701333ca69644c1b0148ad26587d450",
"a9736379167740b791517aa550f51b91",
"4b10bca33a8d418e80935ee03c64c5f9",
"c0eb9dcd06e545beae0580e88556a76f",
"8d05adec02384298af5cf56462084014",
"f6cbdbec5655435481992bc5410ac876",
"0eb9ee1f238e48fab813dfac26f80b1b",
"b923c1eec2dd45388927524ad83b9026",
"63e435be732f41ed907b70c5958519bd",
"05888b9c99604deba2fe56cb884f15d3",
"77693d701cbf4be98dc185660125dce5",
"766ca8f7b14241dea2f66a285c69a2d4",
"78a967afa8fa4a8dbd573513fdef8be6",
"646b11364cba4e509e93b28abd6e042a",
"68c3585714c24a759c75b8ea6980aed4",
"973f2488a6304c1585bac2b6e66f7e08",
"be3a844f7c054d32a79e48c3a70039d2",
"2de02d1f18e84bb4bc0e55139d28d3a3",
"0a4e3a2a48254462ac39f45e110aaa15",
"03738d0bbd8740279c9d83719d7973ca",
"3b2bb82c63834ef68c9445adb59cc299",
"2e08d4cd42554db4a80911c8d92fde16",
"fee06ab4b8e64f6b92df9230f90e837f",
"dc000550eb7d48de8cecc5523db239fd",
"1a4de53919404036b36641dea7a689ca",
"7c0366e7d84a419d902d06fbb1dd04ae",
"a1700f3023644431acb588bee950bbc2",
"5c5002d6b6e64e709a33714251d280ee",
"a5d8c9a708664864834103a696dcc275",
"381b22b2364849dcbfd3baac3779cffe",
"a7653bc7af034fc58078c84acef9d66d",
"70025a2b153148deaf830f2968174c54",
"ff786c98c05944ff9e5e6d264a671bdb",
"f2225912d8724f448bb367777f57739c",
"36f5d08c445d4e11a441f976176e07c9",
"9a112bd069664c0bb211e3379180d064",
"8381d2ba999b4581afec503852236068",
"246e4db8dd2e4e0698f151ece86f7670",
"c207d02d183945358632e47d71966b2e",
"2721d5148f6945dc91efbb058491d989",
"79b8dfe20a2f42e59a735fabed1842f2",
"385c615c1e3844c5a9f012bf3c3406d2",
"688f3404b64e4df487fd614b45c72c7b",
"e01bd4430d3544729a33695054c992c0",
"3d4d9b58d9f04d0589b7af93a07775b0",
"ec18425e637f465ca1267bc5203895e0",
"09bdf601a8a6428da6fc3620c52575b0",
"4dd7327e94bc43089ec64481a6ce7a63",
"a3a032e560684f9eb23bfc3468a06aa1",
"ee71c4310c6c458086b5d22c7ccb0b40",
"d201c952fa8045719f3aec283ae3e0a3",
"85ab26090ef148299d94272025497e6f",
"01924c079dee4a6f9e746086acc88a53",
"31d933aff84045948162997c92516d12",
"8640d496e45142209d177e9196133e19",
"6c5d51c90c8946018a00610c0f323958",
"51d98bdf5a1546289f10c37e76ceaa4e",
"e5eaf2f0bcea4466b730d38df56cbf9e",
"9757c85be96d4952be311d27fc478d4f",
"1f64914920e04d24b2d391c482f28824",
"0af7e35c9fc34aad9a496d765cc874dc",
"2e28dee561094b328c594422c7698389",
"e7069d8823684dc5becd3593d1d43d0c",
"c7160650a056440fbd0dfc7283af6b98",
"1bf1c9f07ed84878aeb22ff2d983c292",
"702a7d7faff842d698c6a4d34eadfe31",
"e10a98b721464e8682550b8c40df4849",
"fe108bc408704f4495a10a78e2780a67",
"b652208d49f541488af07ea77d866f27",
"347a9e6b288b4644a134503564e60769",
"a9f30d053e114a21b4635b4d5da73e7f",
"a7cfef9101d24093bea1edd0bcf8b861",
"a7e41cff8169498f8f6f54194c237801",
"9e7f4bf369134e4e9d9b1a7f5f495c5b",
"f9db45987fcb4c4db313b1e2e14ec886",
"554fdcc9b0b547008d5a1251a1a13123",
"099d6e5f718c46b1b221d732c59f1fad",
"bb00a4a76f2a43b0a05b034b9ec39fd1",
"b201b25c5064491bb5c3d485f4af132f",
"997e697765d24c31bcd14df26476c6cb",
"204fbd8902f04e7fb3e73a3fa9cc8218",
"5cea65b91418468fbe90342b49b40550",
"58aed3658f0c43f494c5c621b7c491e8",
"42d9f31bd3d545efb6fd722f82fd2a1d",
"264ec5c1540b4f999910beacdba3bce2",
"847e86fa42504316bcb3541e74d402d6",
"d81c7d141c344091a7ed5487ad90cb7b",
"0e909a39afa14a81a74c5e2f919731b4",
"885366aca73242968a76c0b714f3bcff",
"484f3c46360749118ead57223248b31a",
"d56abc565996460781171dea75517703",
"720710fe434d45e29e0df477ce599dc1",
"d34a3dfb71ed4f71b2b8691cc7c22c51",
"e9d9c3031bb5443eb57cbc747d5585f6",
"f8144bcbf8134ee895e282c1538bbd89",
"c70f038dba9643e8a20322352908e51b",
"793dac9cb98346bf9070fd06253db5f5",
"800aa92ddc204282b0470a5a2d3c32d0",
"3831c7468ec4476bab6181a27d541810",
"57d9353ca0d9486fa4a44a7fbd4e2dd5",
"a36ef8425b6a4c1a8d20acc6341293a5",
"a98e2107c99d4360b26a88adf60ab391",
"7c5a3db4180c4b39a7b36a76c2b202a2",
"37ec03fcd1014f6c968499970875e3fa",
"95deca7459d44084b211f459290868de",
"5f9ed82410d240de82a70489f74ff88d",
"571c9906f8864a948f06b1a4329808a1",
"c77ecab935694b63ab3e014bf0688cb7",
"80f93f44c79a41d59d8399068304140f",
"b24cf41f4c2c4bd28b483eb9972535ef",
"f642ec03fd5b4acab68ec1e4af6220ee",
"048bdfb2406e4e7dae15de32f19ebf4f",
"3e202378f15446bbaffb5ecf70992030",
"a000142eff094519a11bc65b9697aa65",
"af556b95f8fc49fc9d7ae713072c7f58",
"722d39da8f93482da1ac27d6a1968440",
"f792586c8a8b4309bcaab20f4180b7f0",
"563cf369534e4233816432acbdbae1e4",
"efc5cdc6ac03415ea616649b8e11ff8e",
"da8e73002893482c943f6722a2eaa6e8",
"ca7a1d10c2c74d64b713ef0bc0e6eef1",
"42f639609c7946cabfa967473213cbcf",
"ed6e3370f5004678bb4034febd0b22e2",
"c5f7e1559cec481f966686c8f16ef4a1"
]
},
"id": "x3OT24FSlc10",
"outputId": "47bd055e-a7db-49b2-8b48-f32981496ee2"
},
"execution_count": 210,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/50 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "a3350a54a087473b86b18fe0596fdfe7"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "b1762d88e81d48a382287f819900727a"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "624406f33bdd490d9741b82e65a401ac"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "8d4886802f074448bd9e5c58b2479be2"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "00f47815984049028dc9c42634825c53"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "43c89d628e9848f9bc253bf2456c8656"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "957a0fcd5bf14b4e85838080c92e1057"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "3de8e8a53c044f0589fee88741684c3a"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "b678e24b9eac43878f148482f3b6385a"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "08e78b00c22e4e239e3a22ae089a08e6"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "00b1a75513384af8ac25cf3d0b4bc020"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "df07e4c8f04e4147b17d52dec4269427"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "58fa54aec8594082bc1363793232d959"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "24ef4d90800b42fea7f99cadb6f4be12"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "db520c5ca972415a88650cc84ae7e5da"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "90e0adf09705443c8dbdea2737414ed3"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "8ab55f8f5c98497fb47bd471ffac4675"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "b53dfb38dedc44bd845a2d84990ea6da"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "b282432dd2914f339fb3c80ccc7f886e"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "9ba726bb5926492b925cc11b3ca69e6b"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "aa9c074828ed4a3bab34d7799f2f5215"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "df80c1a3364d47f4955aaf5718d0543e"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "9ca79b51933e47fcb797a8b29236f46f"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "a1f86584e10c4bc1b887f11066617526"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "ffb62269971d41feadf750a265a8150d"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "689bea3979f4471c92d1c3839607ea8e"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "6a5214278c61496cac64e9c00a6dd5e7"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "17757c46c8774e9aab975ce41b65d6b9"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "0c1cc9793ec8466b861444056fe0a5bd"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "1cee71894599403286082528de21be16"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "0ad0b77c9e6c4ff8a92080e0eb91aacc"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "0d3eb483ca484fec9aae7d9397967ed4"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "8a76427bb2de4b3194365c3eabbb598c"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "2c4456dce00449a8acbad659b33fa1e8"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "db888f82660d4e87aba5b1e1fd4d96c9"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "04c4a05537d04ac1a8065ad06c0facd2"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "c5e962f898804656a0f7a90467fa7c74"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "944d12f797ed49d696089f8c797da917"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "ce7bf8cb3ca74e1783e6c4b62420818c"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "3ab626108e57417192da439ede86ff7a"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "c0eb9dcd06e545beae0580e88556a76f"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "68c3585714c24a759c75b8ea6980aed4"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "7c0366e7d84a419d902d06fbb1dd04ae"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "8381d2ba999b4581afec503852236068"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "4dd7327e94bc43089ec64481a6ce7a63"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "9757c85be96d4952be311d27fc478d4f"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "347a9e6b288b4644a134503564e60769"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "204fbd8902f04e7fb3e73a3fa9cc8218"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "720710fe434d45e29e0df477ce599dc1"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "7c5a3db4180c4b39a7b36a76c2b202a2"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
" 0%| | 0/40 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "a000142eff094519a11bc65b9697aa65"
}
},
"metadata": {}
}
]
},
{
"cell_type": "code",
"source": [
"import matplotlib.pyplot as plt\n",
"plt.title('Loss vs number of batches')\n",
"plt.plot(np.arange(len(losses)), losses, color='blue')\n",
"plt.plot(np.arange(0, len(losses), len(train_dl)), valid_losses, color='orange')\n",
"plt.legend(('Training loss', 'Validation loss'))\n",
"plt.show()"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 452
},
"id": "q7wjKdRBdtc8",
"outputId": "c29397b9-e071-4e63-b90a-e0470412e3fd"
},
"execution_count": 211,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/plain": [
"<Figure size 640x480 with 1 Axes>"
],
"image/png": "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\n"
},
"metadata": {}
}
]
},
{
"cell_type": "code",
"source": [
"N = len(X_test)\n",
"correct = 0\n",
"confusion_matrix = np.zeros((10, 10))\n",
"for X, y in DataLoader(X_test, y_test, num_classes=10, batch_size=len(X_test)):\n",
" outputs = model.forward(X)\n",
" y_pred_logits, y_pred = outputs[-1]\n",
" pred_class = np.argmax(y_pred, axis=-1)\n",
" true_class = np.argmax(y, axis=-1)\n",
" correct += np.sum(pred_class == true_class)\n",
" for i in range(len(pred_class)):\n",
" confusion_matrix[true_class[i]][pred_class[i]] += 1\n",
"\n",
"print(f'Accuracy: {correct}/{N} = {correct/N}')\n",
"print(f'Confusion matrix:\\n{confusion_matrix}')"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "VWSNW0LCvJk1",
"outputId": "554250d1-aa06-4707-8aeb-2cbd26f40bc3"
},
"execution_count": 212,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Accuracy: 262/270 = 0.9703703703703703\n",
"Confusion matrix:\n",
"[[19. 0. 0. 0. 0. 1. 0. 0. 0. 0.]\n",
" [ 0. 31. 1. 0. 0. 0. 0. 0. 0. 0.]\n",
" [ 0. 0. 26. 1. 0. 0. 0. 0. 0. 0.]\n",
" [ 0. 0. 0. 28. 0. 0. 0. 0. 0. 0.]\n",
" [ 0. 1. 0. 0. 38. 0. 0. 0. 0. 0.]\n",
" [ 0. 0. 0. 1. 0. 29. 0. 0. 0. 1.]\n",
" [ 0. 0. 0. 0. 0. 0. 17. 0. 0. 0.]\n",
" [ 0. 0. 0. 0. 0. 0. 0. 21. 1. 0.]\n",
" [ 0. 0. 0. 0. 0. 0. 0. 0. 32. 0.]\n",
" [ 0. 1. 0. 0. 0. 0. 0. 0. 0. 21.]]\n"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment