Skip to content

Commit a8d28c1

Browse files
committed
✅ Fix rendering issues
1 parent cffae15 commit a8d28c1

File tree

1 file changed

+1
-347
lines changed

1 file changed

+1
-347
lines changed

examples/05-patch-prediction.ipynb

Lines changed: 1 addition & 347 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,353 +1205,7 @@
12051205
"name": "python",
12061206
"nbconvert_exporter": "python",
12071207
"pygments_lexer": "ipython3",
1208-
"version": "3.10.19"
1209-
},
1210-
"widgets": {
1211-
"application/vnd.jupyter.widget-state+json": {
1212-
"0b8de411fb1d4c42a567b82ab5852c99": {
1213-
"model_module": "@jupyter-widgets/controls",
1214-
"model_name": "HBoxModel",
1215-
"model_module_version": "1.5.0",
1216-
"state": {
1217-
"_dom_classes": [],
1218-
"_model_module": "@jupyter-widgets/controls",
1219-
"_model_module_version": "1.5.0",
1220-
"_model_name": "HBoxModel",
1221-
"_view_count": null,
1222-
"_view_module": "@jupyter-widgets/controls",
1223-
"_view_module_version": "1.5.0",
1224-
"_view_name": "HBoxView",
1225-
"box_style": "",
1226-
"children": [
1227-
"IPY_MODEL_d0790511ae124fe592dbf4f1c77563a0",
1228-
"IPY_MODEL_a6a876d57e2f40a0817bbcaed6eeb449",
1229-
"IPY_MODEL_c6c1fe507af547c1a384783b2e0da57a"
1230-
],
1231-
"layout": "IPY_MODEL_ec8212780ed042448fdc7ce2059c90ea"
1232-
}
1233-
},
1234-
"d0790511ae124fe592dbf4f1c77563a0": {
1235-
"model_module": "@jupyter-widgets/controls",
1236-
"model_name": "HTMLModel",
1237-
"model_module_version": "1.5.0",
1238-
"state": {
1239-
"_dom_classes": [],
1240-
"_model_module": "@jupyter-widgets/controls",
1241-
"_model_module_version": "1.5.0",
1242-
"_model_name": "HTMLModel",
1243-
"_view_count": null,
1244-
"_view_module": "@jupyter-widgets/controls",
1245-
"_view_module_version": "1.5.0",
1246-
"_view_name": "HTMLView",
1247-
"description": "",
1248-
"description_tooltip": null,
1249-
"layout": "IPY_MODEL_930f1b94255f44e1ae03bb02bf0070aa",
1250-
"placeholder": "​",
1251-
"style": "IPY_MODEL_e69dee7c39ce4d4d9f164380bb33ce95",
1252-
"value": "resnet18-kather100k.pth: 100%"
1253-
}
1254-
},
1255-
"a6a876d57e2f40a0817bbcaed6eeb449": {
1256-
"model_module": "@jupyter-widgets/controls",
1257-
"model_name": "FloatProgressModel",
1258-
"model_module_version": "1.5.0",
1259-
"state": {
1260-
"_dom_classes": [],
1261-
"_model_module": "@jupyter-widgets/controls",
1262-
"_model_module_version": "1.5.0",
1263-
"_model_name": "FloatProgressModel",
1264-
"_view_count": null,
1265-
"_view_module": "@jupyter-widgets/controls",
1266-
"_view_module_version": "1.5.0",
1267-
"_view_name": "ProgressView",
1268-
"bar_style": "success",
1269-
"description": "",
1270-
"description_tooltip": null,
1271-
"layout": "IPY_MODEL_8616c8a1bad94b3bac878b15ef03f386",
1272-
"max": 44799245,
1273-
"min": 0,
1274-
"orientation": "horizontal",
1275-
"style": "IPY_MODEL_794c6812164b48968568c861f7f64661",
1276-
"value": 44799245
1277-
}
1278-
},
1279-
"c6c1fe507af547c1a384783b2e0da57a": {
1280-
"model_module": "@jupyter-widgets/controls",
1281-
"model_name": "HTMLModel",
1282-
"model_module_version": "1.5.0",
1283-
"state": {
1284-
"_dom_classes": [],
1285-
"_model_module": "@jupyter-widgets/controls",
1286-
"_model_module_version": "1.5.0",
1287-
"_model_name": "HTMLModel",
1288-
"_view_count": null,
1289-
"_view_module": "@jupyter-widgets/controls",
1290-
"_view_module_version": "1.5.0",
1291-
"_view_name": "HTMLView",
1292-
"description": "",
1293-
"description_tooltip": null,
1294-
"layout": "IPY_MODEL_f0ac5af74bb24133b864957760d18f0f",
1295-
"placeholder": "​",
1296-
"style": "IPY_MODEL_0c70fcbcf1754491aa173d422b25b9c3",
1297-
"value": " 44.8M/44.8M [00:01<00:00, 27.2MB/s]"
1298-
}
1299-
},
1300-
"ec8212780ed042448fdc7ce2059c90ea": {
1301-
"model_module": "@jupyter-widgets/base",
1302-
"model_name": "LayoutModel",
1303-
"model_module_version": "1.2.0",
1304-
"state": {
1305-
"_model_module": "@jupyter-widgets/base",
1306-
"_model_module_version": "1.2.0",
1307-
"_model_name": "LayoutModel",
1308-
"_view_count": null,
1309-
"_view_module": "@jupyter-widgets/base",
1310-
"_view_module_version": "1.2.0",
1311-
"_view_name": "LayoutView",
1312-
"align_content": null,
1313-
"align_items": null,
1314-
"align_self": null,
1315-
"border": null,
1316-
"bottom": null,
1317-
"display": null,
1318-
"flex": null,
1319-
"flex_flow": null,
1320-
"grid_area": null,
1321-
"grid_auto_columns": null,
1322-
"grid_auto_flow": null,
1323-
"grid_auto_rows": null,
1324-
"grid_column": null,
1325-
"grid_gap": null,
1326-
"grid_row": null,
1327-
"grid_template_areas": null,
1328-
"grid_template_columns": null,
1329-
"grid_template_rows": null,
1330-
"height": null,
1331-
"justify_content": null,
1332-
"justify_items": null,
1333-
"left": null,
1334-
"margin": null,
1335-
"max_height": null,
1336-
"max_width": null,
1337-
"min_height": null,
1338-
"min_width": null,
1339-
"object_fit": null,
1340-
"object_position": null,
1341-
"order": null,
1342-
"overflow": null,
1343-
"overflow_x": null,
1344-
"overflow_y": null,
1345-
"padding": null,
1346-
"right": null,
1347-
"top": null,
1348-
"visibility": null,
1349-
"width": null
1350-
}
1351-
},
1352-
"930f1b94255f44e1ae03bb02bf0070aa": {
1353-
"model_module": "@jupyter-widgets/base",
1354-
"model_name": "LayoutModel",
1355-
"model_module_version": "1.2.0",
1356-
"state": {
1357-
"_model_module": "@jupyter-widgets/base",
1358-
"_model_module_version": "1.2.0",
1359-
"_model_name": "LayoutModel",
1360-
"_view_count": null,
1361-
"_view_module": "@jupyter-widgets/base",
1362-
"_view_module_version": "1.2.0",
1363-
"_view_name": "LayoutView",
1364-
"align_content": null,
1365-
"align_items": null,
1366-
"align_self": null,
1367-
"border": null,
1368-
"bottom": null,
1369-
"display": null,
1370-
"flex": null,
1371-
"flex_flow": null,
1372-
"grid_area": null,
1373-
"grid_auto_columns": null,
1374-
"grid_auto_flow": null,
1375-
"grid_auto_rows": null,
1376-
"grid_column": null,
1377-
"grid_gap": null,
1378-
"grid_row": null,
1379-
"grid_template_areas": null,
1380-
"grid_template_columns": null,
1381-
"grid_template_rows": null,
1382-
"height": null,
1383-
"justify_content": null,
1384-
"justify_items": null,
1385-
"left": null,
1386-
"margin": null,
1387-
"max_height": null,
1388-
"max_width": null,
1389-
"min_height": null,
1390-
"min_width": null,
1391-
"object_fit": null,
1392-
"object_position": null,
1393-
"order": null,
1394-
"overflow": null,
1395-
"overflow_x": null,
1396-
"overflow_y": null,
1397-
"padding": null,
1398-
"right": null,
1399-
"top": null,
1400-
"visibility": null,
1401-
"width": null
1402-
}
1403-
},
1404-
"e69dee7c39ce4d4d9f164380bb33ce95": {
1405-
"model_module": "@jupyter-widgets/controls",
1406-
"model_name": "DescriptionStyleModel",
1407-
"model_module_version": "1.5.0",
1408-
"state": {
1409-
"_model_module": "@jupyter-widgets/controls",
1410-
"_model_module_version": "1.5.0",
1411-
"_model_name": "DescriptionStyleModel",
1412-
"_view_count": null,
1413-
"_view_module": "@jupyter-widgets/base",
1414-
"_view_module_version": "1.2.0",
1415-
"_view_name": "StyleView",
1416-
"description_width": ""
1417-
}
1418-
},
1419-
"8616c8a1bad94b3bac878b15ef03f386": {
1420-
"model_module": "@jupyter-widgets/base",
1421-
"model_name": "LayoutModel",
1422-
"model_module_version": "1.2.0",
1423-
"state": {
1424-
"_model_module": "@jupyter-widgets/base",
1425-
"_model_module_version": "1.2.0",
1426-
"_model_name": "LayoutModel",
1427-
"_view_count": null,
1428-
"_view_module": "@jupyter-widgets/base",
1429-
"_view_module_version": "1.2.0",
1430-
"_view_name": "LayoutView",
1431-
"align_content": null,
1432-
"align_items": null,
1433-
"align_self": null,
1434-
"border": null,
1435-
"bottom": null,
1436-
"display": null,
1437-
"flex": null,
1438-
"flex_flow": null,
1439-
"grid_area": null,
1440-
"grid_auto_columns": null,
1441-
"grid_auto_flow": null,
1442-
"grid_auto_rows": null,
1443-
"grid_column": null,
1444-
"grid_gap": null,
1445-
"grid_row": null,
1446-
"grid_template_areas": null,
1447-
"grid_template_columns": null,
1448-
"grid_template_rows": null,
1449-
"height": null,
1450-
"justify_content": null,
1451-
"justify_items": null,
1452-
"left": null,
1453-
"margin": null,
1454-
"max_height": null,
1455-
"max_width": null,
1456-
"min_height": null,
1457-
"min_width": null,
1458-
"object_fit": null,
1459-
"object_position": null,
1460-
"order": null,
1461-
"overflow": null,
1462-
"overflow_x": null,
1463-
"overflow_y": null,
1464-
"padding": null,
1465-
"right": null,
1466-
"top": null,
1467-
"visibility": null,
1468-
"width": null
1469-
}
1470-
},
1471-
"794c6812164b48968568c861f7f64661": {
1472-
"model_module": "@jupyter-widgets/controls",
1473-
"model_name": "ProgressStyleModel",
1474-
"model_module_version": "1.5.0",
1475-
"state": {
1476-
"_model_module": "@jupyter-widgets/controls",
1477-
"_model_module_version": "1.5.0",
1478-
"_model_name": "ProgressStyleModel",
1479-
"_view_count": null,
1480-
"_view_module": "@jupyter-widgets/base",
1481-
"_view_module_version": "1.2.0",
1482-
"_view_name": "StyleView",
1483-
"bar_color": null,
1484-
"description_width": ""
1485-
}
1486-
},
1487-
"f0ac5af74bb24133b864957760d18f0f": {
1488-
"model_module": "@jupyter-widgets/base",
1489-
"model_name": "LayoutModel",
1490-
"model_module_version": "1.2.0",
1491-
"state": {
1492-
"_model_module": "@jupyter-widgets/base",
1493-
"_model_module_version": "1.2.0",
1494-
"_model_name": "LayoutModel",
1495-
"_view_count": null,
1496-
"_view_module": "@jupyter-widgets/base",
1497-
"_view_module_version": "1.2.0",
1498-
"_view_name": "LayoutView",
1499-
"align_content": null,
1500-
"align_items": null,
1501-
"align_self": null,
1502-
"border": null,
1503-
"bottom": null,
1504-
"display": null,
1505-
"flex": null,
1506-
"flex_flow": null,
1507-
"grid_area": null,
1508-
"grid_auto_columns": null,
1509-
"grid_auto_flow": null,
1510-
"grid_auto_rows": null,
1511-
"grid_column": null,
1512-
"grid_gap": null,
1513-
"grid_row": null,
1514-
"grid_template_areas": null,
1515-
"grid_template_columns": null,
1516-
"grid_template_rows": null,
1517-
"height": null,
1518-
"justify_content": null,
1519-
"justify_items": null,
1520-
"left": null,
1521-
"margin": null,
1522-
"max_height": null,
1523-
"max_width": null,
1524-
"min_height": null,
1525-
"min_width": null,
1526-
"object_fit": null,
1527-
"object_position": null,
1528-
"order": null,
1529-
"overflow": null,
1530-
"overflow_x": null,
1531-
"overflow_y": null,
1532-
"padding": null,
1533-
"right": null,
1534-
"top": null,
1535-
"visibility": null,
1536-
"width": null
1537-
}
1538-
},
1539-
"0c70fcbcf1754491aa173d422b25b9c3": {
1540-
"model_module": "@jupyter-widgets/controls",
1541-
"model_name": "DescriptionStyleModel",
1542-
"model_module_version": "1.5.0",
1543-
"state": {
1544-
"_model_module": "@jupyter-widgets/controls",
1545-
"_model_module_version": "1.5.0",
1546-
"_model_name": "DescriptionStyleModel",
1547-
"_view_count": null,
1548-
"_view_module": "@jupyter-widgets/base",
1549-
"_view_module_version": "1.2.0",
1550-
"_view_name": "StyleView",
1551-
"description_width": ""
1552-
}
1553-
}
1554-
}
1208+
"version": "3.9.17"
15551209
}
15561210
},
15571211
"nbformat": 4,

0 commit comments

Comments
 (0)