Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,9 +83,12 @@ def mhn_react_backend(mol, use_custom: bool):
|
|
| 83 |
with gr.Blocks() as demo:
|
| 84 |
gr.Markdown(
|
| 85 |
"""
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
| 89 |
### MHN-react
|
| 90 |
Adapting modern Hopfield networks (Ramsauer et al., 2021) (MHN) to associate different data modalities,
|
| 91 |
molecules and reaction templates, to improve predictive performance for rare templates and single-step retrosynthesis.
|
|
|
|
| 83 |
with gr.Blocks() as demo:
|
| 84 |
gr.Markdown(
|
| 85 |
"""
|
| 86 |
+
[](https://doi.org/10.1021/acs.jcim.1c01065)
|
| 87 |
+
[](https://arxiv.org/abs/2104.03279)
|
| 88 |
+
[](https://www.python.org/downloads/release/python-370/)
|
| 89 |
+
[](https://pytorch.org/get-started/previous-versions/)
|
| 90 |
+
[](https://opensource.org/licenses/BSD-2-Clause)
|
| 91 |
+
[](https://colab.research.google.com/github/ml-jku/mhn-react/blob/main/notebooks/colab_MHNreact_demo.ipynb)
|
| 92 |
### MHN-react
|
| 93 |
Adapting modern Hopfield networks (Ramsauer et al., 2021) (MHN) to associate different data modalities,
|
| 94 |
molecules and reaction templates, to improve predictive performance for rare templates and single-step retrosynthesis.
|