Update README.md
Browse files
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 =
|
| 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
|