Views
No views yet
1wget https://zenodo.org/records/20325471/files/chemfuse_polymer.zip?download=1 -O chemfuse_polymer.zip
2unzip chemfuse_polymer.zip1# Change to the chemfuse_polymer directory
2cd chemfuse_polymer
3
4# Create and activate a uv environment
5uv venv chemfuse
6source chemfuse/bin/activate
7
8# Install the package in editable mode
9uv pip install -e .1uv pip install torch-scatter torch-cluster torch-sparse \
2 -f https://data.pyg.org/whl/torch-2.2.0+cu121.html1uv pip install setuptools
2uv pip install torch-scatter torch-cluster torch-sparse \
3 -f https://data.pyg.org/whl/torch-2.2.0+cpu.html --no-build-isolation.ckpt file.data/ directory before running any scripts.experiments/checkpoints/chemfuse_test/.ckpt.1cd experiments
2python retrieval.py experiment=metrics/chemfuse_testdata/ directory, then run:python train.py experiment=train/chemfuse_trainexperiments/.MOF_data for the training/validation and test_set_downstream for the downstream tasks directory.1{
2 @article{Kunchapu2026ChemFuse,
3 author = {Kunchapu, Sreekanth and Mirza, Adrian and Prastalo, Gordan and Jablonka, Kevin Maik},
4 title = {Leveraging the Collective Knowledge of Fragmented Multimodal Datasets by Aligning Representations},
5 journal = {ChemRxiv},
6 year = {2026},
7 doi = {10.26434/chemrxiv.15006406/v1},
8 url = {https://doi.org/10.26434/chemrxiv.15006406/v1},
9 note = {Preprint}
10}
11}