yw-Hua
commited on
Commit
·
ac75658
1
Parent(s):
0087201
Update README
Browse files
README.md
CHANGED
@@ -24,9 +24,9 @@ NuSPIRe (Nuclear Morphology focused Self-supervised Pretrained model for Image R
|
|
24 |
|
25 |
## Usage
|
26 |
|
27 |
-
###
|
28 |
|
29 |
-
To
|
30 |
|
31 |
```python
|
32 |
# Import necessary libraries
|
@@ -132,6 +132,7 @@ print("Loss:", loss.item())
|
|
132 |
|
133 |
```
|
134 |
|
135 |
-
##
|
136 |
|
137 |
-
|
|
|
|
24 |
|
25 |
## Usage
|
26 |
|
27 |
+
### Representation Extraction
|
28 |
|
29 |
+
To extract representations using the pre-trained NuSPIRe model, please refer to the code example below:
|
30 |
|
31 |
```python
|
32 |
# Import necessary libraries
|
|
|
132 |
|
133 |
```
|
134 |
|
135 |
+
## Citation
|
136 |
|
137 |
+
If you use NuSPIRe in your research, please cite the following paper:
|
138 |
+
Hua, Y., Li, S., & Zhang, Y. (2024). NuSPIRe: Nuclear Morphology focused Self-supervised Pretrained model for Image Representations.
|