Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bonsai/models/unet/tests/UNet_segmentation_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
" return state, loss\n",
"\n",
"\n",
"print(\"🚀 Starting training from checkpoint...\")\n",
"print(\"Starting training from checkpoint...\")\n",
"train_loader, vis_loader = load_dataset()\n",
"num_epochs = 100\n",
"state = train_state\n",
Expand Down
2 changes: 1 addition & 1 deletion bonsai/models/unet/tests/UNet_segmentation_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def train_step(state: TrainState, other_vars: nnx.State, batch: tuple[jax.Array,
return state, loss


print("🚀 Starting training from checkpoint...")
print("Starting training from checkpoint...")
train_loader, vis_loader = load_dataset()
num_epochs = 100
state = train_state
Expand Down
Loading