Upload README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,6 @@ metrics:
|
|
13 |
|
14 |
# CELL-E 2
|
15 |
|
16 |
-
|
17 |
## Model description
|
18 |
[![CELL-E_2](images/architecture.png)](https://github.com/BoHuangLab/CELL-E_2)
|
19 |
|
@@ -76,7 +75,6 @@ model = instantiate_from_config(configs.model).to(device);
|
|
76 |
model.sample(text=sequence, condition=nucleus)
|
77 |
```
|
78 |
|
79 |
-
|
80 |
### BibTeX entry and citation info
|
81 |
|
82 |
```bibtex
|
@@ -87,4 +85,8 @@ model.sample(text=sequence, condition=nucleus)
|
|
87 |
Bo Huang},
|
88 |
title = {{CELL-E 2:} Translating Proteins to Pictures and Back with a Bidirectional Text-to-Image Transforme},
|
89 |
}
|
90 |
-
```
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# CELL-E 2
|
15 |
|
|
|
16 |
## Model description
|
17 |
[![CELL-E_2](images/architecture.png)](https://github.com/BoHuangLab/CELL-E_2)
|
18 |
|
|
|
75 |
model.sample(text=sequence, condition=nucleus)
|
76 |
```
|
77 |
|
|
|
78 |
### BibTeX entry and citation info
|
79 |
|
80 |
```bibtex
|
|
|
85 |
Bo Huang},
|
86 |
title = {{CELL-E 2:} Translating Proteins to Pictures and Back with a Bidirectional Text-to-Image Transforme},
|
87 |
}
|
88 |
+
```
|
89 |
+
|
90 |
+
### Contact
|
91 |
+
|
92 |
+
We are an interdisciplinary lab based at [UCSF](https://www.ucsf.edu). We are particularly seeking talents in optical engineering, machine learning, and cellular microscopy. [Please reach out to Bo if you're interested in collaborating!](http://huanglab.ucsf.edu/Contact.html)
|