Skip to content

Commit

Permalink
remove dup lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lillythomas committed Apr 25, 2024
1 parent 5f410fc commit 081e8de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/worldcover/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,6 @@ def get_pixels(result):
tfm = v2.Compose([v2.Normalize(mean=MEAN, std=STD)])
ds = ClayDataset(chips_path=[], transform=tfm)

CKPT_PATH = (
"https://huggingface.co/made-with-clay/Clay/resolve/main/"
"Clay_v0.1_epoch-24_val-loss-0.46.ckpt"
)

# Load model
rgb_model = CLAYModule.load_from_checkpoint(
CKPT_PATH,
Expand Down

0 comments on commit 081e8de

Please sign in to comment.