Skip to content

Commit

Permalink
use huggingface path for model weights
Browse files Browse the repository at this point in the history
  • Loading branch information
lillythomas committed Mar 22, 2024
1 parent ffe1421 commit 05a8b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patch_level_cloud_cover.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"outputs": [],
"source": [
"DATA_DIR = \"data/minicubes_cloud\"\n",
"CKPT_PATH = \"/home/ubuntu/data/checkpoints/mae_epoch-24_val-loss-0.46.ckpt\"\n",
"CKPT_PATH = \"https://huggingface.co/made-with-clay/Clay/resolve/main/Clay_v0.1_epoch-24_val-loss-0.46.ckpt\"\n",
"\n",
"# Load model\n",
"multi_model = CLAYModule.load_from_checkpoint(\n",
Expand Down

0 comments on commit 05a8b2e

Please sign in to comment.