Skip to content

Commit

Permalink
fix: add checkpoint-path placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alikerin committed Sep 16, 2024
1 parent ab44f27 commit e18ee57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/InstaGeo_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
" root_dir='demo' \\\n",
" test_filepath=\"demo/demo_val.csv\" \\\n",
" train.batch_size=8 \\\n",
" checkpoint_path='outputs/2024-09-12/12-17-46/instageo_epoch-02-val_iou-0.00.ckpt' \\\n",
" checkpoint_path='add-checkpoint-path' \\\n",
" mode=eval"
]
},
Expand Down Expand Up @@ -366,7 +366,7 @@
" test_filepath='hls_dataset.json' \\\n",
" train.batch_size=16 \\\n",
" test.mask_cloud=True \\\n",
" checkpoint_path='locust_breeding_ckpt/instageo_epoch-02-val_iou-0.69.ckpt' \\\n",
" checkpoint_path='add-checkpoint-path' \\\n",
" mode=predict"
]
},
Expand Down

0 comments on commit e18ee57

Please sign in to comment.