Skip to content

Commit b3a2135

Browse files
committed
Ran scnn_comparison
1 parent 0d35d35 commit b3a2135

2 files changed

Lines changed: 225 additions & 460 deletions

File tree

notebooks/camelyon_example.ipynb

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
},
314314
{
315315
"cell_type": "code",
316-
"execution_count": null,
316+
"execution_count": 10,
317317
"outputs": [
318318
{
319319
"name": "stderr",
@@ -533,15 +533,34 @@
533533
},
534534
"metadata": {},
535535
"output_type": "display_data"
536+
},
537+
{
538+
"data": {
539+
"text/plain": "Validation: | | 0/? [00:00<?, ?it/s]",
540+
"application/vnd.jupyter.widget-view+json": {
541+
"version_major": 2,
542+
"version_minor": 0,
543+
"model_id": "ea02f46070d949fd8428aee10dad0d0c"
544+
}
545+
},
546+
"metadata": {},
547+
"output_type": "display_data"
548+
},
549+
{
550+
"name": "stderr",
551+
"output_type": "stream",
552+
"text": [
553+
"`Trainer.fit` stopped: `max_epochs=15` reached.\n"
554+
]
536555
}
537556
],
538557
"source": [
539558
"trainer.fit(model=model, train_dataloaders=train_loader, val_dataloaders=valid_loader)"
540559
],
541560
"metadata": {
542561
"collapsed": false,
543-
"is_executing": true,
544562
"ExecuteTime": {
563+
"end_time": "2024-04-03T13:38:49.424504300Z",
545564
"start_time": "2024-04-03T12:18:25.487969400Z"
546565
}
547566
},

0 commit comments

Comments
 (0)