sofieneb commited on
Commit
57adfe5
·
verified ·
1 Parent(s): 2ce0d1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ model = AutoModel.from_pretrained(model_id, trust_remote_code=True)
44
 
45
  # Example: patch embeddings from CONCH
46
  num_patches = 50000
47
- embedding_dim = 2560
48
  patch_embeddings = torch.randn((num_patches, embedding_dim), device="cuda")
49
 
50
  # Sample augmentation parameters
 
44
 
45
  # Example: patch embeddings from CONCH
46
  num_patches = 50000
47
+ embedding_dim = 512
48
  patch_embeddings = torch.randn((num_patches, embedding_dim), device="cuda")
49
 
50
  # Sample augmentation parameters